From 76ceacbbadb7bfae54270ae276ce03977fb383af Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:06:35 -0700 Subject: [PATCH] chore(clients): use spread operator for command endpoint params when necessary (#6458) --- .../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 +--- scripts/generate-clients/config.js | 2 +- 15458 files changed, 15458 insertions(+), 46372 deletions(-) diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts index 873c4810549e..64c98ce8e364 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 3c0ecf633302..2110bc066302 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 3cdcefe19c26..15880409c4ee 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 94e6bc5f7aff..ba39225e0583 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 ad1037a2b06d..ec5183e54246 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 9a3ce079bcb4..b043752f5e13 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 d4ef991553ae..3f542496c849 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 3bb35b774a49..270707c69743 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 858c2483c956..e2b1b6690d32 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 5407c83983f8..2ad4ff2b8f71 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 c907c8d2ac4e..5e0e071e06e9 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 ac807347a508..b95fdc254cf5 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 eabfd4b27929..ff81e72da74b 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 2b57cdd517c5..245b0b06161a 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 98210b9c56ff..8568dd85030d 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 34bedbad7d4b..bfaa15bef847 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 d40fa812e688..bfb03ccb0b8a 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 a32e19610419..67cc593580a3 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 52988162e594..5725d77aba42 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 c8abbb390fb4..e4a618b95f60 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 b40727985370..245ebea8cd1b 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 38b244e368b4..313cf000e238 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 97b171bfefaf..94ef387361a9 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 500afd54589b..4ca37ea511cc 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 52a365b7f0fe..a19a1630470e 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 9d66e4c36267..fb450a62eee0 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 63fd78425f6f..b0cc4ad8ba02 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 e296f5f1cfb0..0b82be0456cc 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 d50740ffe602..65d147894c59 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 88d0d51fad7d..52561121f9eb 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 e04f70732213..6bb0191c5269 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 bd0bbec1708b..f7be712f3c9f 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 2ca03cf80171..70babafec573 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 e6b93bcf63a5..8582f5728c5a 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 1da19273d34f..159617f78c5e 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 a74d108e3749..0aaaad06ed81 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 14ebda0d6f3f..83ddae7a6c12 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 0166ed1fece6..37f2a9ac6a1b 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 a64046d5123a..a1e159e3e11d 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 2559462c4924..e2522d75cd56 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 4422aab98acb..0abe427f9c3f 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 9f1240111b90..74b30f351abf 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 e1a22b4d4005..e5da4bb02c98 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 8193fc819486..eccbe1269642 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 9c49ee81aafa..31eb24790d53 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 4585531f6e3b..77fe1ca19e5d 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 2a54cf28699b..b67629322bb9 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 2549d56993ef..fb4b706d9733 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 8bbf2446528c..5636f1f31077 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 fbf43030d68c..19ae61f6ca04 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 89c13b71adf8..30bee744d8bf 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 3fd7d2e16bb2..3e3b1192cac5 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 25a9da6116b6..9b40631c212a 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 b15ad0980a4b..aca35942e354 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 5551ce825d8d..053dde165762 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 7db7f339c5f0..3428753b6fdb 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 bc4f01f9ad30..ac6f4a70826c 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 5004dfb4f8ee..65417ef8e87a 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 d27e9e6fbbdd..d190489dd0e6 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 c4927b8d9d4b..98f2b618dbcb 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 4b5fc2b74c9f..6fe955c0d26e 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 f042bf7829ab..f3e595744883 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 c4b520e38f1b..4d70f0b4b2b9 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 d679823c4fd4..7e357417f78e 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 675292ce69af..ea1247a239a1 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 88f1248997d3..2e4a5e4ab0ea 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 4c3e4bd03340..01c5038b0052 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 74c4777b9f56..53161a0673bd 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 29e4b4643f79..ed2b8ae16e1d 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 819ab648c492..7d18b7bb7166 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 60a60907a224..074b676ca697 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 53f269f1bfdc..f75e916ddc58 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 7573dbb5bd6f..c9d373cf2497 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 cfa9c968efcc..de6e0c39835a 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 80123dbd0870..1da74132fec0 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 2e211974d571..8e5158fee12b 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 c012dad032a2..35ed2ad5267c 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 0f0b7ab283c4..e6711aa2e1b3 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 4b40b5f9a538..c8715c1cf3a8 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 f64e68bb9c86..ede8ac657a3f 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 fdf38392ae0d..68f0c3ec91c6 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 111a8839070b..9379243b6f0f 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 3e2baa7a205f..f4df951577aa 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 d4f20b7eab8b..82be65488a2f 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 1c46237f20e5..815242a00a9c 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 642a23d05b25..3f7af2d05e6d 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 f6db41698a6f..e0cde80babc4 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 2f6a9a088ea7..d1c944fec6b0 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 164eb67e0ca3..eadc889ad0d3 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 b75d7ca60ca8..9124dc5ce33b 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 4616f1e94729..38bd84c1aae0 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 a94657dd94a6..4587c8b80464 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 a3ed2bc50f7f..f39b995b1842 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 c63bf90b7063..4817057910bb 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 9b5c45d594da..37ac5fc2b292 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 3f3674e52fa7..a767559c40c9 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 864cce0f7a9a..9a11955df545 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 1247ba3ecfdd..693b7f851811 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 34cb88aac694..a2b969696179 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 6e67a158af22..b781af846f05 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 c4df86de14c8..1168e0d8b8a0 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 bdc643ea2464..f44f705bc538 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 1f3df0999018..bf22212bb647 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 e679a25f974c..bc04ec7b8e99 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 8543d76930b4..fbcb7277c738 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 261988b9aa18..600678da231e 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 422c4c9cb488..b98353848ebb 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 7f10c0c3f1f1..428b60c0f51f 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 0aaada6d61a8..bd43912560fd 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 21313c19941c..36703df120be 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 3dd0db9efb24..e96546d5f4b8 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 7425c58017e0..8e5b05fc6369 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 66f5797a21f2..c0c5156c6f43 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 cf4493d6946c..72c0ddef2345 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 e227501b24a2..918ccefcf481 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 068db0e718c9..c6f95e575594 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 d003f2697031..f2bb24b42588 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 970842fa0715..535958dabb60 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 987dd10594b9..c8a98f87aa70 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 065ad741233c..b1f732b70c7f 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 01a5b5dcf3a0..99cbd500f930 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 a07d63a8f64e..978c63526238 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 3e33b15bd461..7eef22a69385 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 ac4fa5f756af..9b40e5201d19 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 ec55b4dfe0c0..6e8b31134dde 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 c73f1737e334..e8efb3a0b8ac 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 d8506d2df46d..275d9443473e 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 7981037295cc..53c1440cee88 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 95734e9a64d0..471ce005952e 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 896d206be94f..ada80a69ef2a 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 0a2030d8d1e1..f08fe4b64c6f 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 a21986c6fb2b..c663673f6f4b 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 b99c201ae36c..f00158a87c78 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 d737e2bee8aa..ce2dfdce0365 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 6990e9a0bfd5..7e4c0c03c064 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 3701d37be466..d08f43532b81 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 aaa36d6a18ee..f4811688522b 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 a59ed93c28a5..5ecf822f6bf7 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 54dcc6db31f1..d5b472def34f 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 abe15c156b24..03b04d7dbc4a 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 5802b58f3928..d4f1f04247f6 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 7345a1a033d0..e206cb75a540 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 1f880f243f8d..2cd56c6d15a2 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 76129121322f..48de5dfd330f 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 58d232317d25..1a007572ad28 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 bc6d93ff8c06..32cb29eaded2 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 1f68a1a488c0..e4ef9dec2e4d 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 de23943f12d3..0e1f13c17c6e 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 bc86e5048629..716360a86d37 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 02d581151e12..c332df729a17 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 bf7bd0fa91cc..d58a856759d1 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 7f10331c392f..7a8d89ee110c 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 50f6e079024b..df13d39caf2f 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 82f7b6487691..8a0d98595205 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 57f15a5c1e8b..bb628d2a30a3 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 a8954097fff8..bfd6674e2e8c 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 90f923616802..8a3b4934a107 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 7a5258aea397..d6774b8be53d 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 cf90061c2e9e..bcd00c478c47 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 34778aedef98..f930eb38dc00 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 a0c16d1173f2..6a88744ab174 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 30ffe0090d0e..dda0d2e705ec 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 9a7a9e841fad..cf4e1e6c7bd4 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 3cc43cd38e04..ee4197036f19 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 1ba6ca6fd834..9fda6e5bf740 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 068e07db352f..6a74fcde7258 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 fa757f5cfd4b..d45a03ae455f 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 e631fd92cc32..8f487530b43a 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 3026d8413391..31a0d8d46d16 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 e06042de4823..9bb636029f09 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 34b5aa2452c5..28139755461a 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 0f98d4f285ca..efa49b21c640 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 1565b7573162..71fc903e506a 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 6a945c27cdbf..5f6cabec1091 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 9a7f3c334460..bbb9675f6595 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 dbb7cfe03ddb..ab5b48d12807 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 a4e39745d6cb..7bd1461f120e 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 2cc8fba249e5..727371b929e0 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 a500f3c2c16f..6e633e87d01a 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 987034ed28c7..f6b041ac286c 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 91784ac9dec4..da0ca6ca3024 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 d125f17b0a86..9216735ef3dc 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 e4afded8d45a..4eb66d93ca20 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 9afdafc3d904..a0a66656415c 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 852638f988e4..9f41ac0dded8 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 72455b37ef27..c24fcd35c9ee 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 624b3054df76..670fc2a0cd9f 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 bba00fdde5a0..2e5151c4a7bb 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 1c91002f2e51..e75f7a137ae1 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 a2bd25af4d67..9aa827dc36ec 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 9a9a531b16f4..b0a28a12607a 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 52c39b89fc93..04d46bbeadcf 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 e306d045960e..b8744f856b69 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 1bb39e5c6c19..c3c2a1e8465f 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 86df3dfb9b43..b35863c31887 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 ab1de371c723..a81f1d63b881 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 ba82df77a13f..f390c301c557 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 fea55684a8d7..a01ee331dbb9 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 f2632357bcf0..9092d4d6813f 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 304527e9b909..efd1a6ae2ce0 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 33fa97d2236a..e9a7ce5cb262 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 a9327e0c5799..92b42918379e 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 4cbecb89fcca..f034bbdd4876 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 4ee7db3b22f9..01b6c091dbd5 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 e91a6ce14620..14e64c613e37 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 c63062d09622..3519a42e7651 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 9370d25d77e7..1041e004f4db 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 a847bf22adbd..71ede66659f7 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 2311a4e701e6..3b9cf30cf596 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 7d498578c846..4af6f711d2f5 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 e0b4fb83d5e7..6a9ac6e88424 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 ca06c262f3ef..6f8286c5cea3 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 739a1043480c..b3ec434eb656 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 5f514117b678..0c1870145c4f 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 dafd05ba7c98..2da0af1038ac 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 a5210335f8c6..30addf0507a1 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 0aa5f1b1b50b..6b65d4d359ab 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 0b6f2fe606bf..3f0728d7ded6 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 035275aa7459..6fc2dc6618d6 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 8680ec13b61a..a59520b66b62 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 cb500ab388fa..b18594d53a7e 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 17b2ea48db16..e90ffe6bcba7 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 9d98e85ca82c..1bb9fec103c8 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 881e92dccb35..a1434296fcb0 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 78da5e383d62..7ed68fd3be09 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 f2a8283b7091..a36d0fd3b51c 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 bb4b10231fd3..510c25085d19 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 3e01eeee17c1..6ed81156e51c 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 c34823cc3872..554207f01be5 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 8e9764a555dc..e54547caa0bd 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 38d366112797..4d19e7ecac6b 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 dec3b47067e6..5fcfadc9633c 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 036b20c0564d..3e88a1d27648 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 36851a431172..ed89c6f7a49e 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 fcd768579ecb..0881f6708efb 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 b96532eeae51..cf71f2273446 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 d0a6d935da20..1520b7433031 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 f9c9fca6e71d..47dcf963af86 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 34be0857037d..b09ec5dfdfbd 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 a2333bdd2663..4dff370f21f6 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 e4163b6946fc..ef2503e4367f 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 4b23b27f9e15..cf5248c3b83e 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 650e37c57a12..25b181311bab 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 4fac2e93e790..58e7934acf8f 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 d8ab3d19dff0..03f569ee1cbb 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 71b58a679864..94bdbf6f9af4 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 6b34c433d852..a41355f6c41e 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 15d9870cf5d5..d2dc73d1d699 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 181bbab69458..3344057323f5 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 0136c81fcbe1..9c96a71f6edf 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 1f5b7519aa54..841c7dd52fc5 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 25aba557bea8..3f5703104253 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 fd84251712d0..c86d14d2f5c8 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 6fbd56db1c7e..ad65c758ec58 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 fa21ab5bc59c..d24b0b1bfdc3 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 c64ea34505e9..b1a101593eb0 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 c7137aef977c..b31463222b01 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 023581492150..2bfa0b44dab1 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 1a63d34573fd..5409b6066e70 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 204e4ee03d2e..44b2dfb0244a 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 733b6bdcd081..0ea6417ed602 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 a409849942be..d346c2ff3eb1 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 fed6fdf8351c..99c53c04cf97 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 e83354bdca93..37c0d801016d 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 853e597dea40..e8074d16988b 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 3e86b2b4b3b6..a7f0c8ee2077 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 fefbfdb9a362..32319194d45a 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 3e882feb4727..85a275d66658 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 9f04e6cd703e..bd436c7b1c60 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 e28df7b3b8b1..87b27c1e2d9a 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 2ca528719b3f..57bff22301f7 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 fe7ec46d0be1..0786cba0d565 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 73eaabc0a304..bccaef2e862c 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 e44d48b66a42..663be3c85cce 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 4338135a7b5e..bb4dc20e3681 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 3dacb049edf8..0e3b34ef2d5e 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 ce46f04c9cac..a105db305f59 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 5df171ed48b9..2cf4816f694c 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 405509370d32..d0f29474861f 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 3067f2798372..ac65e5d72eab 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 c516f8665aef..5030218dc520 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 ed760b262b43..814afa5e42b5 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 3b994e9798a5..723ac478c08e 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 5863a7cdf602..cf93e764ef6f 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 c2373ff5d4d9..843598a39f3f 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 f0d39ef99a61..4e9140924b88 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 c7ab16dd7741..5c0543fa060f 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 24775a329871..7e852c904144 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 b11718b555a9..a8678d41df4f 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 63bcd2056238..d6d53f850c6a 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 4fcfe2482d27..cef164bfb2d9 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 cefee04c3f18..6373afbfaad2 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 2abd785c9420..e07bb12afe90 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 827836a901a9..e5b90249cf2f 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 43cde4642da4..34f8dc2b6c58 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 177356743fec..1f42e19c0e9b 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 be359fb178b1..18d06153bd5f 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 8641b517dc88..4bc8c31d7bf5 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 d36a15eff2e6..aa0b07ed3c93 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 20b331059f16..497b03faf765 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 c1d549597bfc..80cf1119c243 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 53536cba1943..bff0cbcbc538 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 7a92ae3a33c3..b6f7ca0b9d68 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 390fc9ecce5a..6a5ae47e91c5 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 e1cda30eb9ef..3c7822ac460e 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 d19233b9a52d..fdbfa3461eba 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 0d94eb082d34..c257021e92de 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 045e199b6c93..76f9185cd410 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 218e929e196f..494316c54e05 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 e03105a36606..b820aeab5652 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 ade5e0f61927..1c1002e06e9a 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 d8211896e6c1..dd92583f6660 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 9aa3abd37bc4..a30c2d113908 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 9b3bc3aa9d16..edeb353a2365 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 eae969a944ae..50529a4aaafe 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 3ef92faa4d9f..96b731af047a 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 505b36d6c6d1..9f48ba721c23 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 06dfb4caca28..643a33a9f4c9 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 9914aa158a62..10e0f02b871e 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 1a91dc480f21..b3e18d9d97b4 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 6d4da710a302..863e4124e1af 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 3b54b1234754..bafd8a858aa9 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 fb116ed32568..a30a5a4cd72f 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 198db4e4c6ec..a83d34894c0e 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 4c3f7d7d445f..97359b1de6ff 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 0f314b9769eb..139c2546e446 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 920679b0a659..80b504232e6a 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 7a9ff207c363..31af5a06b670 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 6257de1311b7..b903745c0401 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 635ebb47d07a..bdae2d08cc22 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 8eb298bb6ae9..dab250ad99a9 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 b45388359e34..cc17296ef932 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 c593150fd168..74f52c2950d7 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 bda897ba0142..9b7935361616 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 0aa533eca32a..a28e7c4b0b97 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 6b117ebb754b..e6cdccd3a5d7 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 9a83401b54d3..9e38de189079 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 ddeb1c19377f..96d4a95d39d7 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 9084967d3126..d0b09bee1621 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 4fc696db68f2..d868f16aa768 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 37f159d10b92..5df9a25c8162 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 f8cb00ee67ea..b9cc65a75985 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 b52bd8b8c3bd..3b5114d05de9 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 67cbc108091e..96d47ac842da 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 97a540cf26d9..d0323163525e 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 aef72e2b1703..398bb655da7c 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 5899c9862397..ab1688aea0fa 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 2ee655471503..5b3ae59e39d4 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 9027590658e7..d8a46c4c48b2 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 18cf286a9a4d..254b74266a4f 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 ea14bb06f610..12b3a1803f28 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 c1fc42affda5..39044ea5a4dd 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 4bd7f1e6085e..0500d57b973b 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 ec42c00bd495..94c421791264 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 8ca7d4d958d7..b3a0fe12f11d 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 cb969da16c15..1b95b4ddd1f2 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 b19cfe76d597..be271030fa5b 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 9aff71743f8b..baf20bad010e 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 d94214978603..a66ab13dc9a7 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 449b5898ac3f..a2b31c474103 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 bdcbf53b6afc..4e228628cc1c 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 6bb6a761729e..01558bd1d50f 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 96c3df59cef9..445e14769e45 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 357e75fb68a8..7fd4812e190d 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 dc9c476d9cce..6d2526c8e59a 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 77a244ac6750..5224ed1c0f3f 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 8c2c5b3393dc..c3780e7ac3e1 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 d27f3fdad633..e2e8adedf870 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 c7026817c9e4..4afd51dc4e6e 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 be8cb1d6b476..1d1e5f5e99e6 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 a72cbd6e303e..7e2409555a67 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 3b4d8d56f2a8..54bb90caacca 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 f637649bd583..0eac22cdc1ce 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 e1d161184f63..763658e31c5d 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 684843a122d9..9b8a21cbb6a6 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 c54916f89bb6..bdd3e271a1fb 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 d987561664f3..2fcb5e22b356 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 29536f38b32f..76b80d4b524f 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 df5cfc1626aa..18ce6a1539e2 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 73b6bf254876..7af64b3d9697 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 243e35df1aa0..db235399ed7e 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 ff30916d489a..976a37290b6d 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 0ef353307927..cfc1b27004cf 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 ea96adf0df7f..1c43aca45476 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 2a6a97027df3..1528fcd20f6f 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 e0aae5b2d608..d277dc8bd898 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 0ca3458dcf2e..49abf3589ca2 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 44b07c758343..35852082b7cd 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 4d4ebfcda7f0..b349db696bdc 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 09f00ee5cd92..009775c5e10b 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 4710fb42c17a..fa56a7c880f8 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 6e876a1a4372..af5f4f2e6a85 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 0ca2da8c6bd8..e9fcf4c01dc6 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 3c17a253ebb0..28d8e3444d36 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 357e0e455ae2..68a870cc0523 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 6b0c1e9d2015..f510d4f87a45 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 0a5ddac42907..a5552aacb236 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 86f958936837..6b8c4cf35f99 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 ecc720647ffc..e4da4f72a6e0 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 4016853fd556..c745e439b26c 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 d4aa82a84282..9ec9839142ca 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 d2dcfe7a2602..b1b734bb6a87 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 ce9640cf98c9..b2141649161a 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 c4724bd2fdb8..b7022446a507 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 ba7ccc41e002..670c2c220028 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 290b0cb599d0..60b72f60cfc1 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 7c48b0fb8634..f0279a05500d 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 05d1ff2db6ee..c5fcd92064b3 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 4ba0d6b10ed6..5ad30f43f84d 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 ee3f26728e95..16a533ff26af 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 1f29b251a7d9..2f125ac75d18 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 4c1dd16b461b..1bdd9b6afecc 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 c8d08cf84b7a..3993ffc28805 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 9b4ad36ba215..21edb57feabb 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 91a8c3ebcad6..5b8bee7d9f21 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 45602803ae38..b8911c1657fa 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 bf40bb7e95e7..efe7b6b7d90d 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 6eb55d4dfa1b..1daf85ecde75 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 9c7bde624918..ddab6e8afacd 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 63d0d1e2a92b..41c5c17e61fd 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 d3775a515371..bafd95b48d6b 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 f0448035ef4f..e08587b5360e 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 3ab6d9510662..7312c53de037 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 4a188ac69c95..70ba93c3dcf9 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 a73e9efd66f5..3067133e60fa 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 c83841d6d3c5..94cfc8de0fe0 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 66e65c8d9412..57b63877b811 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 0af4635bb2b5..2b959edf252e 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 344f94406afe..b615b94a2ae2 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 bdf231606833..8a53e52a5246 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 1c45bd6cb248..d2d6695c5c1c 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 27157356af2b..0d9ec7b3df63 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 a5ad6f2742d1..d24b98616392 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 835f78c0a272..832fb9bc1d9e 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 5dfcd407b420..bface721be66 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 533b9e78ca63..c8a92029b5ba 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 efd318169325..56f860d22e26 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 07d7bd08764e..bf7d0cd8b465 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 065e410c0e75..95883a82257a 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 33fcb72aabd2..d5262a6ec85e 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 3d3359a29d52..668e85982438 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 e80a5e39833e..ac25a9eeb601 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 cfef558f883e..8602d596037f 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 d96b85f43839..3777cf421797 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 337191f14428..eb73735c6ec2 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 db257af46674..94f275c31a58 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 6b2e9db59e15..d41bb602b027 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 ef7f5525a912..9b8c84b07993 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 d4f350e8ba84..39d2388d24c9 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 3cfe8caf9555..be7e9cd9cff6 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 b22bfcfa5bef..ee1aa29e7509 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 029c22fd5b9e..e2f2de58a5c7 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 0c556740a32c..963ee504f3e1 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 6cf912a55c82..6160d087567a 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 03141c29bece..125e83c7b5e9 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 87bbc7bba3b7..d77ff9d7b93a 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 30ecc9c95cbe..df045f8dc03f 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 e1cdacd700dd..af431ea1fbdd 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 397140a0200a..27afabf543df 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 d649ef1c0c65..3c37089c2f37 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 1ddf2efd13a9..29c9046e6b89 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 aaadf44ccf60..aaaefb81b3a5 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 0a6d787c40cd..49e9637f2e35 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 e857618f25fc..05987f1aa230 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 c415e26afc5e..aed4036c9337 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 8c33d39bb152..300ed3d5b07e 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 8ed841129bb8..9d533239e3be 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 6ac7544cf2ba..0278db1cf82a 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 06e1e7138907..db2a035aefea 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 366b8899d474..ae4f81072dca 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 bf87d7086c21..2f4e2a5b64ae 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 e0cfceb8d5cd..b52f37658bdd 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 7571def7f023..9d8958b26ebf 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 c7e88168403d..d7ef28766688 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 c1c73f62c895..2267e1be648a 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 544e511d520a..476ecf925204 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 27c3d8978f71..249bc41231ea 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 7eafe7d2eaa8..bfa1da556b3c 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 faf5a96f9cce..50fa72a7de2c 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 95cc884992cd..7530cd9f5d08 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 448b95521a95..6a92bc2d36d1 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 0ae8847a9306..62021be20add 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 0e35203c2f85..1543c440b77d 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 4d5afe436852..2d75402aec47 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 76572942b009..be160b224b8f 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 b6dd6f08d652..483608ef34e3 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 df84c9ada734..983f9e72ea2e 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 c93bc40a95af..2055541a94e1 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 02bb474e25ee..696e36ed7362 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 3dd0915533c2..89089a061c78 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 b67fb72f40c8..b2ff0110a34b 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 b0a0f8733e0c..741135f2d06b 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 0d8de449fb06..b01b2ada61d9 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 699ad1dbc64f..7c55fd96b0e8 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 b1b03fafdd83..dd9cde00d0e6 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 3b1751d3b30e..050499018f98 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 ad39e10ac2a3..8c540e15e39d 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 3a0f9cb4ebe8..2f2b3fc428ef 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 e800cb61efbb..34b8115a69d0 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 9246eaf29171..66d5950d5ee6 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 e461f9e25e88..263d53c27b76 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 7b2431086dea..f46ae02da861 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 c493ac511164..fe48b82aedbf 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 b0be134da7f7..bf90915f4629 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 d7c524cdf104..4126884daec6 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 24de6b4f6315..8207c800bc4a 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 18d0d087f25c..142e2a2f017e 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 8a7e8e49ad26..0d124571ad4a 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 84aa90eac579..c3b5dd319041 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 6c9f7f88c318..e9e2e0eec27c 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 3cd47234cf99..0ea16d62b7f6 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 a36ee11fb6be..ffda8ab6342c 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 7eafbebf9495..f94feeca8237 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 e97d00eec54e..221476d0567e 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 06a4f53285f5..ef93e32aa4e8 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 8ad490d12f1b..e26f03ead65b 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 6258214b74be..9f539efbf01e 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 f683ad5ea8a2..6a9c90179819 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 464368b3ec9d..e5a398e9982c 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 79f77e19ee6c..ceb095d9b601 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 c036a83f6143..86725c721da5 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 c8755a1dc1ea..108e8157e089 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 fd7768199576..9a1dd4a8ceea 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 68548227b317..1e9064624ec4 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 894383b47bd8..7fd6b99b9238 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 209957a59a0e..a9ea32d0a809 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 1c526e718373..9aae866a879b 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 430ccb0ad67e..f00d298dfbb7 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 455ea33b057e..8666d8768429 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 0957cd280b9b..cfad846869b5 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 3b59e1d58ca7..9573f1e02e0d 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 57074536109b..68a72ac9fa03 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 840be147890f..26831919b7e0 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 ef1a77ec73b1..eee71cd1deab 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 6c3b6872ba3a..a106b65033ae 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 6c3603f7ae72..a2b7bb35120f 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 3be5772e3e7c..ac565e6e0ab5 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 33a0164a1a90..063d686c42a3 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 ca867464c3d8..5175c269f767 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 ea61a0231d75..952b9ebfefbe 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 d097b29ed4f7..32f64fd321d4 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 e539ad7d6d55..a086a39ad73d 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 0475c06f5521..3763d8326e20 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 b53b0bfbf4f3..cb423593ce53 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 5b1fe28a2cd0..ec6babfd9dd6 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 6374342b0d68..1854f0b3a4c7 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 8797385f9518..1f40ee59df5f 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 3231c36211bf..110cc5c6d3b0 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 787795ca6710..a05853f99b14 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 ecbe5d6fba2e..b285e417ee90 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 48a3aa5bea7b..e7fa32412a40 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 1e69c313a6f6..002f5b7abaae 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 4047d861bafa..189e7aeb4662 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 f3b829716f26..57c5513c7814 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 37858d346de9..5b7fedee9da0 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 93b9e6f13501..837acb099591 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 133779b91414..c815e9244c9d 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 59bc19538f6f..9a22929a961b 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 df52908f8a26..7f2109cddcf4 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 d700cd9d0bfd..a9053e8a97e3 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 a5593baae457..b86751bbe12a 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 b51f33c4818b..b1c529f62362 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 1861165d4614..b795ebf06be0 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 a9f20bc84f33..dacd81313d17 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 8d29753613dd..e900edbb5671 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 46dc6473a93f..3be218b0121d 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 557df10f3ac0..798d12c9accb 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 5593695e781e..79590be0919f 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 91f0a6a547f7..a93be59d4c45 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 ef8a79394fd6..bfb58ed29295 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 616502695ca4..899457050c14 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 92a8872206cf..1d43690af843 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 538d29ca24ae..50705ec15dc8 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 895df268dc7d..febc2c68999f 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 25357e6fa1c3..ea0e9c9d5807 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 c3c76807da93..29a8e64d9822 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 a0182a0293e5..3c754e307da6 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 bd4d314061fb..b13f5e90e816 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 d227a4f76c91..3f684b0c6f73 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 ee4416e2ecda..777d4563a648 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 adaaa6f8aa66..b492fb45034e 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 58b46ecac3f9..9287652c0a74 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 967a314f6fa1..53e4cdd39220 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 05e08a87b672..d5e018d66ee3 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 669993c46985..30f6cd56f439 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 8d4c61ee9f8a..f2797b20d461 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 4bf7bf345f04..1755a53697d9 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 119380afc3b5..6d666be7b343 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 df23e0f08da2..af69a628e1de 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 7abaed064d7f..2995b1b057a4 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 9ab9c9a9e7ca..f78fbd7c558b 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 5f0333675206..e4ca617607ae 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 cf44a20fa7b2..9266333bca7a 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 7071fc6f8518..ea684dd846cb 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 466b2269f9f4..e6d838df9892 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 741088ca9fad..4261194b430e 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 d874e598f953..2c7892098c07 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 2886e9792cdd..a5864c391be3 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 6672d932b433..c2f0df5619b4 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 8dee2f5ae208..12ec631e1857 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 f2b0f2091134..ef1eed76b117 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 8d8a89511068..244bb0684a9c 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 fa168fb82b67..ff9b0e937152 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 e6a1c7ba9efa..ba3e58ffe3a5 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 308ea232f2b7..a6988c8acfb6 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 2debf354da7e..2405a7ed495a 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 b5002c73a2ef..796382921766 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 fc38aee54d46..5e507f3cf843 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 146f6f8f7302..04fd347364fc 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 2183d30a6efb..6ca2c709d777 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 a8b775bfd044..a901beb562a4 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 ce80a7d1213b..7ee6cf10119d 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 9cbef4d35be5..6f751d8cfde2 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 f1c2ae5e26e8..6e9d0007d88e 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 891caa810869..fc1b2d8d639e 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 1001e09b99b0..7c50d26a7542 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 b62bd5039862..0c47b9c93319 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 322399c8e5ea..d515b882750b 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 6036fdde0b4f..efc10f4c25c3 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 815844350d69..2fd3637ec00b 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 510372c153b3..92502f30b730 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 1504ce8ff59d..b79045d34854 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 a751013b9bb3..b89cc883671a 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 b0f11a5e12e8..9c16536ef7c9 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 61d45e73fa3d..0e95ae0a0da3 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 eb762a5c9173..85110e85c98e 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 be97fa10167f..99f8eb749777 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 bdc7365309ec..9af70ac7ea6d 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 e16a9bad56dd..eba27d1b070b 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 aa1b57a501f2..78f00e73eca0 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 5729ea1ce52a..4fea934069e3 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 8fb9f09c2b69..4cd6e7e50cb2 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 b50a4d7776bf..149abe4d9079 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 3309c48ad70e..fa5bb19145e6 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 943a668a2cd1..04ba8e69bd3c 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 7d647dba2b04..31d5eb0d1120 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 7b82b7c1a4a6..b720605063d3 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 919ed8fe78a6..1e3c29624144 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 6977c1d8c3d8..037a4b5ba62c 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 a2b4aea82673..50d30551213e 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 8fb4ec3a07a4..6b0f155e82ac 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 821cb49c73c5..50dfa3ed6793 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 74f29547967c..14f632119495 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 2be32e3297d6..9767dc37406e 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 efa210517065..79a685ac418d 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 44582b531612..8170eb958fab 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 096aed4d8eb7..ce313e42d65f 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 15fb02be73ec..a32171c39e74 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 6769072a3947..bcc1b7e245d8 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 8221dc02ac88..8f0f3d6e951e 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 9b6bbf99b7f4..93e50e1b0bea 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 30027d007ee9..a681c8c7da2f 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 d149814adc00..4d3e06d5feac 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 1b8abde0b65d..04be33e4fdac 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 09720d636f15..7089a13e229c 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 bea3dc600806..5cfec2860cbc 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 b476670c7faa..5c9a7ec37816 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 37bd1d3a0053..0dc7faad1a41 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 b6ed3563a5a0..4d2cb2e61b8e 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 f1ddd6320f97..192c4fed477e 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 0d68d35cf9af..263a2ead88b0 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 22393dd0dca2..b13008e9f9b8 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 120208900edd..cca452bdf2ba 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 c56bb78ea43d..06f38d4e090f 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 ee9ff7e51b0c..8122127d03d1 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 fcc8a4e45be2..2b213dd79bf4 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 1fb0b2e2bdfc..4f4db42ab45d 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 7ea830077131..343de2a4de76 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 1a1bf7be7167..ce1ec835fa7b 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 2edd6576e28b..956f5e2531f4 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 d2c8015529c7..11bc5365da74 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 1fc2c4093663..29d4348bc4ee 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 06d822f896a9..10d7ab175da9 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 884af5adc8b6..4cdaddb7160d 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 1860092bb3f6..de635a3a4649 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 0e7719ab625a..71124fd2c21a 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 de07e834cb00..0ba10a68dc40 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 e19d1ae27330..7beafffd8c5f 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 fc880b4007f6..dc75cd6e26b9 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 3254d9a134f7..87869517ca3b 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 1dfec79c5b47..9aa8cd3aa4bd 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 cf04696b348c..efc3ea49d4bd 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 b0db80fe13ac..30cdaba60926 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 4d70ba1f6fa7..a787b54c9a8e 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 0eef254a82e1..7fc53b2b5cea 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 d33d626c4419..60afa77d8c8a 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 6f8d50fc9252..6f25b43d6bc0 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 be53f61e49e8..ed996492a606 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 9158d1d45d2a..643eaf356ece 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 3e42e044710c..9825da0f1132 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 bb735085c142..9f9ebd21a9b7 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 778efdf53eb3..9b50dd42166b 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 407cb35311fa..6cfe77654e3c 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 7a56bd1605dd..ea879d35d05f 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 0e79344fe874..363b0844553f 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 8b33bf3da4a1..2bcc9c3d4181 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 50a77a2510e2..a5ceb5b36609 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 c88066d19455..1f513db726ee 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 2f97226edd4b..48d82ba2b008 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 3c377eff6221..3671c42aa8ba 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 24782a1a0110..6065ecb0403c 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 6996ccd4f246..8a1bcccd1dcf 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 6dedae094c13..dd394db926a0 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 0533247550c3..314471f634a6 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 9b9731920341..98fd772b56d8 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 15928aff71e1..f28153690127 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 2eb34d4b26d3..6ca2b1ac9058 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 ac171cc49758..195b1c2314e4 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 c653ad368073..8ae4e954fdd8 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 48588dc0f178..390be01d6d9f 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 f5745b9bb3b8..3baa0ce424a7 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 6526afa686fd..7f3b56fd5117 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 450b65fa17d5..0aeb41644fef 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 c08c4ded44e0..fd914f84b6ee 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 b6c3db38cb21..6df84cd10cb5 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 1076c3eb7760..469c72ad6883 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 96aeca7d5d30..a7546ab066a9 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 b3993d1a6059..006ce3cd321b 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 08e5501b94de..20a1555b8535 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 4bc11774fd38..28081095c0a5 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 75001d36f62f..b8d762fb8aef 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 c28e178136e4..79d79f96a27e 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 3012bcdfcf9d..75a62dcacc28 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 9b1cd0008037..4634e882eaa1 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 44476da827c8..70b0b581a05e 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 6051969e3b88..af5273a03e9d 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 66c4e6e2a7f3..93404a81b1cc 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 09210f05ddde..bf65697dcc33 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 d9faac244e5e..8d5b366ac31e 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 5ea70e47a363..deafe90635d5 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 754a86f62dc8..b54b4c34d650 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 e111313f68e5..fd01f6439c34 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 43b2cd8a5d64..381c8d97ae9d 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 e33cd2390ed7..4f80aef33ac7 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 570ab0c4225f..324c59fd5d05 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 c404a84c4a42..23c6b461af5b 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 5a19cdd71536..09e83145e0a0 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 7c2b4fba10c7..a5bf82ee186d 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 63247859f12d..36f314e0d7c1 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 c40fd6034427..aaf9f00302b3 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 d29b9b8d18c8..919af12f6bc0 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 7996b8fb221b..a003dbbf8f99 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 3e6c712cfd5c..6bd52e6c8d73 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 b52d2860a943..8d5325d44b0b 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 67dee7259543..d3d50e656138 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 e720bdfcd5c0..150d377d8e99 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 a1f885731bcf..4b776e6c7371 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 daf31c094fc6..3554146e73b0 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 0091029f4e3c..f5ee76c6fd9b 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 cf18e29bd0c2..f65cde2ff865 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 2e48f9e0fd4d..fb00f567de3d 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 4a9b8b0fd5ff..f906669ed435 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 dc91bf4c0cfe..c27f1fe11d98 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 b7c1bc0b6fb9..263442be7f5e 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 015ef78e1cdd..8caefd3bb564 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 a0cef0a8a211..7c1d73a47b86 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 0773f102819d..8faaa23c1ed5 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 4ec5d7479dd9..45efdd17e321 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 583ae2d08d94..ffccae167a3d 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 93533139b9da..edfa90e56d61 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 691cd22986e7..ba2956eb7e5a 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 ebcc228f6d6c..ef183ecb4be1 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 0d5ef2ed774b..72d3b2cedaf5 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 781b0ecb680b..7de5aab9f026 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 cdb9185f5304..0fd45e8808c9 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 21a4a601babe..65283984be7f 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 20c51eee44e5..a833ea959ccd 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 bcc5616795e5..a16ef3ebdaa6 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 bf683639d660..d8d407d96a29 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 792bca41a841..1f80d1043169 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 7d7f4082da74..93b58f4347e4 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 fd0b8fe2d48b..c52e16376e41 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 6f6b590036b3..7f45bcc822e4 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 18e8e35a91eb..df530b765cfe 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 2e93543c1956..58e020c27ab1 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 737d7cf8d172..d28f288f3480 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 c18304a82fb3..caa0098ec7ba 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 15a11ba068b4..3ce6edc1c8b6 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 40021e86bf9e..a26cac3b256a 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 87d7b373027c..65e8039f831e 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 e8580b6398b3..5419bdae63b6 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 85ed93cc382e..f420dce97744 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 b94ce94e59a5..81d8b5abdca4 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 961c52a81403..ef2104044887 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 42052b0892f9..ec7f882fa1cc 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 519cfcac13cc..70e6986d12ed 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 a4dea7b82f91..8f9c14146a31 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 49e4878508b1..6a589432bcc9 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 9a710b242d12..0cafec5d1b3b 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 8a31bd280983..bc6dc8a40698 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 41e66c38dadd..5cc575634f37 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 59af6fdfb94c..4a6665979ab9 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 5bba3a8f2da1..12a384f1d3e8 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 646fab23175b..83d2e2b0cafb 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 68ca95fd606b..80074b0320bd 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 43c8f2c572ec..f96e2c0a9a71 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 b021ec13dec8..40d463bcd38f 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 5c39b903cd45..4a18c5667eed 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 a519379921bc..8acbd96c5d59 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 89ce647bcfba..a605e7c93097 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 4edb44d8d559..060e6ca7a156 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 bb1911a77ab2..59525c56e677 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 6bb93cc38b85..489060527bae 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 4913d7b7a447..3690d638ee2d 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 d7fde2362a92..a31f170a104c 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 dbc643fdde8e..3b74e3541888 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 db1d338379e8..bc3cefdb7a2f 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 a8c2aea2d13e..3ffd0f7dcb84 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 815d0f754669..0fa67d5acfff 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 a0c76d1977c4..c2c363f9fbf5 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 0026c8a23706..55df1a8e4572 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 7b904d8ce63a..eaec49ecf1ae 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 2e1ffda0999c..c5829f0df8f1 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 5a7f500a2b49..bc8e321225a2 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 6c10b9144cfa..d3e113d1e2b7 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 8f232dceb88a..1e2c27a50dcd 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 6cba7f1c3640..7bc3d1b290a3 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 3734a3b0ea90..5ff52db66c92 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 872edd30c61d..2dfbdcd0068c 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 d04c1e1415da..af182bb818d0 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 2af230281ea4..0f7d882fb412 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 996bd70686e7..1d5bb7d85841 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 0321566365f9..ea033ca14125 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 cf2e33f6eda5..1ab9a92d17f8 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 e10ef758f200..1cc4f7323c49 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 505742b04961..e17963efb60f 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 cb3554d498c4..bbc5348ad7db 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 02448e9136ee..6fa97dde2078 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 dafbf8413c7a..a746f19dc998 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 55b241b26906..87cb31873bd5 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 e3f7a52e5d5c..42b858f69d0b 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 26e25f29792b..085039228580 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 8a7381dc7e0e..02cc7a2fd744 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 65d5b74ec913..ad8329b876a5 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 ce158009ea6d..731ea73e639c 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 bc12d7f00849..10e57ea52254 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 1fcdaad7fcfe..0187c83d7341 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 5bf94d2cb49e..f2ec367589a3 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 daf15c4ed4a6..e292498eaacd 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 891d284dd58e..79be9755f406 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 4601e64f002b..f62351c6b2c1 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 96c4d99cc96e..c72841487336 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 b9c279e6326a..fb86a439837c 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 fa98a0c45166..f4d898a07509 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 a880dd69f809..85cc68aa8b9e 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 45829661861a..4b3c82fad357 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 d54e32de34f6..5d75ea36b604 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 e14b4bcaceda..188653e392f2 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 4aebb06b70b4..107790ca7d0f 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 74ea531d9734..346660a051a5 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 963ec988b6a0..6f275ac4c4b2 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 eda9b2fe0e7a..c1c4001c3f7b 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 8a1531905762..54ba62cc442f 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 a4050e6bca5b..5deb6aec7505 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 65c245824cf2..d1a1a5abf615 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 b920bc4ae9c1..830d0fb5d386 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 31285f9b8ff6..bfc0c07ff978 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 3047309a057a..4c87ddeb7b13 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 5bfa30cd45d2..33e9d01d5d80 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 c704e76c6601..cb23139bc772 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 d7d97e51ce30..0068a4f75b25 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 74c51a361e10..1c2a789e0e6d 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 70c507f7e26a..3179a41446ab 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 67ebab00f93f..5c0ab9020626 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 74d4acba0173..186ad7abc7ac 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 93b7bf15dce2..782e060a4f2f 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 fa8d6a47a209..0362d60be4ae 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 0bf2bc2b201e..56d790e760f0 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 8f82128f4880..944612b493ac 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 853c783757f1..be4d20822f5a 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 8041d897154c..0c5349f85fcc 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 19bcc16a29ee..894c6da3ecaa 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 77a0090cda49..bb7d77a20be4 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 1e9136e0fffb..f9bad7463058 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 9a84e0010f3a..58b739827275 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 7ec89103d7bd..db1a9cbdbea7 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 35e384aea385..d3a955a29d10 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 9ca23da93b36..e1ea16857455 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 80ad40e2caba..0441474e3a65 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 0dd398993311..ec5f527ab16d 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 bf3669295751..93d4385e239d 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 d0a670f6d4df..dabf0393f8ae 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 1120c677c71c..3b0efd587647 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 2b028974a173..e827b688f5fc 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 65de8ac204cc..91aece41e972 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 85774c37c55f..4224def5af82 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 c02a4876e128..389f2ce68528 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 f3d567ca67d5..3be09f4ffd23 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 a03ff7725fa5..6077bfb0bc76 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 c3e6d8e978c1..17bf142d6f3a 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 1b6b93d4d3c9..2a942b374560 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 c571f127f4ba..edc9788e92e9 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 69ee9a3f5bd7..480a7b7f1d89 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 4b5293ecf39c..8ea21002946f 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 f4cb46bd9c4c..1d579ffc5589 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 0066223c36e8..4050cbceae03 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 8a0a0bf51fd7..d46d16a1d3a0 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 cdcb332d2904..0a8ec8b59f8d 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 d08ba010b384..cce1448ea7ee 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 e2235978bbe5..8e6d719e1331 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 f5cb2f8bc14e..13611d2bb86f 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 2886967d3000..8d7f5f1b696a 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 229fe0bf5b48..a85177583eb1 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 dbe09223c145..75636794913d 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 7fb3e45b4b3e..f4f01755844b 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 69e402f5068e..e7ebbc15b8d6 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 195fc3663101..2327a8204c79 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 998fb4c44cda..156cab5b3e7f 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 267ecd49e761..881775abdba2 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 a78848ca7231..c41b625f3eac 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 7977fc1835ca..e37f274d1b27 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 8a4e1fd90820..2a25ac3b1996 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 35d1a23ed48c..9d4dd9e4c5d3 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 357c210ece6d..b388b57e67a5 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 5af63c0692fe..6f6b26a54cba 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 e1dd3ce77780..ef82d4d063a6 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 bc837f67fe53..77f43a304ef8 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 6e797aed32ac..3f9e9ec30f4f 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 04f2774aabbe..9c18423d2a13 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 ba180079fcec..bc230aa3176d 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 5de0a9ebc754..a8f9f68fe8e0 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 c8f760182929..15e0b7622b67 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 06dd4f6fb7fd..aa63949715cf 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 c2e30bb43f88..5cfa5a30cde3 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 a10f1dc4e473..587a75a0266b 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 27ac3dfe83e0..741754fc22c6 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 a4ca7c287f29..7049f1bb386c 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 110477294c2a..1d3d44c1d538 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 903f5264c845..adea277faa9d 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 63351fea6c59..1d6d1197ee74 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 2dfaa33db7fd..c9a07ddb2300 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 3a0ca65852f7..8c05a8c0ca84 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 3e50ab162037..e44b60bb75ff 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 2ced30535f2e..dcce37f72964 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 3093ec17541f..826ac90a233e 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 25fbe987e868..ea1c32a9012e 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 6a3d46a57a01..2bf141790136 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 93964de3d56e..ca91037accfb 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 952287ea90d1..19d4290a9d77 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 ece0ad68b983..d5e880f07c75 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 912b8e0e7b59..33efd17bdcb8 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 1855bdaedeb7..bd042e2790f3 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 0fe7aa426387..0be8b3035466 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 d326b358dd5f..247fd7149ced 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 b9a2d3f50531..09ddac41e56b 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 8bc5f91abedb..2c6ce9fd9a64 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 60c86bc839f6..4882f22ff661 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 f2ac547f178a..36168fd5d276 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 d51e6c2c5a63..d826e7c883a9 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 d02f7972db97..ba72b08eeed9 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 20834505729e..5a1737e4a21f 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 481c2b679704..d7f76a123173 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 770b22913cbc..87b5c7d562bc 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 b3e61ad0e314..43d09f757b43 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 d135d342af7b..7f8b3713686a 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 420020906976..9314e4635c7c 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 a779242880d2..6bed964ca94d 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 c030228d3a69..2ea35e12a4fa 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 6b5194b74cc7..c14a45d632bb 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 5aeab040301a..69e905b0ef52 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 751c1149595d..89fbeabfb5b6 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 1a49d4730c19..dfc301e3e37e 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 f7584d8094e3..b6e19734decb 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 5437fa29b21a..f3b46568f531 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 30142b4d1cb2..3734f9d51cac 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 74eddca59784..51dcd5cd455f 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 861c23f5e84d..b898ae660dea 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 fdd463cf7cc0..2b256a56ce2c 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 1a9f5fdfb7f1..b99bc4bb11e6 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 9914b7117151..5beda1c5c7fe 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 1b2281043bec..6db4aee72f11 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 6fdf8f3eecf0..b91312358d72 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 5920c384c256..abd4a45522a8 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 9960729d1387..de6426dadc4e 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 4277c90cbf8c..0cc18ba8bd4b 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 1f2bad753a20..ceccf5efb9dd 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 c68bde10f22f..d1bb6383d1e9 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 9674b9174325..5b4c26874474 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 cbfebb7cc56b..56930fd096ec 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 8cf6f67ac4c3..f53c0a222c0e 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 be835273efd9..06935d0260ab 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 c339642c8127..e14afff7e9f3 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 e84d4ea4c731..4bf2756c2dbe 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 ad24fd5390b8..c307f657c141 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 400f3c780ce5..6cc291518c21 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 f806544cff3c..4620d31350ef 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 f693367ec2b9..42453afa1f0e 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 d225bf828889..e27d85e8a992 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 8ecb9e7de156..e40843dec8ec 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 bb5ca35bd59d..ad6ba3a8f969 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 7bc8fe1628ba..36b4867d1e89 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 47f1c7fcd299..713a55889067 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 64b4ca9aec0e..91f1f1d23e6d 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 75fa3e3635e5..61f2be171688 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 9495559b7a5c..7a9b8ad0fe4a 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 7d5785aa4201..45d86cf48200 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 7764acc45a2e..8483ddf8995f 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 5a9b853ad7f7..2a342f916e8b 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 3283e017d0b9..863d53bea97a 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 913c15fb95d7..8d2cf47d5912 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 7050f05e6b57..2f9f79288854 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 cff929da2222..7be8e64a47fb 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 7cfe20bbaf5a..9ccc55141208 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 0063d8fcb3e6..f5bbc66a423d 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 0407dd4d4abf..073f2699aa18 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 e7a101a04628..1bb799342f40 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 c598629c0932..482aa5c5f18a 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 1c6433b95ebe..488ce08faa1c 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 5b2764814801..89d2b464712b 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 9eda44421d5f..94fd7304e97e 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 dd9516a3e3ce..bd689e62eb91 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 b2ee96a50d02..e3fe62e507b6 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 2ecc86c616a4..ad0f2a6937d7 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 91eca7a2bdc6..b2d9dcb9bcee 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 5ab513a89c28..507d47aba31c 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 9c8ddc8a99c8..b7b6f26726d9 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 c63bf18b2df1..46a533d90d26 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 ecff25b90b2a..ccb034a55048 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 0f81d034a70e..c4ef0e316045 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 d45bd55c7bfc..37450be86914 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 ff6d6a5986e9..2bb633f32c0c 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 3a91b51eadb3..ec1dfcfc59dc 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 b2ffdf0b8a87..cf1f15b0561f 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 43db8ca3bc9d..af60dfb68401 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 612833f70fb1..8421f9d47305 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 fcd4697bdf64..f528c97fab02 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 eb532abce3fd..5826e445c126 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 aaf886f21b4c..3b4e196c2d32 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 0c55f1ec77b6..967ebda7c230 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 f6a967fba029..062c36fa2d43 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 d86d02772c76..eaa02e322f98 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 2d6512185695..92c6266f6aba 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 e119dd36d632..604233274f65 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 1319fe7ee8dd..7ceea0967fd6 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 8016a2a264cb..51f4269e413d 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 6bffbadbe10b..b7092369c30d 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 3328df524a22..4a5d2adc1b50 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 819cbf083f17..62fe0f9de4ef 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 001f0b1cd575..019bf6413de6 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 0c5e2fcaac61..313eb5628d19 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 bf00368ca98b..ca4b0956c50b 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 d656acd1467b..130ff400d5e3 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 ae61ca69c847..4db1334f47bd 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 b2048357890b..a5a04aa3615e 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 b14f3e611a00..421b337ff580 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 decb635170d1..f79c28913c9c 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 7af30c106495..5fac9673647c 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 1fb0f5dc80cb..e26e965b96a2 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 c537c10aeede..a771a0267249 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 ab7c91978b64..b682b7956cf4 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 464475a06042..550ea9a95ed0 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 6f540996084e..a11f14cc0c8c 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 08800f4e69f7..19e0362e495b 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 9664b3c999ba..38f43c7f7c7b 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 0eb9ed380e6d..fc7478c0bf89 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 96e2ab3e705a..93b24f3b8e57 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 f91d685901d8..86c2aba1a783 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 0a19e4c57f68..807074a11a6a 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 989a041e1939..8aca7ecdea52 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 4d7db3b59847..8920026afaec 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 dfed23b1d7aa..978998940b37 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 d6355981b24f..2efc126ca61c 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 6a9efee882cc..4d14c30c18d7 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 8e0fdf16cd79..a9bb3b3d9766 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 976132eb4415..4f35c9c7f2bb 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 3417a4d3fac9..a866e8399f8a 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 697188f71336..db312a874281 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 24ecc0c42dd5..125b591e8cde 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 78f75e137478..118caece4a16 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 0db335dbc0e8..3d25316992e2 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 7800a83dd6d4..2a268a553b60 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 4e8fec29aa3e..e59c976bbf08 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 abf7f3c33985..ff176f3af498 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 6dc0c7cc8651..789e0f6391f6 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 e13c68aea0b8..62ac6d4948d3 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 69f0c67f536a..0beebb269efa 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 3934b496904b..f97b933c110f 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 5ead462400d5..f35f3ebdf79f 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 c01fe1278e42..3107669f40d1 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 731fdf2d920a..77c59cd85ff4 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 9eb089869e13..2feaa3d4db64 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 22f10dff7256..ec533fe3adfa 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 75e7d463c4a6..339ce352f2ca 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 ac97bfd2d2fd..81eb3bef72b9 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 edbd633d9f3b..d28c135a5315 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 e5636a967259..bf8131afa951 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 ede59750b76b..6c233caa5c2a 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 e68e280a40d8..50c1e60f1b69 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 960ff87e41ff..04d9dd5de603 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 01b7525ebc09..837cdea7278d 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 6c2b5b3d9610..ce64e8f704a8 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 3d7aa0671995..dfe66701a95a 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 5627e7f5f35b..083bb1504a97 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 c24c4f28fa1d..20f17840d4ec 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 25485ca0f3b7..5ac9e18c7522 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 e9c2758c5369..6d434f83613f 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 00b5916787af..e015cad9a3bb 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 d792637429fd..4a6d9eca2cfa 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 9b232028819b..0af1e754a7a5 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 0b75fc66e60c..f1a5c6a573e0 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 a16e6b776559..4e001d686ff2 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 9bb07446e4ad..5308d6db3cda 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 72d511447400..a6214c6c6aa7 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 13007d4f3c01..2ae6963216b6 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 3f15325c78a4..29e5bc76128c 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 9f2194d445bc..6adb3994c2e0 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 5de92f0fa582..ee4e8182a140 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 6d84f7b17355..f39fc2a24737 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 e117ce0cd6c9..bb0a27daebc1 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 04de41666e3e..2760b9ad3bec 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 fd2af7a67dea..798c6e676adb 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 fa40df474fc4..c57e50b2f2a9 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 e65a880e78e7..c65c9d8a5941 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 b66610d5afa4..78bdce1e78bb 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 2f22de2f70d5..37ca7a80b5c3 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 ff2389839aab..86ff3e25b417 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 83fc10d99794..e2b2a36d4a01 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 d277fa6cdc69..117aaf57aba3 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 31c344105ec7..b1e2bdb0915b 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 95e936ebe8fb..f47c6f8b4a25 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 9d7ac9cf1ef2..2b38dfe6b7bc 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 565d70ea8cb4..8653dac9c072 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 2f0f560332cf..3a6e82832872 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 2ba1e0d315a8..a30fb970e1d1 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 23812b58f21a..0b9257409fc8 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 edbf30ddf057..0dcdf61e002d 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 c4515ea1d38e..336028ecf21c 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 8f85fb7720d4..b87d12898a95 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 576286969a7f..0ba60221cec2 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 26c5e3f43304..18ff1904c5b2 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 4c291a11105a..dab61bf65599 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 d0b24eca37e2..b4243b98eb17 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 6dbdc8191833..659b6ec318f0 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 eb4f9c76986e..206c6f378eca 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 6a1452a92dca..135ba085c428 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 27a44dc40f9a..726a6aa8e18f 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 5a99b03d15f2..cd534c0728a5 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 ff5844a8ba2d..f9c6b1cb8873 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 2830359b6aa0..7b9ead56facf 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 9a64dbbc475c..2f8c1d37524c 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 a9d28e5409f2..9ea082d7f54f 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 ec301efc5616..d54f0bbc1232 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 c09c93cfc91d..d8427343675f 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 173b764d059b..3c8a514466ec 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 a76d9f801db9..66b6ce986aab 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 6d0fd263d982..25582f36c5d1 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 0087d21af2fe..341cc3cac3c3 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 35b6048a18b2..9302748f1ed5 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 799c8e984eea..9c18167dd2f5 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 ca5a48b9cf3c..6feccc68959a 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 01e47da1bf1c..2b7ce765d55d 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 bd6e6899e435..cc96d28cc4ff 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 fb87f5f92735..aff4376714b8 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 367c1e2aed3e..f7c2b5faa7c0 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 5012078d559e..76ed74abbf5a 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 81bb379ddb32..f638360a0ef1 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 ebc6a47c1799..7533caacc715 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 08eb81605b9c..280081469fbe 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 d1beb4bd3fde..0ba57ea32676 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 6bf9af2c5a27..51743dc9f86d 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 029f01252d4d..f2f11322f80b 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 d4f0c623acec..f4d92e39b289 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 dbff8c935fdc..8eced38e1900 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 2a147d3f24d7..6fed8bd1119f 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 cd36f95f4687..c2570dbc38ee 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 4541b27a12b2..6f49cda6177f 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 c878e4bad60e..6801d380a9e0 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 7f8ece2d2275..5d556abe7f23 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 8ccf3a197d06..2ac88c0a4c61 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 60223f0df538..94c30493cf9e 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 874ecc7a4db8..eb54a647bb81 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 ce042de5896f..52361bb95084 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 85361acde484..60bab3254be6 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 a3391cf57f8f..9d1d37c83f9d 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 4c061b49b506..5986eb18db0a 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 f681ed9088e2..b12c5e8a8238 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 bfa107151cd3..8f39a94414a3 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 8b308f805950..189e2617306b 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 b1506f2960d2..553f8d15fea7 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 e71ebb2bc6c7..4d39b6d87e71 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 77eba1202bda..92a80f5868f0 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 1cdf70b98e54..fd2ae247462b 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 f93aeef6101e..7389a4227360 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 dd505bad3af1..902a98df00ca 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 65d374b71b33..f400c4ffb7ce 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 e5ed7014b1e0..b54636a0d0e9 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 14a833c078a6..7d40ea3c8b63 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 8290697e78a1..ee352f7b5265 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 fabb72f9b567..498a3907b500 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 133b0c6146bc..816e23fd88b1 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 103c672bc476..9be3664c3f66 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 aab658a595b0..0c7e4c1827a1 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 c69436ab4e04..9238bbacc3f4 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 247916fa2bf2..2abededd3d9b 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 5e84e9063dca..afd7f811584d 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 c9ca79cc943e..572dd678ca79 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 da5972a9eacd..1883073cb188 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 65eb306788a9..930c1bfcb745 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 887f574c5c2e..4d7acd61bbee 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 a7ceb55452b7..f262e46d5fd1 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 7d132beb577f..f0c390efa6df 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 84276dcdc7f7..1d1ccae7cead 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 dc8afb2aaad8..f82dd2eb6636 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 ec73bd3d02ba..cc55c1d1add1 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 b0a74243779e..b0392e235478 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 a3bad96fe991..edb4445177f0 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 e70ad25d27bc..cc81b3b54004 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 1fb97a5f5674..bff8b849bc48 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 9b1b0a9705a7..740a815edad6 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 d72a0cd99260..a2313734bf67 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 052819ee0831..9be3a536ce53 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 da9e6a57d90c..8193fedf713d 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 f16cc14fd0b5..cbe3742d1cf1 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 bae231cc4845..c8671b0ad263 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 a40972273525..68de9268ac8a 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 9bc3d93bf037..8ec3edfae756 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 133d068d998e..c28b8dc40eac 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 a3d8eb03be45..160485cc26d0 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 2fd2f60e3cb0..5c25540c7199 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 21ecc53c5c60..c20612eaa82d 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 65e90c4d0eb0..56e867625180 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 54647ca4f6be..854877528491 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 6fe04e160960..d793f45d0958 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 2686008a915c..0dc18c3717c3 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 6f4c05155119..4dd406164c69 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 ce5706e79bc2..3256f79b2189 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 2f661a1cc5d9..7d82f681232a 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 c5895cceb69c..95334dc08df9 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 3674dd8db347..2a0d99943c55 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 6155a3306dc3..8139dae88299 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 13f338484316..5df560135ddc 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 cab20e9a0055..5226d497e056 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 68b67f83a9e3..654ea120863c 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 26b6ddd0d763..1c4206d5cea1 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 4899e7143795..63120ad60062 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 8bdd4a59dd1e..4df5449d693a 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 1ce3ecc3da0d..61fbcda77b6f 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 6d0f84b82de4..d8d2d481dd61 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 eb3ff2979272..2897b6886328 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 befb33dcf4f7..d6e756b1e66c 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 61581fda1a1f..56529ceaf2ba 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 cccbddf73dba..3db07285b052 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 a9267ad43cd8..9e46ba2a47ab 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 27db4742ef0f..6f10d176d887 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 7893d9046ff8..7f74ee6ab67a 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 09c4e77f73ca..54b73ee5cc72 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 d730e5cb2f2b..e82d674d5903 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 4b58adfe6064..66d36fca99c4 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 05e0355709ec..90b02951dd03 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 3619cc91d037..ccab6c29ae56 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 4602ce5188b2..fe59d4ff6c46 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 3effc042186a..8671c9b61e02 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 71f6e4aee280..b9310c5f5d9f 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 7a697e34bb9e..851904a787ed 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 18d6f95000ef..28108a284e4c 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 b9a7d3d04acf..4a9c4f92f374 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 1d9ecf273207..b7a379c961b0 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 fc7b2584b393..fc8d3b817d70 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 4cb702ffc03d..88ef7d332ac5 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 848b507b295e..8bbd02aa1354 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 9a8f12a8b698..4a40f6ff318e 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 d2e57fd0f763..70bc9f46ce08 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 89f8daf57e47..aac993c2f21f 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 b388caae2b05..b044c7a0e33e 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 fdbfb3a31ac0..393852c0dc49 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 0b85da4dba5b..4015cc25614d 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 e1c4c5da6ce2..0a369a263ecd 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 92c3c5c15ed6..c21ff6c2d5f0 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 7522c12bde5b..b415a5449fe3 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 73049ea79597..d71b6b4484e3 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 85d4cd1c8bf7..5644991b88c7 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 1782a5f981c5..d9e4e7a83afc 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 0d8012dbc9be..0ced5dade25b 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 c5e3cac4103e..4827e370cea0 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 923233747754..fa60b7ea94e1 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 b4b1e970c495..1e5239ea7837 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 3650ea3fb9e2..0a49a26292cf 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 0e0e7e1966e2..3d2404b27699 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 662a779e965e..0376cb3ed0cd 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 06433963e384..0ba865ace75b 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 2729304aca94..8cb4e660c8d9 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 7c00668a9805..9672aa1b038b 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 b1f1dcda3985..214320dd57c0 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 e77571a10891..9e6ed6c736fc 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 12d695cfded0..c3a772dd9eb0 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 2d666c58bbb1..d0aa33ab0a39 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 3f27b40094f1..59888e8476ce 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 a31b0abbcf90..426454120b33 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 6a5af88abb86..d4fbea13e2b7 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 15b657a26ab5..fa8c6c6e85f3 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 c64a01d55dd1..ec748ba2b195 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 e9a5d2918c0c..f79a2a326bc4 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 40b50ed10c83..a66418b2ff2a 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 816c80f6c5df..460cf3788485 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 c4a2ff857804..ed5e30f9171d 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 a65e7206c1ad..ba462cabdcf9 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 c9f0fbdf73e4..0de1dce76ab6 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 39bd3d3434de..a11e4cf6c3d6 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 0505d79607bc..cc136426cc12 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 298735065924..2f3cc6b4e89e 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 a3e406eacb6b..40a5db00f1c5 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 ed3afc39dec4..1775731bb79f 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 9aabb438b20d..d2270c310c42 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 fbe91d626f96..e8c58d088b44 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 3db3ac5c8f70..96e57806d848 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 4c37e7d4e921..78abc2af4651 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 03108758d1d9..77f8a74c4b20 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 4761ebef6c1c..399a53220056 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 7854a21caf50..19ebc8de5bd5 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 f4abbc798a14..cc7b2447caea 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 3838716d6593..cea81593d45c 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 3125534226d8..a71d1a900df3 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 da660edeee09..2c811c7bfa54 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 094bb847dc14..f06f83ca9589 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 d84b54bc51ce..f14f612b5d32 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 de763ffaceb4..2b5cbdb3f34c 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 f0f807052f65..3bc577ed3dcf 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 0546e295c646..43e97911a829 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 6eedad0faca3..53b10602117c 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 104b506bc7b2..d8026a076232 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 a9a6575e0781..f864641cfb3f 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 8299565b824d..a84367fb6c08 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 71f6b83e60a7..90277396e493 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 70d4d326bb4f..9866722bb828 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 0e7066fc53c7..a324a61adcbf 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 66cb2e5f8823..fc32cf5a358e 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 7698d5226065..c86665c9c100 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 b05b9f4ac753..d855f53a69a6 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 1885ae7448e8..bd142ff3ba1c 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 43c3ebfdc017..a7a7052d9568 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 2609e9a38c86..3245d3de211d 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 fdbad94e73c4..27fd554c84c1 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 8dfb65ca91c9..cc5329a75c7e 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 f41c10a57aa9..1036f0822902 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 d00bb8ba2a46..424f53a50442 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 a0d8fbcf154f..1d9d38bbbe42 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 57aff891e680..370cba501d30 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 02d69bc9271e..e9052600f5d8 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 3dbd1b23f4de..ab289dc5676f 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 4ddd7460596b..ad9fa5dd5530 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 4156ac993cf6..ca4b665acd40 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 23fc13143024..0459d49ccc7b 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 9d622445cd90..3b4fc2046f2b 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 ec3c5b8b62f9..99b80c5a5490 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 f1254136dab5..a18e53418c94 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 fc8a002d6f3e..d61f91e5d80f 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 38318eecdf14..f6c6099aec30 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 56ef0072ce16..e1f2261baa08 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 9d124ffba47d..ced4a39f9149 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 d1d186c17925..22753006fd64 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 c281db8702b0..d422f3ea5c60 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 731cdb118d25..e02ab25fd42e 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 3c420be83974..a3c8d14a19d1 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 c684ea36cf42..da8cf04f2076 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 c033377fc22d..f4484fd44dc2 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 a3d8fbde3814..da790b7bc0ce 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 f094d0de82b2..db50f1be0854 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 ea4e70a1ef98..da336bda0b96 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 5a13ba9143ad..4e40f52b36a5 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 33324ced332b..bae9f309b365 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 f570e3aebd00..2bf73be79ac0 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 4a8685c41956..3fd70a425a66 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 b272d0e38c24..b91f1f09df98 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 a7a71cfc5590..9eba84a6ac43 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 5340a537d3ee..fe370b66f2bb 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 41204264c662..575253fa7fc7 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 2f0d5f7f0755..558443339ef9 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 1657e43f43f6..936803bdb001 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 3eb2b5bf23e2..7bd9eb68f228 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 76ce7d16c6eb..29d9ba917ffb 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 84e454482f58..aa8be9c2a003 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 5c9152ba5301..3b71ebc427b5 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 ffeddd7b3a3f..2f8d4e2db757 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 9ffb6cc3d682..4bdc76113cd8 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 95b9c2fde09b..69d30fdaf0f2 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 aaf0249269c2..b930bf87d3fe 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 c771bdbb1397..0b09753490db 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 d457f969e31a..73875fefb37b 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 64b9b618e00f..6504ba71d1d4 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 935b707ed17a..2a045326dbb6 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 b072371634aa..22f8d6cf486c 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 49c9900ad75f..cf7dcbec150d 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 36c94555a1c4..4f4a2237f206 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 10f5595008af..06576c334766 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 660e6fde4b84..4cca906e5146 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 9bcabc4fbf93..5afa4c237706 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 b058136d3b5d..6f5b4f00d3cb 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 ef9ebf8dcb75..9ddc5906421f 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 9aef27ef67ef..dbdf5461685a 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 2d0a5ee76036..490fcc03e1b8 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 7e9daf8b0746..a717605e88b4 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 6b8779bc7af0..9ea21f66a97e 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 f393763cea64..9c5174494e03 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 7a033491c505..b93e9cb2c391 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 bd9f1535bda9..00f8407c179e 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 e61075b14a5c..76412e983a77 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 6e2d7f914966..f8dbd642b3f2 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 f585d8f5cf1d..93f52428cacc 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 447e08124a07..32fc94d7ca5e 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 a7ea5df426c0..96e9d95f3a9a 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 248bcbb94bc7..72fd5aa1a86d 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 bf443cc95bae..86385163e0ac 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 75f2feef0638..f6c5a8073708 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 2e941dad17b7..adab98e3b721 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 f87ff6f4b694..e42947670b22 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 e1bba146690a..4f4b31268bc9 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 583674839cd6..eeec74324340 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 3f9b677a771e..822ba80776bc 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 bbd98e66dbf8..2b67e4fb6e46 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 45d87015aea7..7b9ac48d6392 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 2a122171c61c..0189dd62167b 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 f37889cbb75d..3a1e4ca5d5b8 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 712c6770cc48..57a6ade8db59 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 a63126f998ac..c9456bbd1e07 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 a18a9d37cb84..90ba9d9c9197 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 e22694d05f86..3ebcdb096486 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 248958df85af..7d8e9dcd1dd3 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 33fd51f2eb3a..9d3f91b871e6 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 d6ce81ba3834..dc41bcbf0267 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 33e72368f7e4..3c2e175895f2 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 59311874ea00..171823be5063 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 122db7caa468..ca22deaf156c 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 9fc2b1384ab2..52d3cadad9e1 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 c1406e6cea48..6f53fcbc21d4 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 d9599b060f93..9cda4b33fd73 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 6179f49b0de7..161168cdeaa4 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 6457a439b025..9553320e4cfb 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 f1d533bb744c..cb8d9c106300 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 4c341a2a1f9d..8ad4408d74d7 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 07926e8a3f73..5345f6fcf595 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 d3ac05b62f71..f6eabc1f06dc 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 f90a7524e2f4..815860a4f7cf 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 8b4368ae3b46..7c5c20f4dcdb 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 73ff4964544b..b169393e9ff8 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 845bd298b8ef..d4bf5c06f49f 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 feac0dda677f..d7e239c6d526 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 f08a5a476806..b0e96ffbaca7 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 59f4bb252c52..c27d39d1a210 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 289003b38067..8dbadb736e46 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 14406f3d51ba..685fe3e5afcf 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 fc545a57b4dc..812d0cc878a4 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 a6845bffe150..38d4dfc61aca 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 0d36dbbde619..c04d706b1e4a 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 7d8d2c66ae1f..a0768641b01e 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 8d8c62a7fe6f..c7b148385a37 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 39904b1c656c..0e3319bf5661 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 a80b31eee0ac..969630873da7 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 a74496156d44..837354a8436e 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 7714fb6c0238..65ccb7c6cac4 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 3d9bf4ace729..955d96391690 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 752efab62ac5..3248771cc7c8 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 30cab1cded86..449bef5707d0 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 cfc7651b53a4..adf438666863 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 f1f0d5cba26f..2e396ce7330a 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 60d02f33e448..13e3d898201f 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 1134cef09281..b1e789340d8c 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 2729046943bc..b58788b700c0 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 87bab9c23c19..ae5494da7e83 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 0637445d3361..d15a9c58ef3f 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 60f19fd2a9ca..fcd96f9772cd 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 d72820542c1c..6674cc3bced5 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 e7b35998c71f..0398d792dcbb 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 9aed0d6243cf..6ce7ba177cea 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 afd539f2a538..774c12d9bd79 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 2b3780ded020..aa9a2e1c5980 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 d4b0d2291a4a..1c3cf5b0ea82 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 3cca95a9cc31..900c83f1602f 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 e1f48ba84e4d..3d9428e240ad 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 3c39d1ceb9f5..d4c2bf7a4de2 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 f975786544fc..781f3980f626 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 d713621a8895..624c2e37455f 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 585fe6daada1..9d09164c5677 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 e810918d7cb3..2eb7f2678a65 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 9924b1a8854d..d15f841a5b63 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 9ec3601f2f8b..002d7b083257 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 33ffff5eed8c..63d168a7d49c 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 c6ccb9b2f7ec..03797bb06b5d 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 aec9e0c9f7e1..ba3a96f3e9d7 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 7b178b4ff590..e648611a088d 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 a4f0b59c6b37..306ef1c0fccc 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 1077f0c85e48..78b4b330aab6 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 6e37c8c93211..e65a34b12020 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 a6fbdd88494d..8b3211ead19f 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 968544de8273..d77f732c432c 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 561f599e42c7..d91846bdf141 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 e05e9ed5a1e3..a1ddcbf66442 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 efdba00711ca..93fdd35405ce 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 b4e4e16ba6fc..9e4c389623dd 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 ad27221eb8fc..578adff2cb13 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 969def99f807..619d20533d9c 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 8ff5fb527bc2..65aae6c397c7 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 69439fee90cb..84d72b7e8ee9 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 0f2d2f457363..da4d6c047a4f 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 00c180738d4d..cb6a7834d175 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 8fdcd7e25fd6..b8dea93bb2b7 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 f0e70fc07ec2..9dc8ab75cb26 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 74bf526d5f66..ac10ef556897 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 7ce527f16b0b..0230c5f925cd 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 7c2d19457827..2e59982c49a2 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 6be3def1a858..55d3419b88a6 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 7631d7df0206..1b56fa6b1376 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 dd562ddc9adc..0a16a22a42c6 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 d74aed3e5210..1fa43c668a91 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 a7e0ef7cca4e..9b07355d1c2d 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 2133189bf838..2ea9c664de6f 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 221132501224..ea798c014753 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 aa08c4e6720d..aa1598ddeeb4 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 ef176aa75e78..3dbd9d0abb7c 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 db8c4935e28b..fb732f871d9c 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 9585ef2e1c15..37063cf6bbb9 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 4eb5e10808ea..aee22b6024fb 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 e2b0c3912334..f22fd4070113 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 9f663b65cc6a..257827d5b177 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 98069791d6fb..17fe7069cc4c 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 42a3260f0e5a..84c5cc41cc39 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 2a91251bd39c..6d54b75a8e83 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 6b6dd794cf11..f0b0296b8495 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 a0b7164ae367..9c69d97d69ce 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 17cba6c0667f..586d2ae4c596 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 04520f9cbc77..f7ea4273c3e5 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 4ebf8e4b015f..fe88f9f6f947 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 11cfadc05759..ad6fce4c77d6 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 5aa646dae11e..9c93586cdfc8 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 e749d68d7766..d4d5e2408808 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 8a6ff78ebd84..88648b79a3b5 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 f9658ce9a32a..58c9dcccfccc 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 ff38d3d394d3..b27585f42270 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 cc7ad4862e2c..f016c17d126b 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 eb91c75fcf49..1dccc3e3cff8 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 ddd0e72935c9..ba96c262fb8b 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 abadea9cfec4..1b9086b0d001 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 331bd9216a52..c1d681445b47 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 ba071ebdb69b..40b1de947725 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 ade48ab85d83..15788eb98384 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 377b1dc848c4..711d9428a853 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 3d4239c3d3f8..b8f50d7ad233 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 6e671b66b375..db41b218538f 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 134963ff4bb4..d9d03dc50564 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 96ba943fd005..a1025b3c5f2f 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 d10a7a7737e6..36ea89132175 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 39b09516efa6..c46d0dc99be3 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 1193e4a4934c..e36dc642c2c6 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 ecad99e50c7c..5d109aacd3cd 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 10c3b5cd3a7f..3976c704bebd 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 c912230a6805..1bf3c925e8cd 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 1170a2b816e5..5b3e11b8c40f 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 f87068f3c8a8..be408ba65bed 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 f48eb66caf08..a1879c413b7f 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 6028f8cf8d9d..6e50097b3536 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 e818968aa802..f5f32cd23f55 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 ba77c81dbef3..09c48eee6670 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 6deabff83da0..c650d26f93a5 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 00b2cc03551a..9252036602e1 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 655988f1f848..baa443062dad 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 bd31d062dcdc..228361766e76 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 87c7c6ef02dd..3010a84fb6d5 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 e05abbb391fb..2f8a590dc74f 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 4a3d16fd39aa..6612bc545ac0 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 161ebea13669..bcb56f69f21f 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 e8fd848a5ef5..4b0eaa8c628c 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 316c574eb2d3..c8d214a7c5aa 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 bcb47fb8c219..5b6c1fbc7d93 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 4613a1ea66c0..fd35f1283860 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 4c518e7c9c41..2cfb4432c1c5 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 e9057b69a1d4..2beb482dcf3a 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 9fc6ae247521..05424c10923b 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 e37f14fd2d8e..114536da0fe1 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 8099ce440bdb..39cc0466f644 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 12695d92a092..752bcae6b9b9 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 3b3920840f11..03af813a9c0b 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 090d07852eb1..b003b1c7cfbe 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 85d364d9ddc7..ba9dbae08d1e 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 0ad3ed4ab479..4de75f51f77f 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 8bcf0c8998e2..ec2497fad45c 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 eb74f23dbc7c..7682339d1bb0 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 bc05108607a0..3649321553cc 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 aed090a5ac75..508cd70d4c2f 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 8730c7a79bfc..c2310816f681 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 b15b9207803b..1bba361a96cd 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 a91f651e7cce..5897e54fea31 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 f2e0f1aacf48..18ac15320fc5 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 269e4ab10d0c..3f709c614eb7 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 aa798bddb3d6..480ca88ffe95 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 250edca2a084..e50782d37463 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 fcf242e62436..091337669bbf 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 21129ed07046..725c9d89d93a 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 39636d69d26e..ac641838e4c8 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 e9c2ddeec8f6..8faa7e927454 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 31afa3f05cb4..a7baa2fc50fe 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 7d8de60933b2..4a90ecc81621 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 7a0e97a658e5..840cadb3bf08 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 f421db68db2f..4f4c5ef4d41f 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 85a47e27d156..75782c2d661d 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 b65b7c907605..2ef1362e2c23 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 0d50bb2e5182..6fd60c90034d 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 9cf7698ede6b..4377a0bf5b52 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 7188069609dd..85175251a010 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 3ef07620eb07..d7afd385c547 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 67cfe59068cf..9b43312d82d9 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 9100a5a8d4d3..854588b26eb7 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 365e8458ca2a..3164e1373a24 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 869ac4d5238d..19cc7679f8b2 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 43c3e527c6ec..9bfbf8446f6a 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 7ec1a2ad978b..fa5eaf80f885 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 69f470226a0d..8a587a0647d9 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 46079c1828ae..2205206f6c9f 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 1671d78b398c..e8932880ce97 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 a7c59a0da9be..616e2db78111 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 a4a2bf59f7aa..272e38822dfb 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 8a5c89ac11a5..6de8460b77a6 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 e34b4d4aa779..df11fe0e9330 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 a8b7d08b842b..ee06cc17b7a6 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 dabbffd0341b..980c08b966f1 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 8fcdc27ff50b..ee840893fe04 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 6f78cd763ac7..c1dde7f28b8e 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 1137725ef728..98ed42373fbe 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 929d391892d4..4e0807d055f5 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 38561032c3d2..1c19537a1fc8 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 f5a3062a7547..b01b5c738ba0 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 0ac6c92e908c..6319a2618ca5 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 dd636e561a73..55dc0e5111ea 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 7fa6f8ba025c..45ac88ba7c16 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 a9ce1e1a73e5..2889bab93980 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 feff8c3a4126..9c7153fd9ea9 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 11ef05594c97..92b6a821660e 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 8d17a55a3662..68ec1c2074f9 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 e6533e25fc1d..4877d9b7f58e 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 e36c8e094605..4b875a49d6c9 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 a988a5a5a641..9ade58a1153e 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 fdbd86a01188..815b1ea3e7b5 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 f71ac7f1b75f..7c2879829afc 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 9021e1fa10ab..2f5a2be647ab 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 880336ef4cae..43ac918f51ff 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 b3cbe25f7a21..415fe908e9ae 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 184eacfec703..4b99f890778d 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 747295c4aec4..97e8652d6946 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 6515f79606c6..a5010ae5b99d 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 80e01cd4b58d..0c4fb5e88f47 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 f8d0e73659cd..80907f4d6334 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 c10655a81349..cabd52920196 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 031a41df1fdd..e7323e5064a2 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 e93f7592a818..31470a5b13c0 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 d6d9b3401f6c..84a6c953d3b7 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 462deeb34dc0..77cc820e7dbe 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 402f73026659..ef0aa1dcb0a0 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 1fd55674dfb0..a5e36cfec879 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 20dbab8f6f3c..428556dbd6f8 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 8e83145ee635..a6f7fb981810 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 ab408c869b7c..c51bca29fdc5 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 905d5156d6b3..b91b5a68f303 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 e4e46c65330f..9d06084d9d53 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 59f57dff9783..66e968042aee 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 ff855606689b..5f8289327b10 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 fce7bb3dee9a..2d7d73709eed 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 83b9b3194af8..b026b2c34489 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 08dd2ff5a5ac..a37905a8a891 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 a0fe98b07feb..e5c5295c26c9 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 780318ac1675..218bc07159e2 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 e0c447d0d6f0..522548240dd4 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 fa1a1c75d6a4..3ade4259fa3c 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 e29bc74b4cb5..5054697e51fc 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 3328028103d0..36aa40782020 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 603f3ec47ed4..d53ce449d28c 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 c19b76e583fd..40e8868a7820 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 e7828aee2c66..dd533c093c78 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 2ac66e827aab..2a50902bc893 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 d48bf5e157ec..f57cfd24f19e 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 ae3973b8c510..fccd05f6ea24 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 b3275e4b400e..4e63d5610f1e 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 acad1c4c7996..ac6d59b62220 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 faafc1880c01..d65a93c2dd7b 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 cfc658c850fe..7965a5918f9c 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 d73b42abc3f5..5a36c6130cd9 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 3926ea20d4b5..c9d6477b55a1 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 29dd09286824..975e133daea2 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 bbc49afc3661..04159c788345 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 1bc6594aaf14..0b681f202046 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 ca8fd6e2ba74..efd113dd0550 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 9b0527b802d0..2407e64b0145 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 c9e3a4dbf9e0..ea9791cb3446 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 bb37674575b1..7275342eb390 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 7f677774f221..fce7a489bb1b 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 d6ee2860e66a..375942692e9d 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 7008aa88ef15..2d24727e725b 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 f4840c8842c4..8012c020baca 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 47237ca6c460..0862c74e77f4 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 f72b6d9b9ec5..52aaf4138910 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 acba5f6621ff..ed1dd5dba1e5 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 f977522a195b..e4c52fb5b772 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 919387acf902..aba14b5de5df 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 f88b6390e981..2f8b89054dd2 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 6fac9fd299ca..4e898cd53c05 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 0123efcc1005..71ba5fc99178 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 789c2552da46..3ca423fd6a5e 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 c5ccb8386dba..b698a016478d 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 68f75143811c..5c2d05cd2856 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 d1ed46032aa0..ec32ca4e860e 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 6f0d3b386ac3..3ca755d028c4 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 075c4d41fca9..21917bc1a50f 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 3132b14cca7f..54e5ac4b065d 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 a10e9a8f9890..01cd2c13cd0a 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 7ce5c0d0e595..c570f2aeb3e6 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 42426d281452..818eff8669b8 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 65867af78efa..4fc7beffd73f 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 5495fa0d6fa7..6a6bf5d9ffba 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 a1711e708689..17a3243eac6b 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 cf32dd071fad..352fe1a7168a 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 d527d5d5d027..109369be1d0a 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 2715d7350988..97718920bdca 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 1c1f23c1ccf5..8ccc81dab249 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 b74fa10184be..73ba5a526b6f 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 06453c912863..02567d2cf2af 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 ae89ee074ea2..a6a271d29533 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 04a5201cc29e..a467158e3926 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 1d6acc4d2239..59990f16870f 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 2ee77151bcab..f937558ddea7 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 0e68a0b07c1a..19fc984ac4b3 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 fd268f698679..1a38c65a5513 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 8e2ed8876ce4..12bbb56637a5 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 b15c50dbb3d4..3e7e8aceb73e 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 e9fc1467632e..2b7dd6b8bd0f 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 4ff7397400fc..7b2bafae4e50 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 62e4c0aff96b..6268a863b2e6 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 4a7d953963fd..90967b1c4a01 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 66db16c010ac..743b59f61742 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 c8cee3780361..5f7c9b117b10 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 8001be75aa6d..5e05f3271e6c 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 ab64fc4e7d5a..7cccdfafca0d 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 7f763052b10e..1dfe564730fe 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 26b9f528c69a..3333d1cc0aac 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 c2011fc2c44d..e46c18dc4998 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 3c16aff4acbe..1369f9d9773c 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 857ce783bf9d..f6c132ba5232 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 65795d0d9377..2979cad8eab2 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 98051c55f458..87e48dc47976 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 5508a4bccb4f..82b45d51c7f9 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 94eabf31cf14..06cc670fc052 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 90faa40f1215..fc11432ef8c9 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 6f38786d127e..fd8d2b0ef026 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 11a6804ce9d5..4e5009598200 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 c2a539166c4b..05f6a98515dd 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 2ac009dfa922..ab20e11a486a 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 307468afca8c..40c3da7365c9 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 83943fa2ba99..376734da524b 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 163a183d7977..d6243cdf12a3 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 241302f534c3..514b60ae0b8b 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 85407067f6b3..0e0af0a028cb 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 24731d68e363..0e7f13206120 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 b9ce11ba5896..096941f383a9 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 26db610b3d69..9a9bb47238f5 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 aa54b8da48d7..965a6e3667b7 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 f4eb94b094ff..03320ed1c673 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 74f0d5ce33a5..c33da5524d59 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 c32e49c683a8..05cf52fb670d 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 03abf03ee686..94773badb591 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 6ea11811d499..afa660565d56 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 d3b1b3314428..fb4ffae197c6 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 17e1a763ed3a..ed8dc06bf06b 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 aac284512940..875a831931b4 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 03d0da756d84..b2214dd24c61 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 87e734b15ccc..a66c58da76d3 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 b82a6d08012c..7b7bae518706 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 0e0c2d8f83dd..6f1178327018 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 474755f53253..de3d8c4ab3ab 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 4085192707c7..b10997f808ed 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 174a671c56e5..023594cbcfde 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 c2543459de0f..cc85c0154f42 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 1a081c6b29ff..3a3143028ce6 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 ae66e440c32d..8cf0b646f342 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 4f83f54667c6..932645c90bee 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 b3974a6eedff..cc77d161e922 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 be6853241514..dfc50eee1a6e 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 f2a796cb6279..97f5e707e7e3 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 3abc815c8945..d85b0154199c 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 91baccaddc97..4e790faa349c 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 386c1e2e938c..2059d0e8ddbf 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 64e2782c2535..e03d5993d179 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 a694c59877b7..0a255d26f269 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 2bcd0d1d73be..cce6a07cb356 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 cf11f02c8a85..21499208056a 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 2a2bb5d54d8c..d56b661b37db 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 9f4284194161..c8e122d50e07 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 9c7f583b7ce1..39aba4b60f25 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 3e7d275b1697..4be596ebbd0c 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 233f22d55e36..fe4166aded89 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 1acdf325c11e..e02d683f3c22 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 f3d0cb6e07d9..c6f0020faffb 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 4a93a74e833f..68a7419b2da4 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 9ebf68bfd2b0..405fcff95574 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 3a21d3e5756c..c5f8951a5e4d 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 cdb701946718..8e39c0fbd02c 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 c5c50aa482c0..62d966c88f3a 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 d518bf92003a..f515cac646c8 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 6ecc5503060e..2c6fb31ed372 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 0e37e69ca62f..95753205dac3 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 e81879b3f692..b34c5987002a 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 2192b9fec631..ab80bccf6407 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 690157b88627..5daea800f36e 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 3661c3494c89..27ba1aac7f6a 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 fca39dd92e22..71ba027ca40d 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 9bd34956b926..d81f546f848f 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 5881804a7f32..556c1c4b7072 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 8460069475f6..a030e8ac2c86 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 58b40d11fb09..556738dbd30e 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 6fe7008740ef..1a7c17c27d6b 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 cb99d4af588b..c7538cde5ab5 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 1559393302b0..782dbba9a409 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 23a04ec49cec..d9b900b2aebc 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 3eb1b2a76bc5..082e68fb8326 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 cd3b3bcc224b..8e64ed7b3ad2 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 f4bc77697e92..42b0ffd6292f 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 86de4464e25e..9831647b625d 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 e64adf68f4e8..5c5f0fcf7468 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 656d175fd84e..f1abd34596b3 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 9c8e273200f1..b4433d6d0e8d 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 d6aa3dcb3f49..16e17c2c2819 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 2a0ba1d7fa50..80451195b404 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 ea93d29f841a..1d9e651d02af 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 0a7edf6dd7e5..ba3574b8f2d4 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 3a80a01c47ec..1a77bd71d724 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 acd7adef99bc..e19acd450172 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 14b530e50425..309df67ebaef 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 4ff5b01e2057..0261d6dcaede 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 db069ecfd285..f9b310abeceb 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 b88708475402..82f242fbde35 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 33bfe09acc92..304c9e7e9875 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 3ffa771721e5..a2faaaab4555 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 92ff7a41fbd1..9da01a3bba4c 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 51901c366dfc..eae65e0f8154 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 0865458f69e4..74beeb4e1a2f 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 63282c639ebd..8732649058ca 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 bd28ffd978ff..f26962cce8aa 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 985861958001..7b5aa27d8001 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 16e3f0fb9354..c1bfc47e56b8 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 5648e6afc44a..15c460a9e19d 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 dd82d168ca92..ede7040742e5 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 2e190f6e2b71..7740cb80e0cb 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 34c5f55c5cf0..7f92f730d518 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 271f3d53cf20..9d8d4fedf913 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 5aa65ed35467..fe9f03cfad68 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 5308778b6a36..e74abb7f411e 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 58fc30e15967..5d08e99ca653 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 21f86358ac76..ed7cf9646486 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 b9de18a46bec..3ff44dd3b4d7 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 ed358da37f01..ca1e518082ab 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 bccf3c9ca818..6eb6cc3b23e2 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 be88eefbd725..ef1a7cbdba78 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 eb576fbe11a9..a032f4d56ba9 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 c53f1926a55e..f36c411d60db 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 d67e0b2a69b6..0093badbdf26 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 64d5d8a9a820..c64e2a01ede8 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 7b1206d33683..3d3ef1c331b9 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 bade48e9b391..d3e734889ce8 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 f58c7193fab4..1fc1fbc95a5d 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 865eda8ba8f9..90372ee64eca 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 eeadfb35e159..6f8f653e1528 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 d09c2dfb2830..4000a52588d0 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 30a3e9f8f704..6d1c237d0ce7 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 5df92b75c56b..33e892d97d58 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 3a110ee3b24a..930751e9e8c6 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 04411b6bfa7d..c042676e4ca8 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 421287ee9817..726ab9c93b89 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 fbfa8fd0539c..a85407273e3a 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 aa2fa2c74a39..d2093bb9ec38 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 b6d0651d034c..3413e69f9a9b 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 e492494a3ac7..6e465d48fc55 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 71f05733080e..7998761549e9 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 84b18a445a6d..064dac84e833 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 254d3a696adf..3fe51052ae46 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 f9b0982a9739..0b40a881c26e 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 f24cb973dd3f..addce7692105 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 b47d1aa516b6..874e1673d230 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 fe2b63a5e9dc..2ee317b6d941 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 5af1c1b3fa2e..37c2d36f5a24 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 5f81ab47dd5d..22bb53d25198 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 b9ce5449db0c..1e4155989f98 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 f3bc8147e14d..661978cc0d38 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 5e40386770f3..e18cf0cea722 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 8d0a84b1a71f..2cf8ab9bc2c5 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 4980dc69a327..3aea80ca067d 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 9cdee3b815c0..f2a13061282a 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 8efad5d63e88..0512c8a4ad71 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 41a41ea9bdbf..7d67121bd7aa 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 46382e3475cc..84a9217c24bf 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 85c3df4c697b..493a40f8ccd2 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 51513fff4491..0998ef82525c 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 1674972706f1..51473d2c9fe2 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 f9e574ab0930..1c541e84dd21 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 0b2af3791cfc..c61f63df3855 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 01345568a6ed..13e986fa17fb 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 a2f9c0b555eb..8aefd703cb67 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 059bc7f2efa9..fa21c7aa0bd4 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 f8f88d77f775..f0b12f903bb0 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 8f4f811a011b..23a1595d1ff4 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 fb065e13391c..76a8ec22e9c4 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 9380bf4a2db8..a50c2b614e9a 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 40981ca2c5b9..80ed0403efd7 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 6e91ddba8750..5ebcc3a4610c 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 94ffe3e47886..5b344954af99 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 f4fe946811de..b398c87c512c 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 0828c4f68676..10bc04bcbf84 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 92631fe9b865..95e5fa32ec83 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 8666f4ee47b3..a3aba31800c5 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 914d1e279b1b..35f89cf4164e 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 5235f7803231..666a110c69e7 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 a3c65bd6d7d5..3b9d1ce50876 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 1c982c661fe6..88549b352209 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 1b11f8861cee..1302df6be140 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 a68fa824316c..cc240f975a69 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 4f8ac654c529..d520110a72db 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 44bdae8e3133..e2872b6ac7cb 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 a7a9343488b3..fce59d8b34af 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 27cdf2152709..b5c732848bff 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 2d9471efe455..f7bb70d1e970 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 9c9bfb1a209e..b778a5831960 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 16f9cc701fc6..b47166e36351 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 fd4444dc88ff..e24c145cd136 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 095cc8fadfc6..e8df308aa66b 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 ed2b5e5be424..a61ac1902a17 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 9707ec8966e1..2d79eb3cdaa5 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 abd754ded5a7..4b3656351b13 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 a92912352320..4811f722a63d 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 518a640228df..e7e3c56161ad 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 032ecc39c3a9..603671f18dd9 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 94b020fc26f8..428cddfd3d19 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 765c050403ea..e07d5d9cbdc9 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 5d7184bc88f3..1757d06f2f10 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 169ad0559260..5f392a6613ec 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 730920dd70b6..68d98d94b643 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 a616d67e88d3..8f2902605876 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 1e830b23c5c0..0665c1fb7e4a 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 1ce4a40e9885..3a05ae674e0c 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 f7b2e302e1b3..e71a0340f511 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 282ace98ef8f..941e6a01393c 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 6270d31c4f04..81bbd6a90fa9 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 f5feaa8b60d1..99f1e13622ac 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 bf5b8d4ae716..7a4d3ef08999 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 c98a62d3eafb..4febdc5464b7 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 50d9c5b064bb..21929e7eaa50 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 3b266eaa064b..fb900a9fadd8 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 1d56dc9b2862..177d1c8743e0 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 9af28cde4eab..fb89a94b31b9 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 40b27e587b21..11fd229ea2ed 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 d09773be9b1b..2595f51ea1f1 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 3a820ddf48a8..885e997efc47 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 3db7316a2bab..36ed5dc4f03f 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 45fd1ac98850..145d37cfb192 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 8209a9b74ab5..af9cad92289b 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 4d493f22c3d8..c293492e151c 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 296775b514cf..cb05647fc3ad 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 ea129b4aa7ac..928b05292aed 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 d77ad74ac61d..3de9add0871e 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 5d2b06e1ed0e..3b435f1ea1f3 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 98ea9df44b82..61e443119a16 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 afe7ddc9afa6..27ad21107054 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 b7bfdb9b7439..c2142a9cfaec 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 e64528dd59ea..c827fe66ceb8 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 b826a499a57e..c46c98648c48 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 d4fda8a9824e..d7b9367fe256 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 424175e8ab40..6894a95d7d04 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 0dc66c8e638f..8d7a202b0964 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 690f2843c689..0d8515acc4f7 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 7737726b213e..6856cef06ef2 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 edc91059ae22..725d19c07d62 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 2e947349394d..99ed8979e499 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 e5cb35028f83..c5c9028db88e 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 910f0200b93f..7b19755b9ce0 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 a152ffaf65d9..96e5c3419657 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 f382708c2612..cc1c74e9140f 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 7d15862ba85d..2515926d7954 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 cf9a252e43b8..cb19a325e0a4 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 1ce98f6cf531..ad22e2c7107c 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 f6045dfb7dee..5afdd2a60e9e 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 d39122966cb7..28fe62d23416 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 3d7425f8d309..9d396f9d1c36 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 7a246fb0ea67..b9762498defc 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 6a223089a8cf..1fbb917f53d9 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 3f0dfb70d5d3..c758a74b6bc2 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 21bac24119de..d8d5c5f68e06 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 1ab83ce84005..77be7319e49f 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 67ca757543d1..1da63c2d81ad 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 c000ba64292a..4f305b799a3d 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 f7abff90af8e..e83ba1c866f0 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 6386fed341d9..09667ed18b91 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 58cb8f8da8f8..bfc05a42f538 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 2ee78835cbb9..651d0f0efab0 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 9aef369cd0d7..72050dda30eb 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 1cf9128c2fe2..ede7ddc2fb04 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 ad6a1eb2284d..dc2395d07429 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 8c463b05a0bb..bce77f331f00 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 ebc5745a692d..28374b8e7c98 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 28f2700397bd..8ca9224372fb 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 bf58117ad92f..577ad10eb17c 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 4375c2976f70..5f44ec2aa2de 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 9d00e72e9971..2331d3e9ed06 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 f21c7ceaf0bb..dc52b01422ec 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 0886ca803955..14191ac54325 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 cd49ca7976cb..90314bac1e09 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 601cb38ca2d9..78434de7af83 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 bdbc89ea4354..3f0351b00ccb 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 69131b6fa85d..405158b90666 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 b964d87d4abc..5d5bda82c663 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 9f716dd342c5..743736a19216 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 04c803ed2875..7e8019238c0f 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 f88494967031..a7af91922d60 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 8f0f21a5b77e..6cd4e1548a1a 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 58d17fc19e74..960e6257d0c3 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 3a110a03d7d7..69a3456e5c2b 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 0478f82e4635..c1a082cd9ceb 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 9d0ce078d10e..60efa8f47028 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 4eb0657738c4..fe332de94e54 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 a7e874c1fa7e..85cc64b979a6 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 d036e8733348..3468ed60d06c 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 ad4ef14dc787..bfc7165cb48c 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 1b1e5074d546..88d50696f753 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 046c5e629b0a..664436d6a54e 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 b2d668a61f22..3d5340b2de73 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 a50b4766a3fc..7070ad05679b 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 2439a0581889..40f6a76bc7bf 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 9e6d23263880..8a42f2849f72 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 c47e52916437..59bcd7fcc27f 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 22a87bea1b89..2d0c6a5411f1 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 cb9214c56ef0..2493f967f06d 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 0b500e031251..eb01e7f91c68 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 09606a638f70..eb6a576d246d 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 162dec78d867..2117e848283a 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 567b27b3bef2..3d771a2e4eab 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 bfc7e00c3ccc..6b2ebe8611d1 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 b97578eedb76..321ae6298f9e 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 a8a800c9280d..e6b1f312ee1e 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 7ef48a2dffc5..e49a2e338f99 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 82ea164b75b6..50001bca92c8 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 074fd0eb0310..e60d99239338 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 13d077e64f97..cf34876ee891 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 2174f427cdd7..94e888c31f78 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 5f0d3b32c589..652b925a2fab 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 43c4906627c7..32aa546299cf 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 52a0acdfae89..d6e4c5ca3bff 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 82833e34a500..73ff37ac4d0b 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 b45a7cbce563..18050ab90a77 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 f76181637a40..42c0ae4195d7 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 fceaf3c0c395..d27c05c995ae 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 271a53b146d1..31d7df03e52b 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 bc6e88099aa4..aa5313cbc79f 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 46f5a1cb10c8..1ac2c89718e3 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 fb93306bc1de..64c7c21fba16 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 923bfd0923e6..8d4edf29a11e 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 e6b79fe355a5..c573aae32dbd 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 54a339f4b6c7..ceb8515a577d 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 774d83ccbb19..67bbd686a099 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 bb7aefd231cf..a84b9f6bcf45 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 3f28b73d33f2..4ea66b3fe454 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 3a51da6e3bdd..d3f568d47e42 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 f05d681602a5..69ee796f7dfa 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 2e7981841f08..2e71aede17f4 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 ef2d982c7737..0137185d3908 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 ac699c7ab96d..543c475e6582 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 80972c5ba8c3..9c76c0c9385d 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 d2ac6298ce7e..7b2c67974cd0 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 076773972043..56c04e922522 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 03ef91ae306e..87d9902c6813 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 6ef3d4c99487..157e94c0f2de 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 a7b1998d6b8b..8b19454d5b52 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 295c8e746980..d191c1d6dd45 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 d3514cc4d644..7d56c284c1ba 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 c6d5ff4bc518..c93e7dd84e9e 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 cef3b3cff42f..0fb7d1596e1f 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 77d6ca157351..74fcdda777ad 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 4480ed5b5f8c..3b50264670fa 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 5ea2f2444d83..4f1fc3d718f0 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 a82290d768b4..3265599365c6 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 24b793e7d935..07a090e6f966 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 8ffd86d3ec29..dbdc66452c27 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 55261239c4eb..563bb4ca2b5a 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 2ed6463ba92b..9147a1f7a9b2 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 1cffefac4667..9646cb4cb277 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 569b16469e92..56f887fa0c46 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 a0f6402f138d..de129ee1d5b6 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 b51c5497b56a..97dd8ff7f838 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 42a6c27d4463..aabe8ec7a12a 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 70e3084b557c..575429ad95aa 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 638d05829c19..6b13c90f9dac 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 d7b3c96d9c68..373f4b6f7ce3 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 c0d0b6e24dc0..926cb35958de 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 1a13dd91b5f6..7c8730ef2030 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 1555a9402698..6c5e207da80d 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 f2c78d39388f..d146f262a018 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 20cef841817f..b22d27fa449c 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 d562103a2c36..65e7d9cfeef4 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 4bdfba80151e..ab979ecc2edf 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 ef58d1fe2c69..326442adb7e5 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 d35fa407f974..99927c13ed99 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 5b4bb08ebe13..7fe6874700b6 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 a867901bf737..c670ce1f92f3 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 fdaa4c09621b..6af7ff697285 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 58b3d432fd54..b8554584ff48 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 0ebddb1ec3cb..5df31978d132 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 96ddab2147da..4c6a2084d8aa 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 32f9bb206467..f3faae32727f 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 fb0af5058b99..9e13c93490b3 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 b601e0e8c6de..9d76bddfa650 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 f2c31ea7252d..07cac5aca0ed 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 5eb0ce952840..5365d6e04999 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 befbe47ea9fa..d224eddc4ce5 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 9085f1e44538..df85f63813d2 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 5138bdbf53b4..df94b5d0800b 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 76eae45163eb..69d9e242e0fc 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 dc3e780353ea..019f5d528f32 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 c15f68e97664..2638970cbfd3 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 3a1cd2d410b5..5b37ffc012e2 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 b291400fb27c..ae88fbf14e21 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 9a96d4e56316..d435cda5e13a 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 f1fe707a2375..eb1399025baf 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 7f71d798809b..c5a57f36af95 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 a55c6af5efcf..c57444c46eee 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 8ce605532bfe..ffe9e42399d4 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 ec6df93d6977..62a11ae67013 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 f5f1af0faf72..18b2425d1c65 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 b8651ffd7bd2..253eac6b834b 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 007001e3750f..3e21e2a35504 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 0f7f67e4e919..5995dfda7937 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 c7ac386d1272..cc595a93da3f 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 0feb8f277dff..5b5f4fd366e4 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 c180882b5763..1d1e559f0eb4 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 2375d20bc142..15cda49a278c 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 db77ecf14dd7..81d4646de802 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 5a35cbd02f1e..cd320344cc36 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 78949aea96bf..b2ef4372013f 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 62628f6f03a1..5716255dcae5 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 9739196ddaf2..846ec620296a 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 5b34cb3d51b6..d37ea3137f3f 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 8814c513b26b..abc89b68078f 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 fc0bfffe674c..23d4e65866d2 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 2ceeb991c344..8a4d42e9ac02 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 a57e9606a856..d340e73064a7 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 1d9034429c3e..323380b8993b 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 29af3cab941d..61b9b4c60b51 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 c6991ba13e3a..9a7631f52650 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 d717a8806724..6ef4bcb7976f 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 3e7c212a0900..52b86d50d22b 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 5a148976d278..80bf8b765e71 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 c3f46ab683d0..58aa39b67518 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 eb1040714d47..1417a8112606 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 5420dfd94086..1e2ed6e90239 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 cf003dfce4fa..a3d63ec288b7 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 802755947885..038e6c7245db 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 2c466205e777..08a0ff6fc81a 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 5420b354ff01..e3e1b4f13981 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 9effd4d74395..6e169614da71 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 94f721d9bfd3..aee370b62ca8 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 a31a6ffc1311..2ccdfaafb725 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 de032b26fb1f..e54584fff941 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 28128d4f2121..13cce4b42797 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 39db3075090e..001cc21ea723 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 d76aa39bb13a..5889c818c0d7 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 8ef78e1db1f1..6e64dbb197f9 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 8cd5c92c9642..4b3f231ee9ef 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 2f52bd3a59bd..b6500f0fe21b 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 cd8f6bda171a..3873446fbcbd 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 b6a70fbe606c..9ae70783d5fe 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 4c4bdec49438..ba68da256345 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 a85d49ca15dd..744a85114eb6 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 6cad33786738..b7c6a168aa62 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 9c1152f039aa..15330b3480f7 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 5ec2eb385b4e..1c1fbe930a85 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 b699eb40d912..0762e61aedc9 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 5f87246289c6..f425386f48a3 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 a0e6ffcc92e6..21af42204849 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 d488c246effd..4e0e51c81445 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 78971ee05167..20730b4322f7 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 f4c8f5794c0f..f58c6da753b4 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 e3123ac68f94..836bc029dbe2 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 af5773c8ae83..0299fb0fcd02 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 2ab3c6d3d4ea..5723bf9a858c 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 c8b51f6347b8..1e2997e2c96d 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 e7c83bc92002..f1cfe1b3e9d9 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 c597dcaeeb31..113dfbc48d59 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 8199389eb894..66e96c86a6dc 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 40f260508b72..b267a8fc1e87 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 99d40d82c57e..6c45731b6e17 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 3743fde441d6..368bd4ed4682 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 97e62b0aee67..2cf1d16774d1 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 ded2d50cf9c7..fc6aaefae7e5 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 274996747752..3a4f07f28597 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 289ecec5476c..f3cffd70c53a 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 4b3eac4cd28c..6e474af8b93a 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 33b90549d92e..9732ec3f7252 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 133f7611ceab..88e4d3717224 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 aa09cba4b6da..76c74103b359 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 4e78edc42160..7dc8ec21a897 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 8543291219f2..725b83d68b42 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 095ef66b3e0d..933677ac4894 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 7577e10c6ced..693b729eb60f 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 514faf9249c2..48ccb5d32ca0 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 2cef74681e11..f8f63c4fc4c6 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 39f91d7b8cd1..adfc589d5ec6 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 05bb87b81980..25339699fd81 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 493009b77784..9a56138c0ca7 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 f5df0c37b56f..344630f1e8a2 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 5939e7e6dd4e..b815162b6a4b 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 599929c3b2fc..1f4409dc5865 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 d10beab2c7ee..7e05d3252c03 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 83ac9c8d6315..b63ee59ba217 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 e25922109b28..7fdcabfb85f2 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 9ad75a816629..079962ad58f3 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 0275a6dc51fd..b2aff4215894 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 d48e3a11b516..22a889edc64e 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 69ca4e86059d..21f57cd74994 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 53d9e5a07efa..fb96a80bbce9 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 0be8af007007..2978e1ae52ba 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 1e30a3bb2928..b399eadd2630 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 0495ba4c5a81..f1458c5d4c20 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 b1afb8205019..136ae6268d94 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 eff749ed09ab..e294412a305b 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 214a0dd31ab1..bc46aa82f45c 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 bcfb9fe38cc2..367d398304c2 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 eb89e9432f5e..052a02c1e634 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 88719ed12ae2..9445ebb3692e 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 02a8dfeced14..41dff94710d6 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 046b8c276b72..d11b8bb56030 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 63f456f69759..87cab81c1d99 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 866ef9b01273..3b58637692ae 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 ae5cc061a687..a914bc070f71 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 40e08f20f78f..e7ce089ee0e7 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 7b6c81e18fc2..abd8cf8c4a7e 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 189ab8c288d0..abd17c6656e5 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 882e472f6121..65613f0a70d3 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 c577760af118..2f8b863dd2bc 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 540e1920bb0d..9d4e1fec3f83 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 997076ce9c6b..408eee1ba950 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 93c0eee73534..0229fdef605e 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 dddc8919c2a8..1fd511fbfab1 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 79975f5abba2..e97872ed6038 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 24895532b827..2f2862621705 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 35436335ed3a..2529855e2e0e 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 a57ddc8e9a6c..72e59281983b 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 b18d76fd36c2..6351d6a5e724 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 6f6a0d2fdc1b..4e4ede1fa8e5 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 9f7cfb166400..d4a38f5b2096 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 bddcaa403b8b..3d88420e903c 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 e7352f8513ce..4f61d3f48e51 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 3e8ce890268c..54b57882f697 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 dc1da3e0d87a..59a7bf63b41f 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 3c5a10bf4d55..42c237aa8b3e 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 daa27c2a4a64..357fb116679a 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 09ad89fe2983..4e0ebd645a97 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 8ac16c63a7ec..d11b6fac25ec 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 22de85cfe4dc..e3c47c7f72b4 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 b9d3766b345a..27b023c669de 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 a2524987aad7..dde2879dfb87 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 aff9fb16b23a..26a0836cca82 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 2515f3d84e9d..93963390b0bc 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 0fb2e924fe70..12bf674e2f26 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 cc911e71db57..fb8c3c5dc639 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 e93a5390a558..7978acb2480a 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 d598dcc6e551..bbeba2272634 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 06338c8b7387..c530853aa75b 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 7f3797bdf163..57484d28d6a7 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 ab9bac427a7b..99c216eb9e65 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 4a0e22d411b2..e1e383480aef 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 fc3d4418c0cf..516fbe6b9b00 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 97b19a09d8c3..cc8d59c9294f 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 47635ef10a02..9462c2bbbc89 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 32dfdb431d5c..7a5f42e9cb85 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 69bb3330bfa1..d66ecbdfce82 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 3c7622bad0fb..eb4d7d86a19e 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 34ad44c6801f..9ab4090df0dc 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 1f9a5f921b45..3b338a2f2a98 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 eabc91824a23..2eaf51fe2ec7 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 999239f4f4d4..588afc6f60a1 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 c7637cf5d2fb..da27cfa294cd 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 645d5f231617..944933b3238c 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 5e3968659196..1ab81cb8a4d9 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 d7573312cc9e..8c1c0da195a4 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 881ffa22a639..eaf377a9c754 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 248df4a5a159..284467517adb 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 bc0811681cce..5d9426e84fae 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 bbf72ae39f46..145d2b2251d0 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 56c96ef1dd88..3ece226b1c91 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 2d49b1de212c..1ff002ef7901 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 8b8b29b1accd..3483119e033b 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 1f0d91da8290..96f6f2e770c5 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 9d165b3c430f..1128432a507b 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 4efd298e40fe..811630779af0 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 38ca124b0eed..97f9491010d2 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 7133c6d2d9fe..99e7cbca4064 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 605bfa99a998..907f1762cf08 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 609f5419c768..367c24652b63 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 30a213ef9060..b4c4013b33da 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 5e776d06621e..731381cb7c21 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 c05ae4170ed8..b39f5fb363ba 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 a2c2c35a54be..2ef4479ca18d 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 f228f4fcf7e8..c68fa06eb41e 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 86baaca26181..54031d33c8d3 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 1d3feb87fc42..e21bad589741 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 1f47666efbff..656518448be7 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 7e107f26a293..19e8819bfe9b 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 68fc0089f678..6ac9628002f0 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 355e67b15b5f..1298ec8a4e94 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 f76bfd41d7cd..8cf4e3abb66a 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 db0948e35a2e..a3305921553a 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 3741236d09cf..41f8c36271b9 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 de0a7710fee0..4a39ccabb651 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 ff93b584ed30..b5f3aebb7787 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 a83acb83af35..b02e683c0702 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 9167c159c048..f450bfdc65b4 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 de8b5380dc7d..8e16fbe54da9 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 5895aad0dfe6..fa2c5cda1fab 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 74bdc336b084..ae60769cd9bb 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 84aa0cd3e0d6..b0f77023aa26 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 d29976caa2f9..d0231f4d0e26 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 54134efd32e8..36d26d904523 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 045d94af1865..d69e789bf983 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 441e876dc089..689a6f5ddfdb 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 ab625b1d3a30..88732242feb9 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 6640f77c9fcd..ab361a19c556 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 eb56b7e82d19..a83546cddff0 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 bfad04780f01..a9fc0869ec42 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 d1e6784c4b51..5efa81369a32 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 bb191b70497e..291bb4232069 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 0dd0d96f1c21..e1b3ea01fc37 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 68c8a77c6292..c5da53333a1e 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 416c6ef0df2c..6c8211cd9644 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 9ef22635bd75..0e28c806cbbe 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 25ce5afe2e31..67b54ac81346 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 5a0f51d2fb6c..691ce855fac5 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 bdb80a45f662..7b3c1fd7d6cd 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 20ad7071794a..258a564b4146 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 be54ce822938..32911e9fb0a5 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 5a34f83929a9..30d2091a68f8 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 974458bb1f91..b21d5f7d4b70 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 76c3bc9e74d7..583b6bc89497 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 dd73057999ab..b0b92949e16b 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 ef7474dd5a17..c2ea3ccdc8fc 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 c389c572a1a7..3ed9f7679610 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 52e12894eef9..04a63638e3ee 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 28019c545bd8..ccb648121e76 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 527aaf40f2b6..59de9afe72b6 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 5cde86c3961f..248b2cbadc46 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 1e53775acbe9..89ca7e32e5af 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 8c87f86f71e5..8511ee72fa43 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 ff5d8e8b3751..ca4b560687ed 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 c026863b7d19..5ad022cfed7a 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 f8e19c42754b..e892a01dc00b 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 fc66d0c002a8..212ea168da8c 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 9aa81f7b9c19..7fffdcc3f64d 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 1f8525817075..4ecc5efd13ef 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 430510da99d1..4ed73e628aa0 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 cbe89e3f5007..e5c1daa34bab 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 29b6905865cb..c8b039abfeaf 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 7d988557b58e..8f35f3fba6fc 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 7600be127b15..c6690bc1b6ab 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 711ff476d04a..b83f56d6596d 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 4a0b093c031a..8b9e7c99ff8b 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 a3ea177448db..a1d1ed8d4fb9 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 442899327f43..867c96a1b77c 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 1e730a2efcb5..55d162d084b4 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 34f6c16e6e7f..10e656b22657 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 09261f177160..0d5d920d0b3d 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 4db35352f421..6ba036238efb 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 ab42dadf3b3e..6636ce5478e2 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 0f43852a70f4..bba0ea078504 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 eddf2c5c6ea5..382f62d9dad3 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 76af570f9ed3..fffc165c6ac5 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 8ca6ec2519b3..b7104bef8099 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 8eb7f12a103b..3cdb4a315720 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 405c6bcfc19a..599ec978e703 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 6e34181a2ce8..43abc5d31002 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 b5421b121662..9b92565e5789 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 25828eb5a3a2..f5a432295563 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 7ea2c50c0cf6..925cad7e5d70 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 88da9aa422e7..d96626dc3a7e 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 cee395086288..01ed998b4349 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 23dc7bb57e80..87113bc7c7ae 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 f98ebe295775..ed5df3f337ca 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 d80a1d42a53d..dc0cfe71bae3 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 41ad3d4da029..cd7a79a3d133 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 6832c2b79925..90da43962b96 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 f3c462e3d77e..44b7582e75e5 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 e4004e85634c..04b5a870bee2 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 e91bf549ac65..2ff82ba67b5a 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 f46ce6d0fe06..98b6320d23fc 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 39713f993bd1..a0c580ba6acf 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 74977047bb8e..70bfd053ea49 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 9f7c8411ce5e..698a817119d6 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 68a11d90d49f..2b90c32b2d4a 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 079123f6b7fb..8f0311324097 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 5ad3e7976499..71acf60aa0e2 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 87b10987f77c..d62b1f227181 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 35cbca8b4c0a..9f45f8b62e42 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 e1a01e0b9345..98d0209f5765 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 2e0050ff679b..acf7dffb0bef 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 c827fbe6eb8e..1622cbe30e98 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 4ca59b1514a9..f39ee2211052 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 4bbbf3b33a4e..b70ac9c9cc01 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 0ff78e301310..c38c5ad7da77 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 de4a6f63caed..f3ae0c0fbdb4 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 e0e041f1ad50..e8026f95a471 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 fc2b403513d5..e743ed4cdb56 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 fca31ddc5d3d..471aef262fd6 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 06400b3d10ce..6a6f90d8ebc0 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 7dffe3d94841..0d4a1f4dd745 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 d8a8b871b0f5..0ff84ff8fa65 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 799ccaa89318..f4dcfa0d2701 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 d530fd7cdb58..1e0dffe05107 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 f25b7d36f23e..b8e864cad478 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 84fc103cb838..7409804a535a 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 c54251c07eda..250bc34902a5 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 c52c60fa1424..0c11cf395c4a 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 71b180eccb81..59460087b7e7 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 d4112f3f4df0..95c6777bfb8c 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 3073e35f268f..7999dbb5f82c 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 0c1e5678c9e4..e0742a55bc87 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 89c6568c0b1f..c727f9574e4f 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 f760cc8bd80e..4adb6802a3a5 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 14fdaf61c909..1ff56393795a 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 9dcb175fe2d7..8483e7ad509f 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 4a581acd0a37..20eb18d5a0ce 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 91d80a603354..3e14a56c2374 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 c1ea52b9b408..11851c5f125c 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 10686ce9d71f..6c48c4da0c9d 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 171c7d669d0a..08c41b556aab 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 56cb19833e31..cb13d82976f8 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 ec615fc15992..2b3524eb71cc 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 9dcdbdc53760..7442d298ac01 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 ed2286595d17..45b764170cf5 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 720ea362e9b2..851a45eacdc0 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 9180b1209e2e..7c55f1974582 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 3e73e772e5dc..875b791c1dfb 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 82ecff12d4d5..566b8f14604c 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 dd939e2e81ea..9c0b0da26d75 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 41eb974c8e0b..b295329eea9d 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 e78ddc8d3ab3..e788247f746e 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 27c747299a05..039dad23ce74 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 7287ddea391e..ff88c2c2bbb2 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 c5796918c753..1c91cf729c9c 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 2a6a6a50eee0..450e07d4ddb4 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 9ecc7bff8b25..f166c9106044 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 3fcdc0b1e886..e5f35865e9c0 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 ebb120054b9e..9a53eaf1c266 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 b44c235c921d..0edd9fc63a12 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 ea06970707d1..fa56d7fefee5 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 5632eb80bbeb..32cb2c183003 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 e2278906e470..5340af8234f2 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 74b015a0e4a0..f2a0e85af0dc 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 3a571f9413f6..43ce4cbb4c4d 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 a92ab9c59870..f79243dac100 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 edca5b95ec14..21833032864c 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 cc59e3caa5cc..8f7d3a474b2b 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 812466be3460..b4563567182f 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 a6a155a5b173..67a01df7508c 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 a5925102c4fd..c649f1201ea6 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 236d297b96ed..c477bee1618e 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 fc032ae76d78..c6c6f04bed36 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 74c2dbb71b0c..cfc00832b7a2 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 3eba12929c07..55074e0941d4 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 22bc460098b6..0d616f90165e 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 47c9459aad80..5b6e743c9955 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 d9fb3cf89dec..c792f70ad0e7 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 3c4f56fa99dc..9815416cb598 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 f53b46714dbd..b95af15225d5 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 87e18cd714b6..f4336c9fddeb 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 122bd30e54b6..4b9d7fc20eb7 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 d4e85f530c00..a07e8736ae4c 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 5c463d73d38c..7a655883e464 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 282557b6562c..9844abb505d5 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 94aed9f81311..4162ad4b3b92 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 db61d81587a7..9e2d4d387bb8 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 0dda54f74dac..d32088b90f6a 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 ae8a372a2584..e81d3e4387e0 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 252f50ad58bf..eb4d6d139dd9 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 a99b30299009..9335a1fd18ca 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 b2fb7d3e34ba..855c0b7b0ca7 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 0271c1ce7749..17ae4e1b1307 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 66d1f21715f8..a217ab81735d 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 8060c6737abc..f8fea47eeda6 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 10ef729a8ed9..3e4a0209b1e7 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 ed75165384ef..a3f568aa4145 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 d9db8b779f01..891445067f48 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 03fef8acbd2d..db86e644e384 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 9afa3f4ba02e..0d395748d9b6 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 27b95d5c2b91..1bf1635c38f7 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 6cd676b74708..be0324e8ee91 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 e22827d1b88a..005de4b3b78d 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 e9101ab7b705..9c1c797d8ac2 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 68a6e2d959a9..d8c67be4f328 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 e0e670cf5358..7cda3d5277ac 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 a8b8c0c679b7..3aff822acf67 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 490dac6d106c..6ca7dd840020 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 1e282d07e493..519e906c6c77 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 d96447fc8ed8..f7f4ffc7bdbc 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 120ede42927a..3c496c704b90 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 c03d760e829f..431206561b9c 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 0b1b341daa98..b200bb52d39f 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 7f8610a39f3d..2011c396459d 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 f45cc3d0cdfa..43ee6e9f04c0 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 8f1b1135c0f7..61ad5f99f33b 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 f7e54d52c285..7a4a6dae5149 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 39f02dd385a2..11f43aa5a0c7 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 cc2b58d859b9..d56cb3caa266 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 29d9366bd42c..446c4a8ec2f1 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 44ce815e6987..07e79089ba6c 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 2acfa4654dda..447e32f7d0c1 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 6f2a3f8e83f0..3c75f266854e 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 5e22b01467cd..ad784ef2a89e 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 da33d3eae952..083db9c47336 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 547795001ebc..86ac9d080ac5 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 b0140cb42722..850b5b01749b 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 36719075db7a..6571368a2658 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 82f890949e50..0cb543c42e74 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 ac0fc4a84e49..59a07851ff6d 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 c859b680cc10..7203ae71db83 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 adced7c92627..06c4cc5c7db0 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 47c318d24e35..40b4d817f518 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 a18361c35cf0..8ccc0eafec1d 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 11e8f07e0800..77c8a4918adb 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 23f978bb40bc..7d7cb7168b57 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 7d0421a56393..904ac6cd3413 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 68af9ee60f3e..f9a8097f40f3 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 7accbd62a88f..8ef3ecb1a19e 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 a0047e1db8aa..fdd575c6a6d6 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 2eba0d5abce9..658907836e07 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 c494228964f9..9c57ac98779b 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 ad2264539d0d..e13331b52b55 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 d805d3fc61c4..f9d5b56b503a 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 9f73ef2a0ee3..95f407bab616 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 8f0b2f1014ae..88dc6c0730ec 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 ec39adc21763..014361938271 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 15aef73c6ac2..a995f29a1a7b 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 aa08b92136d0..d92841009e8f 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 37a687988b39..32756664d9b9 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 0a1f4d123e09..4e5b650928d5 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 d10c41006bf9..e9ad8592e75f 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 4eecf1b1e2a2..4cbe13c4581c 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 b76645aeb5b6..9b3ef512e6b9 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 52d29f0cc782..2905a2d5c107 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 6a822e8e5b41..8d0a570aac7c 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 b359fd3447bf..11c9745a7d21 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 1048ccf7c100..e15693e333e2 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 71932bc44bad..87c6bfddf471 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 37da2a30fcf8..452450613add 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 b379c249ee0e..c9ca323bb9d8 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 043cc74a11bc..b968e076c298 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 549c227b5487..994823a91803 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 2cef56805621..dcfa7fa59e75 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 56ee513f2aa7..35ac7cc57855 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 c22bc7d4df80..c427d0bdc6a4 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 9e3ad1e48650..58a9f012d68b 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 a374981ffa6f..e3e4d5a3bf45 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 6fbca160333a..5888953b89de 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 aacbc492b761..3d686a8da530 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 548198f4440a..333e8aaf2472 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 9868da3ad1b2..a28473ef94db 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 493b7ea9e102..239a5c9baf2a 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 2541a7f6d67f..51230fbc2f73 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 2840228f486e..f88cc5ed23c8 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 06f1a71473d4..9b51e6d56141 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 c654c67bdc34..00dae15509f1 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 068515568abc..d7721e6ef91e 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 14236a66fc23..41c2c15ec3e2 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 49775e8c006b..abc927cae559 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 a9f29327d6e8..6f66acb0bbe8 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 ab13e576bb15..7a7e673d37ca 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 d7f120b91a6f..f2f1f397de0f 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 38385ddd3e4e..1701ea64c0eb 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 1aaa2ffbb166..b1e9a01db201 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 9b743acda2ca..dc5381ef2e8e 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 62c54f8c72ac..b8d0e99d015a 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 b700945e2361..263bf47c1d30 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 0530de899ba4..bdd13b77f713 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 25f731f663e6..620876fc0a07 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 e6b779d38955..af781efc1e02 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 67927cd4749a..b3ee3c1eee96 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 fbcb7f0e441b..c584adcf3c99 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 5bd7b2ccab6b..ae84bb3604ea 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 c5ee17cc16c3..114644d5172d 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 71f79100ebbc..4775810ab2d7 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 d2d198fa6258..b3f39a50513b 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 921ea7e02622..ce9bfe056191 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 29d494296208..86e2589a6d36 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 03e622e9e83c..14d794bf0a85 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 0fc6924537aa..0bcef78ebddd 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 b8df4c668e07..dbbe1185a027 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 3f69bba1fcc3..32836297eac7 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 bc701a9df564..7f415fcfb953 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 2c556644dbe2..86dfcd3e28f5 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 72a974d28c3e..5877d7ac181e 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 c920d69499a3..125b8838a849 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 dcc5cbc17f0f..9923b2d14c69 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 73f3e89343f5..06793d36fdcb 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 f5353f0dc072..40464f8ff672 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 c217bbb2cb71..facc71bbc2c4 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 d228e4f6a486..20f4dc7b95a2 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 0445d20b252b..b9ec78192bb9 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 fd96a1cd1b83..215e0f04d9cf 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 df1a79c0b3da..678167cdf59e 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 6d34d533462f..29a50fd9d982 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 cf5fd78fa0be..1aba58e7f641 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 9e46db546e8e..79de64c66381 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 9b59a34841a2..7a515eb11123 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 85e796411ac3..80679a0ec69b 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 2031eaeda231..230712ab22a5 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 a9b2e36e4981..e97bbebe65e2 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 64b2cbfdc107..7e8983490ba7 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 568de9ea9a16..6bddf15a59ba 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 34f0721f5c26..54555510e2c0 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 7dee4d5535c7..1ef01bbcbdd6 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 c5a43be7f4b0..b7f61610d6d1 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 2193e56be3fa..9b3a27bb1268 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 742e728da1d1..4585155d8eef 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 9f3f433639f0..d82425f21321 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 76d49456c6c9..bc0f68db4fe4 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 2b23c5016eee..beb1bb3342a9 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 a756b00e5708..5b81b892446e 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 a7f441cd7e04..6981a6ecf2b9 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 ed6a0391640a..056226a532ec 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 fad95db24a59..8babbe0a8042 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 527c05afa506..33ba848ee5cf 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 75a80cbda74d..bab0e41f4ac0 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 bacb38c22e58..5859933e2fe2 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 b463e4f26198..3d2df31f0298 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 bc4c4df20a92..05509a99fcf5 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 4d7c19c0d939..0f46a4149203 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 1f7f2254f6f7..5165e1060d77 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 7e25cf734199..adddd6f151da 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 6ca0171990be..abc62824c7b6 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 95dc8a3a4b07..3ea0ebe26b6a 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 1f2a6ec1ddc1..0f2118c94bc9 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 6b6da5f6f883..d7772ad8c08b 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 b152d286bbf4..688d0ed6c520 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 07423eb66da3..eb7bcc72a0e8 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 f7397a1c57ec..7cb8b152d955 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 cbb01fef4ee7..4ed0840cfa6b 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 826360382981..7f72acc1aac0 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 4c9ba6dbd30d..fd3ae84fe898 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 f9734bc73a5c..61705f84d2e1 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 156e28a3f308..5cd082ccdcb1 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 1b3b81ce3919..aab78f6b755f 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 aeeb2634fe3c..f42c7d5a5139 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 be6632a284b5..8a3158b991ec 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 638803dbce12..d5731f267d32 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 cd8e9a2a1ce1..c5c8ad7824fb 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 7d41c2db1ecd..e34683179434 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 9ab4575f22df..fd4df9c428f2 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 5c823b1b54d0..a8224c595e31 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 930414ab4686..d822c71d6a9e 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 eea400c8531c..21c674621546 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 459de985416c..155cdbf5533a 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 8d2c7a6463ef..5e5ba2a731ba 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 e146d0a16e2e..f020c3494c45 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 ef805cf12be8..6a99c3817857 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 07c98cce77f9..331a197877e9 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 3675dc8dc892..c4fbc3374e34 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 cca5d5c34e84..586303001781 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 f248b74224b3..a6a73e3db1b6 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 ef23e083eb90..46594bf52bd0 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 7b954e53aece..82e68ac7c80f 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 b9bf0aa4a84a..3f30d7513a6b 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 999cc17bdef8..97964fbb9647 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 7aab52390e6e..dd184c0574fd 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 942d9540d049..d578fbc18a4a 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 fca09d70496e..2ce650d89937 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 a7c55dbdcb39..0775a5174ed2 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 fc08563dfeb9..4e680246f0e0 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 a309d99e2e00..6b56ee76c6f5 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 56383f224ced..c5359d275801 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 686856c7e08f..54f0c94e3411 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 df19447154d8..e46bebd3e1cf 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 c748c322242a..a82b84ec3e1e 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 e39a2c54f064..85030dfed439 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 f1bd58365df9..7512c093cd73 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 897a7b28a14b..a256a063b0d8 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 741099a5903e..e525309d7891 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 8211cccdf5a8..5bf0d8471b90 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 fd167d01e9a9..f456e1d3a942 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 e0612bbb512d..ecf6a1b50d5b 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 fa45251200c7..3a5a126e6da1 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 fe7116cb973d..1a0e9f540513 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 2f85fabead2f..8ca6e45c6817 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 5e2c6c8dcc59..2129d2c77465 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 22be50fe7fe2..ff88bb299450 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 32ee74497429..b729c2fdb4ee 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 e877637f528f..13c13df8eea3 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 3e17c365934e..4416bc7246bb 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 4a861fe1200b..5b7bcfd03395 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 b24189d8874c..5807a977fb3c 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 74d4977edb34..814bdc633aeb 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 fe94bde7ae03..0af2f4a09970 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 89e5d1515e24..dc21315c61c5 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 4366c3a63de5..bccb11169a6e 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 50f2150ac1ca..0564cabff421 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 5c1687df081b..ac79b967d01c 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 91327de1917a..a16c3f7e6992 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 00b7278495d4..c2b8618ddd78 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 7aa3ca2774d4..05ff60f4b4ec 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 74c90bd7aca7..a4b7bac2a819 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 4315c7eb3012..c04c1ce2aca1 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 d696a9a92098..9c7cd5e2bff4 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 ca7fd01935d9..60a85100739a 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 4c8e187af66b..f893ebe8d8c5 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 87afa4bfd29b..b7a0809e0c59 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 a23aaa19218f..81e34f30510e 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 e93e9270c9fa..c9f11ded3a0f 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 506b511e22e4..2b1ca7d31500 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 b97c1deb29b4..3e389af826ce 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 d618e8901844..af2ff5f5edc8 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 0f2a4ff0bbe1..3f803045c6ea 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 3e83779d1203..1f5e3b908fc1 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 49d74be22caa..7bc7afc7cbfa 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 3c005a152548..87b75373272e 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 9bf60f748196..e21bd2404ecc 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 627c8471443c..d1c8af39a96e 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 0fd177c3c61b..48f70b36518c 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 b5f90a102ea3..e02e80149fc8 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 57c047657e31..1ea4edc515d3 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 752777ca057e..eefad7020182 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 e3bcfa58baf3..eaf758b4fba9 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 bfab01c11353..6de16170f5eb 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 53a2b156dc6f..bec5264159ea 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 e34608fec2fd..9067a2618e63 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 f64da0b75f84..aabeb1856b5d 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 0de6d58a0296..9bb3f84ddeab 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 e34cafdbc26c..c214e368f92d 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 31afcd415903..e40dcac2e55e 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 cdefb2b12006..8073fa10e656 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 6a2a9c40dd90..22759cf35706 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 e9f52279c5d1..fd5775f64361 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 db653c9c51f6..7d2be39fd749 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 347adacb54ab..a53d2abb80ba 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 9ffcb693d54c..ecfab130ef04 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 cc96b4b2d185..628950cb9a35 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 3d78af6bf111..8255084ab431 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 e9f34d3b00b1..8255bc96111c 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 4d9b460420ff..25f3e78eadd4 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 46d02b9171bf..0ec1d4fa5a52 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 fc27b18c39ee..2cdc1269a886 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 37e356f0a969..17b4d9d820a1 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 4d77abafc25e..625ddc436734 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 3f7135647a3d..1da5d0a15b15 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 c856f51fe9b8..99c0e3b4fbfc 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 e08a89cb5833..1be0a83920b2 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 0973d9f77b1b..dab1829e07ee 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 8db2a6dc8b67..8d9de48ff48d 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 46486604e358..1cfdd0f9f869 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 e7daef0aaa87..5da4bea97a64 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 f19b780e582c..eaeb12137c40 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 292c14b7ac8d..07a61494766e 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 ba2991ce3298..f62202077684 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 37f1b4ec6c37..79cbdb07948a 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 8673b08de688..04188e9c587a 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 5ec0b1485d28..4e95fecebcf0 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 18c570e3ce6c..5c0fa31f127d 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 8d0438a04f1c..0692af93e1d9 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 9071c5dd9f28..c0e924334f67 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 f85320fd82b7..f578eebdc963 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 d1af3cbc6f86..115dc1c2999c 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 c2ef4dc849f1..adcb345bf72e 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 5f0837315b22..c4539faf3eb1 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 f76a63afcbd0..5d89726a9664 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 b5340500d1a8..e3d104c0888e 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 328a5d2ae6f7..7907c404d5aa 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 e1740dcc5aa8..1495bcc56fc9 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 5d391545d05f..4979a52bcab5 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 ccc24437a8cf..7448345c235c 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 9c53257eeb24..67afd331092e 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 254d2183a440..c592f781d30f 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 c40e716c8933..e5fff133ce5f 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 66552bdaba25..43b2e050e8ad 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 09f28e8b90ba..4eb3e05d1559 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 8870c1802d39..9fe54bc818ff 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 55768a6b030d..50f33be76ca9 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 fa18539b8dee..42c66a564aa1 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 61947b0a7fb6..f07875976eab 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 112578f45190..0c08a1981d01 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 e2c1ead5dfd7..37e0010572d2 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 56164cf8a8c1..6c1f4aaf9694 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 b736d567274f..75c9586b7604 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 c47a92908450..02e29387b15a 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 393b8a425988..9c17c27e0381 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 e5f9d0f67b99..9381f2869edf 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 65f7dc8ab6ee..15d616b86d56 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 aadb0bc60918..7131e1ffd23b 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 35832b4f024e..28d77faf04c2 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 7d738caff8b1..0bdbc7b2cf87 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 b117fd4eaa28..66a0f8de817b 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 3a48d26282f9..abd217312c9c 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 af7e330110db..bdd7350a0510 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 5b6b79dbc957..d04b40247fb1 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 dd6e4211eb86..cf7e72217d41 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 7b16afcf14ae..a2e9120f58a0 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 423990199324..a72c3d0720d6 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 a5277452c232..0c4db545985b 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 0b3410f14c66..c00cf1483098 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 8385407fd3ec..91dcc41748de 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 35c382c18824..d70a48e192b8 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 82cee857a48a..9eef708d0ac5 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 19220c1ef696..7c96790025da 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 903b6cc6b10e..4389806b9a70 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 3916cc839e54..f0c1b63b8b35 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 1947e4f8606e..9bd27be9cfab 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 5c0fac958a4f..e133304355e5 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 3e4f1216ea33..e842f2d442ef 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 f862d4b63904..915856c13513 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 051bad5224be..693db3b91d5f 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 65be6184671a..24659b9f5391 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 68c837598d0a..374812847fa2 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 f637b8fa5ca0..85e2bf4b89f6 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 fc3e864f74d2..e65c05ecb907 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 f2e84da02fdd..bb6b50bda3c3 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 85e6e076992b..27fb9d2c87c1 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 99bde8f5f177..95ea3bb6b801 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 921f3365e2f0..4a4c1a867ecb 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 143a8f7a7ec7..4ccbd46e432f 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 e1de8d19b843..e5f13e8a53ef 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 0fc8999f4ef9..4b1f35d0a2e4 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 73967d46ce9c..93720e3f7329 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 ac070df25cf3..e9d8a4ad6b34 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 e3769762d745..4db87b025c27 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 62cd41162f1f..6eab734e7d29 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 8af6e95532c2..eaf44c3a401a 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 c1e42f95331b..e34543b98275 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 f6f0209e0245..af28079755c0 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 919e18bd3dbb..18701e6a8124 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 09b411c5188e..bd12547936a7 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 948b82be9f36..08446edb906c 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 1b71d32e0d27..23e7d4578220 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 b43604fdbe11..648a0a4a777f 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 ca32bc282e5f..a25b26d69cbd 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 1841b99e5d09..9510bd5adb18 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 299f3d47c739..80d09825e063 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 44eb507d02d8..b1b882877d73 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 c764b6a3a47e..398dc8ca9409 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 c206a7875a83..66d45428b89b 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 a7d602e95546..b867a877fead 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 dcad6f7aea0b..8a2d4ca9d443 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 f7eebfd7b68b..443774ea2fcf 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 15e8f366ce0b..88a611adef4e 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 91d430527b7a..b833136801e2 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 209d879a21b0..0fe7680bf90b 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 1ff750945971..92765003b27e 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 44a05e9d1b67..f66deca69239 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 2c83853f62f9..cbd496e3e51d 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 28d4ab0009b6..52c1a8343f8d 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 6a158bdf3f5e..cd3749c4fa01 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 fede5864092e..e41f0db1ff8e 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 c89eafbae4cc..9b609f55976d 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 743210126bf0..906277958d8f 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 79db8001abbd..bcd32b4c040b 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 340b88ce434a..02c9d712f29e 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 214b7650f206..173bde655b2b 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 d2b917c3ca8e..599417400347 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 de698de3a853..4d6ecc841ea0 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 1f6d663c157b..e0c999083258 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 4a4c031a7e91..a8f608ca8295 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 466bf1a754c8..68d9c0d44a74 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 4ffc615d6c2d..81e544a0e00a 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 8c9df73eb128..4290e94b99e3 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 c1d1b2f0fbef..4b2bdae9517f 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 ef01d6b2c69f..9eb93543fd1c 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 0db7b4832ffd..83b4e7a80907 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 c89df927d6b7..7b4de4a77d56 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 2ff5e0c9e2ce..ad051c507730 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 329cd2740d32..6ffaa30cf3ac 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 63294f8dc342..3489637472c4 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 f85aa74588a6..74c13f16c224 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 22c5c9b52cae..8b416b8d761d 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 faee921430c2..c10a86a4b888 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 4ca45fc587c3..001d783fe858 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 782903c8755e..97ed87e7ec40 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 aac815ba06a3..c6946fd15ea8 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 e32eb04ac12b..2e9e81d4d1c3 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 7db9575ffc2b..7a8cd36674c7 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 7a3e872df3e2..130e679d2b1a 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 2e4f637e61c9..23a77e446db6 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 5357409e326f..8165be0e0dac 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 bf80df21bba3..025f44998787 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 f8b4519bc621..869ab05ad16e 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 60d57f16a7bf..cb80e48bd801 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 a985cc20b4d2..df5e91ea005b 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 7e4b7d7613ca..bed225d88c36 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 8d6d7b4098c3..c2df67595baf 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 9d4b54873b79..2c33bcf45e18 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 d3639b257036..4eb581cd743f 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 02d1fe6fd404..34baa8029bf0 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 108e6129b2bd..5216ac313f17 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 f81e1101a6ab..5a320da0f711 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 07eaf416c721..33232d19e9ba 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 661a8c9edc5d..450141fdfa70 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 6477fce594e6..5e26029c0705 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 573616a648a0..ff49a5eb17f0 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 0677f641f78c..b9b225964587 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 5bdb34936988..0bbdd1f16679 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 e33cd0a11c1b..b2e7b5e5fddc 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 067e9ad04ed4..79a19ebcb6e5 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 95ca4fe6fa17..767eb9d77c39 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 10175cb48ff3..6e77aee2fd8a 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 2d6631fb54d9..970b60cd2a54 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 ee6897518be6..c7ca7eee857d 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 867bc71b7ffe..277fbc68d7f1 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 f0cee0152d53..765672f387f4 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 a8324af5c62c..c16b127648e1 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 f586f259d38f..f525cccf9aca 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 1a004cc11d6c..29d42aca9d90 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 6c8d95dd9623..12c98a777900 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 de94fad2fc73..e463972d9cc2 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 d13520dc33dd..a1450294c8b5 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 abb1bd91e3f9..f08cbdd0a86a 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 cd8371203bfc..7b4f06f4db55 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 05ad889b0d1e..2247927038a9 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 63f70ffbb451..78b8cb73b76d 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 d233985a44f8..c293e5e25600 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 f35fccad5d66..dc16e24f29a7 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 fc4a2d8a3939..274c85103b78 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 8c4cb4519ade..09905bd9510b 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 bb6b91038b73..ad7108a5590a 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 9783b2070bb8..fa0f617d57f4 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 16731aa8a052..4116aff05bf1 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 75b77ff9632e..64bdf3a2269b 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 0e9eedcaae40..58895874d567 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 101c68f1a413..8b883295a65e 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 e0cbb431abb5..490f238f2e59 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 8688334185e0..b60a6073c58a 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 0f05cd44bbc9..a1d0932adc1a 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 95c5006ae0e0..30f4ba6e51e9 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 73a58ee62b29..5d20e6c91e9e 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 e466ed93ed19..1dd136bb4d6a 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 e166d7441445..87af18cd347c 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 2e5662d82901..d26714bdc573 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 83e6365b055c..86f19361fa9b 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 38f652e3b8b5..1f252f439c01 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 6a6d52bd3b07..6be74e809d4f 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 ceb5ea0bc8e7..ed0f9b1a85f8 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 9d205b474bc4..6cf874ff2f7f 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 4033d9b57ebe..fb531739f661 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 c8d23e9db99f..e41f13728d7f 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 fe82fdecf6d6..61dfd18c7f6a 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 c16224840901..29f61ca15a72 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 39cf8ccac394..845e66989005 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 37393b6ec19a..dceaaea5e1d2 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 735c0bd6758f..0fcce363cbb6 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 f2279b1992ee..ab7e952a90e8 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 78edb597aee4..079f783fbf36 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 db3459248a06..bd8061fc5f25 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 23cc847f9d20..b14532835372 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 8da1f35dfb58..585a426b6c0d 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 9371079a39d6..4a5d3fb97833 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 a64ded7aeada..5bdbdd175aaa 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 7222506d1b63..ddbb6a0c99d8 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 293ba84053df..38ccaa72e28b 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 cbc6d4ea563e..f9992884a973 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 4f187c8b2169..32da93127d3a 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 3480169b958e..6ae10682bb92 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 339cf9026561..a6ad5b5546a3 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 ae16256e731c..66b89ee9b0bf 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 e87f6de03f65..cbb7c11f257d 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 712318e5c2eb..1c7140bc9417 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 256be7b65eaa..4a6877d1972b 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 f38b17e1a45a..00e8904f982f 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 7760a865a114..9af01e1cfa04 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 823a3efb0cac..e68f76f388c2 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 86780fb86fdc..b0a88e312a06 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 7a7dda6967a4..369e620ed210 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 cb51a3c23df7..3f9d0f880da7 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 96b6fe7aed46..886c3d98f2c9 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 1a0f4551f9e0..7e16d0442e7a 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 e07bdf59f4ed..bdbba55b4a80 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 789b03b774c4..2f2ce2098d73 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 15cbeb01ef5d..fcbea61c37c4 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 b24961c410e0..5181a83aa4c2 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 c9564983a3f6..9b546aff2501 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 9540dd872da1..713ca20bebdc 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 aafd1b0e740c..d57ff070c2b0 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 5eddf50331a0..2e8d96334230 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 ccaf7e0e11a8..1078d5f8243c 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 20cafd1c541e..3c3eb4e1b448 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 3866fb13c884..fa780f033113 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 b9a30993dbab..c26bbb335db1 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 6668bcf4cf3d..5fd1e9e5cf70 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 b57b3c093ffb..5aee979a9aed 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 4cbb033611a1..78a429115a6d 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 107d88d49540..666d7161b590 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 9c9861f74d41..76791efbea77 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 fc9a4eb2fe02..2958ff571ffb 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 4acfe76128bd..345ac5de9336 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 192eb52bb996..01e6ea3ede34 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 eeecc8a57ffb..3c65e32c308c 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 59bb8492dcff..56eda156d445 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 57f5aa30a434..de68e68efc3d 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 ae3cc427372d..3b7c5845f3f5 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 239649295435..a778df6e4b39 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 9e66c7fc5195..cdb6220d8e86 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 389b747965bf..901acd2b9b9f 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 e2690a5c563f..40857c11d896 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 66da375f8327..27682afd6a33 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 2de6ac53db8b..570712f11de9 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 c19c782c34e4..db146324b3d5 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 1d0fc83c9ebd..e1fb1794bc03 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 63bc3158858e..89ffbb0b8ebb 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 275b77c23bb0..b64e7b982450 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 ce241f9476ce..4b367d62df29 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 80cc405d93d8..48eafdd47aa0 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 b8ecf59e4c21..63b216fd9bfd 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 eea1e4c82972..b9c3c95e34a1 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 7f5f9a6acc1a..fcb4540d4751 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 17069b43e525..fa8ddbc2d5a3 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 1c8656fcab8d..d8a4caed7237 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 45e9d02cefec..cb2e3fd8babe 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 bd83b9158fda..2245cc41d57c 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 49a2cfd6bb19..b756b9418b3d 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 e44679960ca5..edf85ced34e9 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 d289bb616368..965ed7eccf08 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 b25b4c5c9187..2515d1081410 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 64bf906fd7e2..7fb2a5b8d53e 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 73be59595738..3526b557b703 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 114d5eb6130f..b823f1f4d1c7 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 3ebd4d184973..37b2cc9063a1 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 51b0263162db..8356118903c3 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 486da6c87148..7f8d4d6c3665 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 33b4b67bfac2..2cbf5292928c 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 fbf59442655a..b41940cb4a39 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 faebbbc10907..646d44a78d27 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 7c8a8e7336d4..8d0918a4e105 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 5c1076df6e35..642459183442 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 571dfd2c229e..0d69298c4073 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 54ce61955c55..ef95b4fe0de4 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 e9d327b79ce2..390beb8033bc 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 e9ea9ea3fb0f..1f6d0911201e 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 69ad5c396145..320affb7aa18 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 c9e75e41e9ab..a461573df64f 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 bf8cee3c64c7..692514cbe9b7 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 dc4b3b4eee63..b0e75c737286 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 3d35b9e02c2f..adf629487684 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 63c6a212a239..48e187feb15e 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 a8a0f4f889d6..232b96d2dd3d 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 e01cc0a1e10d..5ceeb586f1bb 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 e605f8b2cca4..e1aecb5b092c 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 859a3e90ce4c..542eb16c2e43 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 a116a45f63be..a2cded5f71a8 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 1ca52b266021..2bb231469834 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 6d178babe326..64bd0800998d 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 3a677060c36f..46668b403045 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 591e88a4fe7e..35dafff14444 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 41042f3550f6..ac268231391f 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 3742f099ba53..acf08a60a103 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 c6500a98a96a..a80e595d1e10 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 9dee591c8f9f..379cb64549f4 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 f86b0948e746..01f9d7ecaf68 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 dd62f1c79fb6..6c825f029112 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 460eeb8e3e89..7258822705da 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 5700f62b2826..30a38ab46ca6 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 24ff28817ce6..83ef092d6972 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 864db0db176a..8a46544ae9fd 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 f385382076aa..b754798e6e33 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 5e38d3afd48e..c22e844455e6 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 5ea7e6d1eb3f..dc1c1e59c5de 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 e59ca9c3e91d..1a44f3dc5797 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 fa6607cfa5db..a342838cbda7 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 13e119540641..dd821338d84a 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 dff1ee003536..a114f2624c6f 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 3df4946753c5..245dc2534be4 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 dd969420c381..e65be70c153c 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 c5516511d412..322d0aca6e4c 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 d72ae2e5e1f3..e4925be6746e 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 56e38ecf787d..9fb777205cbb 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 08f1b6c670b2..6c97485b6264 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 1f98c6cc5215..b6e4e1b863a2 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 f23b26fdbcaa..09cee6ead6a6 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 4f99b57b0c5e..a30f0e5dcec2 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 2f2c05b1a349..3f631b84cc1e 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 efcffe41912d..7a312de27a79 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 f9d7f2c82948..8edc48ec0555 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 3ddf5ca72fea..decca5022045 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 856f451361be..f31d718be13d 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 2cb632296d6d..adeaea145413 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 dbc042e63530..7576fb63d2b8 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 c48b3d204dd1..c2d2edc33bcb 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 0aab68b01d97..7896bf69e870 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 e760c041726a..09914a21f1d6 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 6b1338f143b3..8a3fcb6cd791 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 3c864033133e..44a2afc4b084 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 42e374d0cfd7..858d38b1b056 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 67259d5c4e77..8676bcc343e8 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 8f277be43074..23afcabf8c40 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 43a5e75fff62..9b875a929a00 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 bba3c7630393..37c119645e56 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 42b48bb57f9f..99a9dd3af99b 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 72adea065129..d138f1505672 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 9b9eb865eeab..b81ff9305f20 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 1e63684167b5..869abfb64681 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 e2f5cd578af6..8c8cfc013bfb 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 d51f8ca4ae8e..73038f3be5cb 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 efa83d6f7925..e4f7e44d814e 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 e4ad977b5986..f9a6a2317f4c 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 12c47e73241e..55edcfe3e7e3 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 572b2df90940..f7b8c1a60193 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 5e2032ed7d64..94aa6ea90105 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 0c3429dc386a..181449390742 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 0420b0b28909..2669895549aa 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 71be7c8b4180..5214a8b05b52 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 c4c68362a76d..925d4a9e84d1 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 67bca7db61f0..eb3add728f0a 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 50caeffb9c17..550101ff0ff2 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 cc659f5307fe..6f18c3d88b58 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 c99cb95edd00..d18e52fbdc75 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 0b546abdb371..a2996bf90aeb 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 44023b426a62..642646458829 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 bf04e8759e3d..bc66f93e4e50 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 70a8345b61c5..91273b3efecd 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 e27df230008a..9caf2beeac60 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 9868aff90b4d..9adbb5f65578 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 ee676d26bcd1..11c47cdb9e85 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 40f06ccdcb08..01d132ba197f 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 1a4680701eb3..621462828f6b 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 7f164c8b822d..eae1a87bbc23 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 c603aee1c178..c1eb9498e33c 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 33cdb57b68f1..d7b161bb51a2 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 7bb1095bd392..6e574e406334 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 5c3edc389891..4c9e2ea7eb39 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 4813a193eedd..af55a2d6cf52 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 8de907b00d45..81e31e4f500c 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 4ecb50f8209c..9880434f591a 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 7aa7aebac596..b6f17e0f287d 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 2bc1a9d3bbd3..c48082b0ad04 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 7ba42fd2f87b..369b0a12fc4d 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 04784a87638e..0a19bfaaa597 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 3b3e73492ebf..a09bdc9907e5 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 e9b1f3959d8d..87d3af96bbe4 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 ad1401bc6832..10348dc4a1bd 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 893f5e7708ff..d43c00dacb6d 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 9eeca14a1494..06513037527f 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 10af9b6077d1..f49e07b8c5b8 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 f099bd2e0bcc..3744ebdcdf1d 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 60c50db730ae..df412ca7bff0 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 ee903389a1c2..c98776d3cad0 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 78309981656c..fbcae040c207 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 930f42b6bcea..6d3c7dd94a29 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 469dabe1a7ad..bf102f8851b1 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 bb6ce5f993e3..052edc30f6f9 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 cf74312c64f6..80dcc2e08ed0 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 1094de392e68..bae1a6605ba9 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 2ca8bad1bdfc..855bfbdd5967 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 82b7380d21e7..a8e7d2f3103f 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 21596fc66d31..7b18fe4417b2 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 b470cf5712e2..fe14c42729b4 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 e9e98e7cf047..e604ec547a40 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 76a6f8cab2a3..8da4ab2509bb 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 67af5b509ec4..bd77085eeb50 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 b53d8067caf9..3388928333e3 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 4e5c517d4783..3727b720655f 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 223b8141fae5..3f1e07ab94d3 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 5f2c3f9f5d22..75964b26cb3b 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 51de3c8362c9..fb1e42fb16aa 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 f1f4aec73134..3e339ad88c02 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 616f7ba877da..6c62f681b0d1 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 5df894a5aecc..78370ebfb2c9 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 dfc48b6e955b..b262fc756d13 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 8b149366dc53..feb4c6af5738 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 db25ac3df986..d728127a41f5 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 08839ec0e8ba..86b611574202 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 3f205f006b75..d386caf13c13 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 d2b7d9d8e242..b79d9cb9885a 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 4dfe2f4ba9c5..9a127d232c04 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 ff28d843141d..36c7fe3a61bb 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 891163dc3075..a95d0c9f670b 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 60f788977769..d8662c5feeaf 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 bf83270ce00d..25e9a075a11a 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 97f107aac18e..59d0546c4286 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 c840a264ada8..7b8f08da676f 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 bc3a79abd11f..46a0c3961285 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 2dafc95b1348..fb4a4833063c 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 f7cc3137af86..cd9dffb4cdab 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 63c2a777a31c..a357e8b1142a 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 f50615394e52..83321dd3f615 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 d4997b817a92..c11252c06f06 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 2cc548254c15..b374cf7dfc63 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 7435abeb4ef8..63d6ad5f2458 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 43ff7955bc75..b94dabc0e724 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 560999c4ee4a..d30488f5af26 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 aa0096ea2002..dd632d2865ad 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 dd5ef6d64f8b..ddf3f5ef72de 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 6c31d2f831c0..fe2c92378e2c 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 fe41a34111b1..ae23a2b835fc 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 7b94e8753f50..92f29c9e04c5 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 e7000939b7c3..98176755e108 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 aeb49dfc47fd..cfca8dffcefb 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 2b6b8102ada7..bd4855efdb5f 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 e33f96fb4632..b1d6bc4d002b 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 6790dd513049..cd1fb43eedbc 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 dcd8680dd132..124234a971b3 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 506bc336b220..9669d48828a9 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 770df8f45cdf..62c5b69191ab 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 6d5d2ba57393..59b516b44bb0 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 5fd50d60738f..8748a1b7bd37 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 96342dc29d76..cb8ab72301c7 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 70de3a34cf55..668fcf457c2d 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 e83aebd3e65e..4d98be73c1ed 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 ba4f6b831bec..1d3bda2f8e3b 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 fa93eab36a38..34fd8f61eb48 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 1000432f0866..c0b755f0c15a 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 f301ca7bb842..51e949f61c5e 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 6202d5e4cca9..7420ecb2d143 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 4c33e434f86c..1c0f8ad20595 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 efaf525599cf..209d6ec36353 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 22895451da7b..c93701ed0006 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 e37ce7fd9b62..372ac42e3af4 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 38d3e1dbc924..a2ff5c2549ca 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 710bcddd0aee..81c8e52324d7 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 6e99f7d7eb36..0b2eb7e2d0a7 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 e8e94aa02b0f..a788ce9111ff 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 d2aaf440092d..99096415d805 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 c24f5ef928b7..7133e91cc5e2 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 01450e174cc1..2a1296528194 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 8a7472cbb43d..114d6ec4369d 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 5c9c49b34a99..7b0ea6a90c97 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 0f4960311bce..aad7fd35e001 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 80b357b08bc5..eb7ff50bba23 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 87f2680dfa28..d835a040c27f 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 c505b906027d..2fa2dcad9ae5 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 41f907faf5f7..b621f0a40d3f 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 63c347324308..f236ea5156f4 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 542a250db4ae..6fd84df2dc06 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 8b558b953a9e..bb2cb854391a 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 86d898391377..fc8e23dcca8e 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 a6c5c8396d77..c47fb36b7029 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 cd2a1f482dc0..1002b062accc 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 42bcae8fdbe4..25dc9fbeaabe 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 553fd55ece32..ded07879cb7a 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 d9b3c790fc0e..df81d2fabadb 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 59ca4e5275de..fd44d3770f54 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 ac80fabcee76..9b927227b08d 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 aa57d0a3d26e..5d03f4426b48 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 9f5b3d98c730..c317cbd3f6fb 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 c9672e64a74b..e9f2a06a6f26 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 5f324f33b4b8..ca27e73b0224 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 3bc41793be5d..8d3f5e75fa11 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 25e80ffc24f9..8e8d1c356875 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 5653f9e64098..4ea583f5d620 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 03c031427f6a..662f020d8f7f 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 7f96394ef6c2..a586822ea580 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 041014632260..afc7881c3459 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 709dae5659aa..4d11ae93c6ff 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 c83d47b0224c..7526891c5999 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 4492db749f03..fa3322ef086b 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 fdcf4d15b087..876804e29888 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 ae1748445036..2abf06ce3e1e 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 dcd725034160..a3a241fe4d8d 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 2f78a731901f..1ec006b47b48 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 80c1ccd1cae4..b9c46ddbb76a 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 104334f4c3a6..7ce0c7755eab 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 e341c8e0fcbd..e127ea997abd 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 6b531ed52b9b..1fcfe76b3877 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 e9ce3e264d49..9483d6d96db0 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 4288eecfb07f..c752755f87c6 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 d5f7b372ce40..ac1a0b9cc4d9 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 bb67a039dc36..fc184a96d0b3 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 68d91d7657d1..071c441fac53 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 f11878a48eb4..d140e0539df0 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 179b74bc22a9..4b8bac8f4f69 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 c10f545c6a51..a7f7e1f8d949 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 7a23839a6b13..290fa08599ea 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 5bc8f32f9081..a97d58c44660 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 7019218f106c..4dcbfdc68be6 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 f8d9ea135cc7..01fca50d9221 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 febbacd8c65e..231786496a19 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 8482bf7ae9fe..3e1d5b9e4315 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 321debcd3a02..cda4b2204b6f 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 bd8412fc44fa..74aa3b7e0c14 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 ccb0e0e9ca8d..230898df1b73 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 7c85bd7c6d3d..b74a199ae37b 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 6188d70d77b0..f697676e4dd7 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 8b3b3be0567d..3ab3e068b2ce 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 d8149fa92316..cba601dfe292 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 49b2e4ff9f1b..0a5b2757c5e7 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 2ebb41333618..66bb2baff151 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 87eb4fc401c5..0d81e6533323 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 1e38b87ca112..0ef707145f2e 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 207d23f4233a..95854220b891 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 e057e475614d..a5c944849575 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 a897e31d4ed2..6faa851dbaf4 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 9fb5b168feb5..0117eaaacafb 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 641df9886061..6ce01ebd0f4d 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 cbfe3fd82508..bd091e565975 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 7639cb1a6700..ac6695cf5186 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 03405374307d..d7800e1058ff 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 3a6673567b0a..44acf621040f 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 5d31062da3fa..4d8ee0c6579a 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 d7de40d87aec..6f95ffbbbdfb 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 81c8bf6abbd3..6625a906be9d 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 15e028a125c3..33f53d724089 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 1940a1f76f18..161390e7088c 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 12822e49787a..2717f7f836d7 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 8907291c729f..40ff61e39e4f 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 960de71fea67..d308680e3841 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 dbd6ae19398b..49647017c16e 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 6bede043248a..052531d23f71 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 708fc05a3c3f..27958b25a44b 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 eb7da50eca69..1be94182e7b6 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 7ce174238348..1209624b732d 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 19a118d0d320..e61b74b62f5d 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 7620c1a478ee..db8f41c60d09 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 c898c8448f37..bbab8e0c9a37 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 757548b8dfc5..49e4b610452c 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 f4c5ec39ae40..6331ecf39490 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 74ce9f3cdbdb..dec0443efe33 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 b6eb3985530e..41022ee4b708 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 abf929ca93bd..071cd04201d4 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 3e62055ea0b3..41878385db79 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 17611bc2127c..c08e3128bfec 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 3792e168054c..2f25ed2934cd 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 89b6f31821f2..35982373c49f 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 8d0ba4008e68..e8382deeb114 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 7464c6bcec7e..f1dfe9a22bbe 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 127742e24621..6c317fda464b 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 6ba753925ae5..f6f9e30d5540 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 9fe7b73b0c4f..41a0854542ec 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 d8001a6b86ed..6cd2d579f29a 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 b82538f570de..eb8aca6916bd 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 89d2a15d2951..22de8bde8dcc 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 d8197e2c7eaa..a00cc65aa64f 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 61a506ea6795..9ff32b2f35c8 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 6bde6aadc1f1..d4920934c06c 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 d69016cecd8b..24f625c62aa8 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 72ee000111f3..c6303595251f 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 d90884411a29..a62c537a6812 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 9ef6eb48fe58..c4dd3f012f37 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 58215c72e08e..575947219bdf 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 bc3caa60078e..4396ec6d8f14 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 ac019bfd5c2d..d30b9091b27a 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 82dab906b268..f3bf1594cba3 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 666d02b75084..ea0d89c257bf 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 c2aafd65f073..f29fcc9df1e9 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 1fb6eebdf6ed..9979b98f8fcd 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 772cda5c4a3a..672275621ec0 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 4310bc101547..b961a6544b1d 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 778446cac58e..61aee94c2c91 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 59aa8b22282d..e7209b5c26ba 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 dda22f10b11b..f65524596c12 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 4f1686b9582e..ae6d09c7ab23 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 09cddc4e291f..96851c9ef3ac 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 f0abc1af7fc0..06f2ef318b0b 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 8af55156b5e2..90e6794de0b9 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 ecdc04f2ec34..6ecfd56f778c 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 11e1c599af38..52d62bba35d0 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 4d99648d8ad3..080e8812fba5 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 63330bd6ab9c..9eff1a6dead6 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 07f620bbf7ee..f7276bc58765 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 303d68dbae7f..a9343493e0df 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 9ab1d5f6387f..33e7fefc76d8 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 6cb8e21f1cc2..3a3d4427b39f 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 f13346724027..2077f3e8fec1 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 375385692c85..b8b348a44c7e 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 150d0bec0591..8b63c72e8a7f 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 0cd9618f538e..8521c18c4371 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 a4b9ec5a3293..cd7a14b6cba0 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 4096368b80b7..0a1fb2b5cd9b 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 730de48c9557..d4eac84e124e 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 0c3d8203a572..d50dcc265298 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 4f0ecf9dbe55..24b9bfbc4663 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 9e4419164a46..69eb822f0782 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 d35dd6b5d8ef..012790cf4aaf 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 b355ac5c3c96..5a1486651fe8 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 9fb7fbac6b40..aafd95d4ede7 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 e5852c0b0b3c..07fa56d0ead3 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 73d0c9ffc0b1..7de2db07721f 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 730a48a85217..9180162aeb24 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 31d64158e4a2..d7b21bca519d 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 3fc139813991..9f69cfee17fa 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 c057e422de6d..3679cd931679 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 9690c9855f60..cbc9d711e9e0 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 529864fa7371..b953936d1c7d 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 008d63944abd..f6c03c257ad8 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 706cfe4f12db..11f8deb4707f 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 0e2635a02c77..3784f6cde79a 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 fa381ce8bf18..7d2ff52d7e68 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 813d96eb6544..a0da52f55bfd 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 40d80458ebf9..ed775ee8433c 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 3991b9cf76b2..5cf09c18fab2 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 bf4fdfcb523f..4f48686544e8 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 df33de4ca2ff..cf172f2f7d05 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 9e0a7a77cd80..88eb164e8a8d 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 a080ca49d7bf..b678ff5ff142 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 365224e36273..9996e64bd638 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 e07a1d4c56a1..ed7451b59945 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 c2cde7cae87c..fd326aaf6c09 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 c0dbe1a6889f..49b5be8e6a49 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 bf1e829d8b7b..8c2b895c5342 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 bee320f1db2b..211d92ff829d 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 7c960cc26bb6..ccdb2c81b504 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 23876ee89932..6147fc2635f3 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 d662abbd19fb..7473dc6c07e1 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 06f3c501fbdf..8bf87f68470b 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 f91939a1b4d6..2b1dc53dbefa 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 051ffb33feba..76e5a762c25b 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 6a2506ad97e7..b1261fcce155 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 850ce06162d6..7ac4bbd7ad59 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 2f854e22cfab..269cbeb1cb42 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 0cefe9bf5f3f..e5df28e2f1fa 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 03bd0dd30090..c645ff7d57df 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 1ef7e665cdce..da86a2086659 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 be0c026c0f92..c4ce1d784766 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 09b9c25cd1ae..a345a544ecef 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 aaf65859d614..81a32c73b5a3 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 091a47738816..f4a19e83feff 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 12723da5223d..f73a946da6d9 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 494d92255c75..4cab81817bfc 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 bfc3c7cadf8e..e050d09b387a 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 ce302729deb1..8a80766dbf70 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 3b8b0a954942..91de92399f59 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 f90847b80524..6459bbb4b15e 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 52a4eec5145b..0248cee4ce5a 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 bc4e25972a64..8b3c91d3e71f 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 d60a9510fad7..973c6cd42e01 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 3387ef2ae575..d97cf479044f 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 48ba6e41a99b..0144f8400d1c 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 72341fd3ea58..a87aabfc8bd8 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 ddb3ca0c0c6d..355b03cebaa0 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 aa5f20633115..942a3ee8f7f5 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 e3cd315117e6..f14f60767a93 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 f9e688c740e8..42ffffe1fe61 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 fb8186528a63..44ee46c4bcfd 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 629a35ee4430..d47da2d31eac 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 a35d6d1b5280..7e47acffb3d3 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 ea2235d93649..402ce230cf0a 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 b447f6555e30..1d975ec5825a 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 5b021b408d45..250d8849d5e9 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 40abb19f8dbe..94681ed151e0 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 fd1d0e119fc2..09a1694a9de0 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 4413b57c41ab..b3d69c9f457d 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 b075a98f9737..c6c2fc447de8 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 0f3a45a135b9..faf89f1c34a8 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 864e218fc5f8..a181ec23a62c 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 17342d70af5e..a81276c07d84 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 0411b7675cc9..aa1224975be8 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 fb1433c64627..7fbaee1b2847 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 4890d112399f..73906cd1fbbd 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 741248662647..21e590e7e09e 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 9282a839b5ae..b75a29b0490a 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 633938f2ef4e..955e2bf7ecfe 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 dca3eedf1afa..8c27dbe13752 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 66c620c34875..bb6be189e737 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 4d60619fea9e..6647c3c7e0a3 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 3c9b31a0a3c9..280863b79bb1 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 ff8045f4e0a9..5d54d01e622e 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 0fa6e3e11338..a4b2e2ad5abf 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 ed93ec2e203a..bb4af236bc13 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 5b3694dc1d7a..9ec7daefdc82 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 6302c1d8e68b..af1c38c5fb58 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 ce4228005940..ce62cf833473 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 85589f832758..7f9bc3460326 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 1bc6c108420b..4fa17dd1b2a7 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 e7e9a4af044e..3de60d0a17d7 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 23b81588088b..b939bdf81006 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 a6faec2a814d..996f8e9d6f8b 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 39ef3d695382..f0c8700e4b56 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 1f2c60486b17..668a4961ff90 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 739711a46f94..6d99accae08f 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 f7df7f1de454..5bc35e00e58b 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 c5b3e1d48f31..81a7bfbbfca4 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 37aa5e472453..cab1fa4610ca 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 c985542761f3..5126911a237d 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 193133179606..62f3ce71a387 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 527adc67b4df..1169257dae22 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 a70a9c23fe67..116cd216abe7 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 60ca2a8114d1..d173829242ca 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 fd0fccb1149e..4d10407c9b24 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 3f1497f00c52..d025be7c1392 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 4b24012d1876..a21ab461e61b 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 b3ab2c61fe73..0338b0e4ce78 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 576ea36db3c1..37494fb891b6 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 06db51c97981..b4587ef0c0dd 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 43b10eedcdda..7baa160818f6 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 2c1553a0c1a3..cc04dc73bb4f 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 41c7f60e573a..aaf83fc4e1e3 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 d3babf321f42..d3665b45cd8e 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 e8fd9ce78c8a..7752a0d26965 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 a388aa740e7b..2913cffda3ab 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 94db5375adf7..d40a2f0a050b 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 9fa1c42c19ed..8c373b5649a2 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 123c5da8f046..f1f10dc129d1 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 a7635b89d264..1801f11ca296 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 df46820ec5e8..df5ec124e7ea 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 e887682978f1..259351f47ac2 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 e7c317756372..22db849fd660 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 30c59b99db61..2d8104aaba86 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 4df8d8181572..0076e8e7814e 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 902d16551227..396ca562bd23 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 85208ee3a850..cb556aee50e9 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 1d2a50213874..b177e0e38214 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 ff2f23744c62..918efa391866 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 6f69beaa92b1..592b83f07807 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 943a275f12f9..f89e5c0f6cc3 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 27c40972bbd2..5ed4add25116 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 5d7043c23c82..8d3fc04d58de 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 f3b50ad3f2a0..a9f794fd32bd 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 d66cccc21ba4..df3d2b3f4f98 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 5d61e2111435..1900920cd636 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 06fdc0c98de1..682cbef3e6a6 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 7be8edd9686a..a77736dd3adb 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 5423b0985165..1853480d0e7e 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 ede042e9e5f5..b9aab3d7f6d1 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 1624bb9e1887..5bbbbfa0c1d5 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 09851bad5836..e43175985cc4 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 2455d708cf62..345898bf2c6a 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 16f96530c040..78d210808788 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 2008af699e40..fa9ad80e4849 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 f97e2dd7ba86..f63cedf7679c 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 1c506b94bc6c..1bfae2a18542 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 d8d28e8ca7a5..dc2d7438d8df 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 7a9c9739a598..3816054c4b8f 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 e04d2b88d7fa..3279c43fd0d8 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 1cb7bb1f5ff3..c47b66e9b95e 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 f5a11637292d..fb6dd9b0f84f 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 79fcaf7699b8..910ebf9d9499 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 05a776d951e7..af22a4e7b4e0 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 8f5347d2b091..ba5f72a15108 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 d9dc18ec40c5..9f2c53676cef 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 3858a6357e18..4bb2678142e4 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 ff2bea985980..c8c0355b945e 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 8d22a2544de4..608f7199e1df 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 c849b266ce94..3c421923cf4b 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 15cb48ad7039..eedba31b517b 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 d4c7d41078ab..ce2be03c7481 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 13af563efeb0..da6534a8a29a 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 cd95ef9917cc..a35dcde15d8a 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 c4c296de99c6..037af26f712e 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 e8f84e2ab63e..df52fe3eeb4d 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 6b89a7cd4245..1c22309be18f 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 151bed1526d3..003c2dc0c25b 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 188ac24865b5..43836e7f0e47 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 331e6979fdf6..ed35374f7727 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 8eba71ec4ca0..59bf4be8dff6 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 7572ac826c81..9a5c45226587 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 be12d41d752f..7c80a1c5fdbf 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 fa83d3cb5a94..94142079613f 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 cdd15d93e2b7..fdd166965804 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 12c572e69f42..742cce41bad2 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 eff5b90e322e..b9287deeda9b 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 5ce5341dc0fe..91671d6bda57 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 0d80acf8e95d..6a2cc2d66cff 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 12c2afe1fd0d..6efeea60e815 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 1ac0ae36ed48..0a430ab1c1dc 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 d8c569aaaac2..bb0027453e20 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 5f84b0a215de..e080cf1d844f 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 735357780e75..8f6f6df64029 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 2c9c2b1816db..4ab2aa56d500 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 207d13c90241..9ec1ed8a9275 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 d6f349dd04dc..5fff235af447 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 525bd6bd21e5..e2eb978cc977 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 62464047a905..977c0c165d76 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 6e6c4464a5d5..040a145320b8 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 384c4cc4e959..c4aba2f94f11 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 34648e45f87f..3a8f499a1893 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 0bbf4a317c9c..7785c39d0a0d 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 3fcf06d51045..5fed4ec68841 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 65ebe367ed13..3cac48bde0ee 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 90435674ddde..d5a11ebc073d 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 9b2d1b026849..e0f6c17a559f 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 8d6e32bbec9b..538d5988a1ae 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 822c70974803..51ae7b1969ef 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 0337be2e26a4..56bde7b3a572 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 da6a0c289eda..62396a2d3c36 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 4ae40975aa36..6502c0ba1db3 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 17f386519866..0802f9c060d9 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 6994d5e73d8e..04a44fcf584b 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 44a63513e534..69bc61de44af 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 51fea1d70c5b..760cdd3ac770 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 9bb2099e01ac..c8142de864c2 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 cc723ceca4dc..a0974d238e09 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 8b85908ea2f9..f59c3d5f91b3 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 89c6ca2dcbe6..6e0dd57b9623 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 25f6b903416c..cf05a8f83134 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 2d36fb6992dc..7ee8c8f9f057 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 e641a2b192bc..e0d460408398 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 57942e3b4929..55844f1970d9 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 f7ebd065e67f..249bcc47e331 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 91c1c3b57595..17f94f7293b7 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 63f1169214b7..5c4811b69612 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 d493b533c7e7..2ca629f6f05b 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 c1eab822ea31..bd64b056d281 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 6ff17268235e..71c1f77a25dd 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 6e61e928e6fa..059b85003426 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 e59dea01bb7b..05ca10d51d2d 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 5b08766c473e..985ed9b2978d 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 39da60b1abfe..8a914fc0124b 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 a0d637315ddd..12bb82b30569 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 9569b632e3fd..e04757496f86 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 decae263ebff..cfe5c4d6c344 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 0e24a08dbdc8..4fe6ad7a706d 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 a7c16ac16bc6..eeb01d9640ea 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 56c37f462b73..b159f0187c7e 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 5912714d5125..1c1a7ba57293 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 6415147e6cf4..3284b4ed1814 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 6d248e244268..b5e3d721e20e 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 94afa08e4682..36c1eb7bf697 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 3d7790c34a34..be5ea9bcbddf 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 66f99b0e8733..8689c7065e01 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 1d558c6b0002..4cc0267b383d 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 7c716c4653e2..2db5171fff31 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 0b93b1f942d5..62cf9f53a2f6 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 a0164663607c..92d86bc2b873 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 0c8d140f0869..3ba632ac7b9f 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 e6b4aab88d09..08e45396101c 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 a6e361f0b1cf..a1066576b0f4 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 83ed5d5148af..e52460b15c4e 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 a537daa092e9..e801850bc8dc 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 395f86ce684a..67b9790fdfd8 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 07f89981d5f0..2b8681625130 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 47dc5547d00f..2f9a16941cd7 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 9af6ffd3cdea..6ceb34ae8f6d 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 32cb98cd9e28..91d67490fc19 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 a90efbb06e53..6e9b77b2db14 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 734f934986c8..55346681bf65 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 d9f4a3d3dbc1..6c1b8de5ebec 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 3d887d09aec2..cc9b17ed549a 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 f0ce2318c61f..207dba4dff58 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 039d94c62edf..88ea4463ffa7 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 013914f43709..37a3e6b71c02 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 08f3156fe90c..20f2840ffb93 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 b42cb29fbc1f..6769839f2455 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 ca5abc7ac045..1a67045635eb 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 fb10c6f7cc84..4269111ca081 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 0b802b4b243e..3788effaf613 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 0de7ae8aa98a..91ed472abf23 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 ca966933964b..566d7b530acb 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 3b5ae37115f6..14f80fda16ac 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 5baf4568ad1b..3fe6a221d4bc 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 8121923c05d2..b4576a88779b 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 3e08ab973efe..e556b95c77b7 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 c6b6fc681438..eb14b8f6df99 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 6cdcc42fadba..1dfe631ec2f2 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 b574a0c1fc15..a0663da2e550 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 28972ffc0b46..c78b76f6157d 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 e05b4f722eba..006967f3d8f6 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 2446eac1fb4a..058a2fef6fa5 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 372d722cd97e..790fecee6430 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 482538f36309..f7ff4c4318ce 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 c4d1d2e227b6..83a6fc3d502a 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 4060d0d310c7..6b2e563a268f 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 7542269e9420..fb24e9463fe1 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 f9b7685d4151..8f8174e8ae8a 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 3b26666011a1..d0f181e10bc4 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 5bd806e49afe..09eee3335578 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 573e8116676b..9761641960e2 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 d02eb1c39e23..e7e1a738ed25 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 331b91b115c8..3062b9c6fc79 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 f9fb72b591d3..86dbc4638250 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 2bc0b395f23f..6fae3e4b9f65 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 da46a081f900..b8105f3e52da 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 abe598021830..7cff87ed3de5 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 e0363a47a57b..3fd91cc1a156 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 d0a3f603b0f9..5f795adfb708 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 535e8282f06c..d03f2b20323d 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 92febb5f8317..799f8bbcc427 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 b67f9488bed3..8385bf628870 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 0f964437cabb..23981b6557bb 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 a619b554f595..917cad135965 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 d3e9f9a6d5bf..ca2106bd2557 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 979cc21d9ad0..f0db6820f2ff 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 9339b30789b9..21418f0d8ada 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 0d24e966336f..1e44d0ae9d8d 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 0feff43ca754..9fa325f138c5 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 15ac49ec2c18..9b331ce9370d 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 7a4311f2baee..d6d19272b029 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 0d5670fb5f5d..a2f83f424e26 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 0f2bf0013913..08ccbaaea344 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 660c8a17451f..fb50c3139012 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 b148c680686b..a08c6f4e78df 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 3202927a15d1..84ec0d776084 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 e247d3bcc8d6..92b88cdc4486 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 60bcf5046284..fe86c8bd1cd4 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 9125b6cc112d..d089cd267cb2 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 a4191e472c78..3dc60b724f03 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 1477d6f32be9..235e9c7da326 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 b754792efcfa..86067a20764f 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 69a040fc6049..776309e18e71 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 da301a009100..2a54bd9dad02 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 63e37f6a00b5..b513aaa60118 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 8231bda96710..d0270859946f 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 4f38e1f41621..3455593dbd6f 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 0ec28dc2ff9c..c17ea59d9651 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 3a5bb4b5775e..2236384f0cbc 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 7d7c3609eb71..713d78faf003 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 e985acb5bc62..e6c96863eafc 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 7fb307a5780a..c99778de52d6 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 912fb864b842..b7410f1f4a62 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 3c9b9a5fd0f2..46fc432eb43c 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 d55b1fce1e10..e4d741bd77d5 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 fd14168e1625..b13af48799b5 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 39853f9ccda5..1ff271472e25 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 fa0eb6095293..6fd6b047e224 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 e8bcc1315a59..73f6e2348c94 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 0c81513a46c2..2284a870731d 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 df0783f14910..fb1623adc26f 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 59b4a83d6b49..844a5a5b2b0b 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 1accf3da7a0e..b5ac80cd4c6c 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 5e786f56dec0..0ec92d692978 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 71401ad61dc1..3a8556d3385e 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 a24199aa0485..84e411e06204 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 ce1fd4496a16..b6f937df1bd8 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 e580e53a1140..7cb84613588c 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 3f27e1a50274..bf6a94b73aca 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 9e425c57b4f5..62e9e0702d0b 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 25b2059401b8..c6895979a8b7 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 b7c63a041921..0db49e393433 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 eb3e05e2e58d..2b0578e14baf 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 9742081fbd45..815bf8375ab3 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 043cdd5d1951..f5537edd8d2d 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 406e0d18dc11..0b7000f56890 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 d302c0f4a2fd..0f4f5d50bb48 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 0dd752fd2b1b..e6af14bab65d 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 7e88e668a1e2..26373a3398ba 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 3de5b3d14d35..b0c42fd478cc 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 fb4414b0a766..27b91172cbfc 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 06349a5f4c5f..ce4da1f7f1e9 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 aaf995c41df1..760ce202279d 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 698d0e0c32ea..e8d46ae8b41d 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 f3b0a35f191b..0db54115c16e 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 d5d307af8acd..8503301010a4 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 c2d0bfbbf8b9..502bbddfa698 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 c8675264302a..5c50901838f0 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 44d28df73d54..67c88ade2966 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 4f1d569eed5c..eb23b641c087 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 f07ee9cc93e4..3d34eef2415b 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 595469e7ba2b..06f365bb1a4c 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 5765d642ab9a..0b286e336496 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 74155961c2d2..11b704962d18 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 7b58dd0e658b..358b47754883 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 b0efd2862f14..067eaf05b3df 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 96b8ec6e0cfc..559c80620867 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 e481a04553fb..d5c57b3987fb 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 e721a570e682..00cae4a07341 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 5f2cb3f5cbdc..d8e65ce97869 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 cbcc180ee1d3..9608cbcc6074 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 da691da5074c..fa839871256d 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 3507a5f80e51..afec5237c52a 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 7a84043118ba..447d02fb1cdc 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 df80ead8beb7..b9d1756f515a 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 ea20899e67a7..151e54553754 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 681e9543beeb..bab9833c0121 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 e01df76436b7..619b985beb4f 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 99091b556cf4..d8b43ba86b2f 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 f246c6ee7b21..1b9bf0c7e8ba 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 9bd243725a3f..83777962cc33 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 d534329d41f0..35cb8f7925c3 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 8e296e60f4b0..d87863af79c0 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 f3bfbc166496..cc27aef58c09 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 615d0cbf4b93..484aa8b9b6bc 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 eaa8eaec4cc6..9941a45e3d78 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 f1e75bb1af49..18be79425740 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 17f26fe02ef0..44b95143ae55 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 d72189dd0f80..d8d4e25a07e4 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 a7d323837d93..ff08d13901bc 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 70c04dd727ba..1a00911ffdfd 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 e79567e62a04..002f9831643d 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 3746713ed7b5..db180c56077e 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 4fef53ebdd51..c79ec9cb6599 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 ad8a6e166d51..7aeb0cef7095 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 4db4aa17bbae..e2655f726740 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 8676c78fe948..fe8b12d34413 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 72ed2f9a7936..cb7f5d8f6dcb 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 951d52e03907..1dadde9ecf69 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 c60090c740a3..9820685c7ed6 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 626edfa3fb52..10b0c4c12d8d 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 ac51b26691b8..bf5df58da247 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 50be9ad54948..ed24e0aac554 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 d6a01edbece5..07c5d2ef45a7 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 bcc14ddc00ac..05f2e59199d1 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 02fa9520bbaf..4fe512606ead 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 9a898bf48ac9..04b965dcef74 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 1c85141a9b44..6955c66f0fb9 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 c5cf73da081c..45ac4cf5a59b 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 5cba716aa032..3edd303f2328 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 a625f3d8a1b4..347c13e1cd02 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 819836abd10f..8db046187c0d 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 c73953fcf835..a8e22aad8217 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 81a4d9efdeaf..f456f2f3a2e5 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 58565ddcd03e..16d53d8f535c 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 b86be0d35f5f..ba4d78390c34 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 c732b38bc61b..3dcbdb33bead 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 71172543f6e5..c01a43238e35 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 f3d22bbe8393..0b7cd7f4850f 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 4dbb34a4841f..b8d1d75bfc6e 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 5a26a3a44c86..533235646470 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 548d742aae4b..0edd3f72c36e 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 b02d88e58bc5..8d8059e35bc9 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 7b3bbe1d1968..ed1d7657c9c7 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 3f76c50c12dc..41a7844bc131 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 a72b9e34a3ce..106190e04b0a 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 68616b96a763..7dd9cf13fd2f 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 5fcc59219c13..9b79ad4fc169 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 153c5953267b..bab3c1d08ddc 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 73f5c6fb1d83..19640e83b53e 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 ac4be6da984f..0aac5491df5b 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 df21146e034e..1bf36f3b43bc 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 2311b505a994..d023f8e451e4 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 87a1dd607d5b..1ea2d358f11e 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 cf05531e31f9..c4a391262d80 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 b72b0c13d3f6..fc95cbb06d48 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 9d299462be46..531be319cab9 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 7ac96bd1ecb3..f33a780dfa0f 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 a49c14646c58..d06cc5415b21 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 8603219289f8..d5291c85696a 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 dc88732077d0..479bc88a4ba7 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 eb5b66ff7164..76919126ac48 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 ac04f2fb24ad..188f32239dbc 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 96020225ede0..f7ed59fef0c0 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 7f82cadd74d3..ced17ed10e1b 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 6f83a93e36c0..205835fc0d15 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 b47339153e87..1ef4d40b00e9 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 7ed1a5d4b7f3..dd6c30527064 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 790334efcb85..48d56a3c6b63 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 9bede68958c7..f88249eb4199 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 af61019d3864..206fb0699153 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 7ecee95d6fbb..7f713fbf99c4 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 17e03a0d239f..e92440b010cd 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 88215c2d8e30..a975673f6833 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 2895af6effa9..eacd0418f467 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 75e59877955f..6ecb0b690b1a 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 5ed7fc4cb0a7..9a56f29fe83a 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 70d02ab12964..43ee3fea9201 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 0e00e5f964a6..28216927a96d 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 1de04ff39c41..29f5ec303c9e 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 d24a13def154..8079907cfa2f 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 2dab928da93b..8fc89d191082 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 d6e5155f3388..80cd57501a1e 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 0bfdbbb39bca..0ceff594db71 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 fe08fb391a15..787fa71c3601 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 cde3f7ade531..a125ebfaa302 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 1d643966e417..77ee53cec3bd 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 94da99762773..10d1cd18ad98 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 5209f4f6226e..a11ed4eee7ac 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 570c4a6b804a..91931c1715a0 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 59678907e6fc..ab658fe05115 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 c811d90406eb..67b2fef8f264 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 7a3515eba74e..089ea804a9bb 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 5617a1d2056c..8f51c7ba3446 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 daa91194d6ae..232445683f7c 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 6acce439c066..4e1fccb96d93 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 6850e9663655..1ab8b306634d 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 42ad81380e9a..93569edb3fe3 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 9ffa9a01d56e..1f5367dba844 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 d0805fcf1410..3bbd959bb795 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 bb67f72704da..33aad7fb60b5 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 22f73c42ab41..59a1e22445cd 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 c718d544f949..9d44d3dec197 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 0b92a90e7e72..dd7bf682de03 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 64a5ac33a37c..cb993f7e88c4 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 d2ec376f8194..79b62ba9a907 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 eac1361458d7..f0469dbdbf5c 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 9943689e510d..0a144f8445bf 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 dffcfaffd515..329c822ba532 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 a4f59daf4413..a24fda4bd65d 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 bf62d6bc721a..9f37e4914412 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 f0f5e8eb12b4..08989a5f087a 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 8a62a8675131..9f67f7d9fdeb 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 90741501c7d8..dfd4a2d23d7f 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 32360e86468b..50c82db7bf45 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 061b2c5e734b..c74bcc7d67f0 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 a1174c8522f1..02e83a4cd7d3 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 11109ad9131a..d1461adac6bc 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 93fb27da4097..cf6aebbf9653 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 bbb0ad277d00..c3b00933adfd 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 91cb8106eb2b..076d3dc9e17f 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 b87de639ed73..90d3e343a6b6 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 924edf9c75a4..95fba47820f0 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 8aba11791e08..ed91c4ddf3e8 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 ca6393b53327..ce17b4b1dd00 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 6d85e60e519c..a731398e5222 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 a9e8c1cf7f2c..b6590a750a9c 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 7c5cd0fa665a..72e0d2e12cb3 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 13e94f5100db..7afb7a2581c3 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 9aebae626076..b0a264979e74 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 f75ba2e92c9f..ea00a79ea014 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 cf797df1b79c..cab2ee8b0a4f 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 28afe01e3fe0..ed19a14eeca1 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 471778ce9667..e83bfbc5fdc6 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 04399611c26d..984b1dacd6c8 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 4e1154c9b275..9930430db54f 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 e9e2cdd936d0..4adc46a36f71 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 1eee848ed501..f51ba4e2a580 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 3cd4e291d36a..46a91a805340 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 7d5542e21714..6013a39c1173 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 dd8930705637..ecc807880d30 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 d34754f5e65d..8d02c164c25e 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 e3e9f1a493b1..e3f718a93290 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 9473bcd8e6ff..d1ade8cd099f 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 1a664402eb32..8bf6103092cd 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 a85cc9f77d86..cbc7dd412e1f 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 ea9bd8104fdc..bfffdb352a3c 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 f79c2d22660d..6eaf072aab91 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 f32628103f17..195f1a6dc112 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 c1965bf1211c..a5c4562ceb99 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 4d1ebb4dc1c3..783051d317a1 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 07f1c56985a7..1e32a8fe0919 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 6ee87598bd10..6bede42abc4d 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 03a12abec9c6..3470a865fc2f 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 25b1e4ebb706..5a17fb6a2354 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 c2d96ee0e28d..9043030b8c7e 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 84b97d178fc0..7ef767b81e35 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 b087b5d925ad..cff631a9a9af 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 4c770c4f7419..a64a2adbe378 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 017a8a7a75a5..8330565d0f22 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 f28b49669d1e..c20300638ffd 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 bc70e4a9ae4e..307fa1fa2463 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 975be7e60b83..69fed91606b0 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 a9dcb322069e..91bfa8fd216b 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 a959cfd45438..cb0def5ebcf7 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 218d20aa4c5c..f29886b1f4b5 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 a2c7e7735e1f..dcdd20de079a 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 f5c4c451f854..92865b1f7413 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 cdd74b2daa85..e6ff736b1dda 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 288e980a2c70..3a7b6b9bed2f 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 03c84daabba3..550c57072d3e 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 c205d7a62a0a..11bb4e1234c2 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 5bfde8ced028..b8563e7eb1d2 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 820d754bf3d7..ebde24f72c9e 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 5588edaca5e1..be5af6b1432b 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 f71ca31b28f5..5799bfa0b59a 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 a60665d7358a..d58e33c63cb5 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 243a100975de..c64998cc0110 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 85b4131a675c..e59a8225c4dd 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 d04932711455..a2ac794927f6 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 720b633d0b7a..2f46d1c23d83 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 9816bf508ebd..041a0b627ad5 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 767fb20dff17..32bf726eeb77 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 e806835172c2..1a804db4c8f2 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 b613354745fe..16c5f8dc600d 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 1bcd90dad74e..72a3c3ac7772 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 6ec21526e275..48dd4a1fa5b5 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 28ac8d1aeffa..7f171661a5a7 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 f263850fe15a..13f0d40121ff 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 015e3f03582a..3d06164496b2 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 9f7abfbaafa9..1993f2e7dbc8 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 1f031edeb33f..fc3629c796f7 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 23f3ac679406..bfbb5911a8cf 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 a13ec8f37b6e..bb5f51dd157f 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 5d6a1815ab1a..b290763b1083 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 e8d95a7c17e5..70b9fbdd3b01 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 f221ede0aaba..7d31000dd733 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 085844a8a4d6..efb798c7b768 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 27f421c9efb1..f99b83a439a6 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 055bd26fa843..9b4d92918c61 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 7295b103cdb7..690f882694dc 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 17af9bdcec20..a6bf10484270 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 e56dba402f7b..4cf407fc3cbb 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 b8ab76360206..81e6c597d785 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 9844ef78d7a6..c6346aee1e33 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 f03e83bc9d79..42083fa7bbaf 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 9ee2e766cdc0..39b0100e02d3 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 cc85a56f536c..150b4928b71e 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 646b14898688..cceac78a9948 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 f9e7f9278177..7f4444519111 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 6b448608992d..96a8ddedc726 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 9c4275a1e44e..d4e163d2e698 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 5d98d2e8e97d..e2daaaef34c5 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 37dc15161598..dab580bd170e 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 8a991d8c2ed6..1bbefabb868b 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 3236a3f6905b..289a3a222f35 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 7fbe85047c8f..81635ebefd55 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 05335161cf13..2dd3177fabad 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 6ed3645ba540..9d5804f580dd 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 ee947e4b1c5e..f45a9005eec5 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 e7b519acdf4c..21733738a89e 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 8762fb9148c1..d2e77ba9fe9e 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 1a54a53e5bdd..f5044fdd7e03 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 51742754389b..4088dc2e2fb8 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 eadc8d2b9e39..212ec5802cc6 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 754ad5fc8077..b9eac1026113 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 f1f768b4ba6c..8f67f1b8b5c7 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 c63127e8dd91..c47d2ca208ec 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 33961c053f65..b6202a3d99f3 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 3155ae0b9ed0..baa97911c3c3 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 ed1dfa4279aa..68b9ce695a7f 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 51e8d2ed067c..a1e0081fc270 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 e3c948b09ee1..ed9cdcdd6e8e 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 d8e80c7b95f9..9031295272de 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 41f8f9b9166a..57d96e12242f 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 2a653ee8f254..bdbc2455c0ab 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 7fd60e65c8ac..de6fb4f1a8aa 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 51e333f536f2..f2cb695a7e0f 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 1f1d3cc9ddcf..f6b8436f67f1 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 9073d05ae207..1bb4522abdaf 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 4e2ec13409f8..7128b369bb10 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 ae360e43ba01..5812efad2801 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 05e86233389e..c5b9f6c48e80 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 a829fda59ca2..106efc72ec43 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 6c3dc9752ff8..e23deb67fa4d 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 805fd859647a..2c18f5959c5d 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 3b90ed09c56f..48eb555e9e0a 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 ee7025371986..bf13b57b877e 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 7429c94a61fb..ef501771916f 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 ebafe1e6a82b..0db5a953a924 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 aee06425cda6..9889953b737a 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 b5bb7cd9ac3c..2b22afd41bb1 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 5e126f8c9425..958abe6067be 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 206365d76464..6861801f762a 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 2b0cc41e0c84..212ec6874edc 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 d73291d7f133..fd5c1107c11e 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 bd28df5ccee8..98a9102f68e7 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 587e8a40ebe7..b988efa44991 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 8454e136918d..d12341a69bec 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 9b1f2ae071ce..2664499b756f 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 e52604a9003e..652d5d9ea839 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 5679cf7680a0..a2e29ed3ac04 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 ccaaf45be7cc..b9f2ac977dd3 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 644877824af0..26082e39ac38 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 5e85dac077e1..59283e2b41a5 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 da3f6ce6a425..a25df147e20d 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 3a5f06f9d533..0fddb637ef23 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 1ba8da67eb9a..8f7c5e81e2e3 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 9bd7fbf0a9ea..fc02fc31ff82 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 851e39fedd4c..62b93304eb62 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 e5b4db517334..f43e50294a56 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 aab0a84e65ea..da78995f7d33 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 0801d55b9341..e3ac623db115 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 873e0fc42119..52895e4f6b09 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 84dd2295dd59..72b5531b9483 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 3726ee8e9b70..51b1544e2a91 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 a11ea2b363ea..e7ccae8b3b09 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 13c815597118..ea8a864e23e7 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 9d2b151403f9..fe75bcc4ed1f 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 e323287028cf..9ca47c5df230 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 bbbd44aff470..c6364da4fedd 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 bd7110ea31e1..a7f0307a6029 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 447589ff9d34..89396c957464 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 e810b3beee8f..67da369edb8d 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 6b5a64c63906..3394470a414f 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 8c884955a99a..80162b70f4a4 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 b6ede94cf6c6..1ab529c092b0 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 c328bd7d9f3e..5b14c0e924ab 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 e9bf762251e6..093bf9b6ff14 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 38806d6afef9..2cdac3c96a3d 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 9d4b7d5bea61..9d45861ab0d2 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 e6e1062892f2..f475eca3dfa5 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 414e92dc74d3..d670c7bde972 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 08b76046d51f..08bc5ca0e63c 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 4f242ddbfa2b..99f1c1b593e9 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 116fe7861dc6..2dfeffc82dc7 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 57e800f04e81..0c2b8920c989 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 9cf149f22d5b..c6711ffbd5e6 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 e7e95ba71821..6c085940fd51 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 6b0f4490b444..b8ed1e4a3e10 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 cd472b769b95..ba42910db067 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 1c80b13a850a..b6277f51b2bf 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 c879af3f6367..7128e572899a 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 bcd3095fa0a5..e82ce5d3826d 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 861ca3a70075..a47c6531b795 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 0914f9899d43..ec4dcf53d979 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 b4e2a105b7fe..0a67d8135a80 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 8b5e1c713290..b57e6d36b2bf 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 d1a884079369..213a1e54cd0b 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 e04dad066672..0a29475bdf46 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 c2e23512ce10..c0db9b2da54f 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 57d14a48e681..66d6d38926f1 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 bf8cba554ceb..c8ebcb95bbc7 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 ec4c713b3a25..6d722e3f68cf 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 8badeef380bd..23497b4a3213 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 9a5f82acb60d..eca2404be28d 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 55dc8043ec03..ee6304b2f5c9 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 ba58a3659acc..a5ef5eb27511 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 c2397374edb9..cdde7700914d 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 45a1d9da05f8..7db5f5d17692 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 30600cc35cad..9b547558c707 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 ce54cf82f56d..83ab6e468ae6 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 84d084b41cce..67ff9ca437d6 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 f2bba02d56c7..8c43f0871224 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 6e23626be684..8857f6e5a156 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 c42f362fa5a5..d0b8575b3a80 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 68ea692c494a..87f12a1dd072 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 7a77dbcc9810..1b69deff596b 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 17a1be0f80e3..41d0b1338002 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 ce42d4fa507a..09d5edbac825 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 09f31333a19d..2adc3582fd0d 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 1517d51da9a1..5f4a6e390540 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 bf38fcf1b568..0173bcbde4d6 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 915dae2abd32..d78f82ba1f2a 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 ee50872460c3..5151b8aa66c2 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 cfaac073ff2d..1836a0d9575f 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 0b5bc57b7f62..6c6385d83d8a 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 260ef58c223b..77c4bba5bc35 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 31b3e9209de4..6ab98e1446b7 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 3971e4955e9f..fbf97511f10b 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 0ede21840368..e49983c2138d 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 c4de869e18fd..a64723adf1bb 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 c0990aacf4f9..821a97350113 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 a9333965baf0..9d3d25c8536a 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 6135bf7a1794..f931605bf243 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 96050a7dc785..a3595e128aac 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 860046bfc81c..13b6a759a7cf 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 1232d115c23a..46f56e4bf962 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 84b38a89c2bb..146ef87c39d5 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 9e48ae483d21..a2d7b69ee0bf 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 050668c23cff..44de49b06ff8 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 020426f21d9a..0b316755d74e 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 f69ebc9cc27c..9250ad0388d6 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 ddd04fe5943a..bd7d42523e45 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 9062e7aec277..baeacf69dc33 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 905e630730f1..d252d3b1c73a 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 02cc3855d280..8e3f1f1f8513 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 265cfb77b071..0e6678ef8dae 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 aefe5e19fc3f..d7890ac594c3 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 81d83bf4e608..85ba6c560bfa 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 198d9b8612c0..8f783297f997 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 9ffdd772a163..ef213696ca6d 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 65419d6f365f..e58df8ecfa39 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 1a053e363351..995af395341e 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 88e485b0fe6e..339805c16f04 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 880859cee41f..cd3babfa603a 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 66e61653449b..4bb42e7249f5 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 40a219c2ab93..ded672fd17d7 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 97fc7c68c3ba..631c3db6149a 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 957a5c131b06..d211a8802f95 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 b71a24ed400b..b237e0f4f061 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 f4931f7052db..dd9bde4d6db6 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 7957c4f7f33e..2c50dfeb5b0d 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 b31df48f2646..b8383d37ecd5 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 b74b6fdc7dbe..0847f3e070aa 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 4b1eb626e9d3..1b93cf07e945 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 3da86d1a904c..14b3ac3a344a 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 8e070757306d..fc086d5306e3 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 394ab9b00225..1c3d81807b3f 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 5e9212b893cc..6f9a7c1a6342 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 32dec7f881af..b47f0e995e2c 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 b623dd889433..6590ef7a4b0f 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 372a68941fa4..c0ac2e6c9086 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 4d03611b4696..e8c8a28a8bf7 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 51b031ebc4df..59b3c9672fb5 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 f84faf9d9ed2..dca3780beaa1 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 0d3114f27103..1d5af987b72c 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 42a3cea81d82..dadfaa9ed15a 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 2224f1516505..b01b612db3a2 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 1930abfed61a..db2725c11173 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 062650269b10..fd152602b701 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 c07ed5c9a39a..3b0ca6fa3081 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 a4b0e52cc096..a153713e8c3e 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 935b41692038..3e3a5944c705 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 3eae97b1473b..bf8f76d0ce81 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 f4f6bb61d2df..660795177a8d 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 adff62f0fda0..4700526eae51 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 a1fabf6f617c..e9863350165a 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 580e1317ce30..f393c22f53cf 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 17c55fbb2399..de43cb40d526 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 a6b54c82460d..d5932a1e8b26 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 5d2df43eaa89..9ecb29d70d03 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 7bd9d79864ec..e094841466c7 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 18e04e536ce1..f5aedc2a7503 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 d3b2955d5c6f..46b945b539c9 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 21efe25f2049..b2f4674b4bd6 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 1a5ae69d5250..3ae57a33f7f3 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 20775fdda5b2..cfd94b7e62cb 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 a76b6ea6fab0..7cc071011e91 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 6706738b62ed..009a909c28fa 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 c4a50c747359..1196d83d06af 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 016aaef322ea..84d05a436a87 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 eb3c473ebc43..e1fc813b91c0 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 1d38a60a228b..9014421c2973 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 ecd6aa654d4a..f89786995814 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 ae5320f2b254..9f8820d7e21d 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 4318cd664ac9..999c77e0062b 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 9b1005cd08c1..0833c9d819ab 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 641aa4a6b81c..6e22d03a9b41 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 a5ad799be0e5..3884910d0f1b 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 4a0d61824c0f..bc76ace8f58a 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 25c2d8eb6a82..6f445359fead 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 103bba9f32fc..dbdc9e3a6622 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 0f0586c89016..848b7fef92f6 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 7da24534ede2..754f19e1ebd6 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 39766e988ae2..ba396cdfe00b 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 11f804305ccd..40474179c669 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 54e2db7addf9..05c883cfc081 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 cde8ac5a9771..1657371e6473 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 ed1ee0ea5637..8b231e51aac1 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 86a7ea7ac190..f00891705308 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 630a1cb4ba00..8079de69a918 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 624803a94bc5..ab61b819e44f 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 de258ec51831..2c5db69d0ce8 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 b4283c543dbc..8c83eec914f3 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 d733cded5390..78c52cb5142c 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 7b3c6107762c..0576d1d5161a 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 91aeb671367b..8884cd852224 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 4c33efc39644..75b9bfec9917 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 132e1ec1ab37..f189e793028c 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 216c050f44ec..9b98693b4bca 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 88a6b1a3b656..3e91a0e75856 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 a8477bbdab60..2f1228a58c2b 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 808e65ac236e..71cad8237071 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 71a51a279471..2726eef4d489 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 ec5bdef284a8..6f22039552c8 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 4d0c0787392f..55b509b4a07d 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 ccf4f4e99825..92b51d406d38 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 7182a41b0996..1163bd866271 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 f21f9383d4de..d89a57ef9932 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 74a0f9e6faad..aa0849a68cb3 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 f245ebb9165e..305cbc7ea89d 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 d3d681eb5e59..abc41298f27f 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 f84989020e19..d17865efbf54 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 00d33c05e287..d9abcd8a52d4 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 12a6a7ae3dd0..4e1b3aceeb4b 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 c8919366acc4..dc38874fd83f 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 947cd78337e5..c524689c4493 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 0840b61b9b02..8e975edf2c33 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 5f9b7dbe927c..67974bb02071 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 ac74cf17e2cc..f5928da2ee6d 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 dca09ca35dfe..f38d38736cf8 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 5e5eec072f46..923d3781df89 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 4b31dc2c3551..f992b08bb3c2 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 aa3e1aca63f3..45ca71065d39 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 0edc2d249c59..83414fd3fa61 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 9cea6c016c8e..0817ff761ac2 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 10c094b8a634..c4e038f77b07 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 7d4cbba93298..3a159354a9c6 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 6dc3ac30defc..b311d5364f64 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 6044a5f1dac3..f81f5965303b 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 0e5b4c373a0d..2288c67d3c4c 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 b5e835da03a0..6a8e29ec9ace 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 3883a9eac2e0..2bc33091f51b 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 a4864637015b..f951a1cd03b8 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 c2c43809a280..7640a2c33ae3 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 6cea948a070a..481ced586e63 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 6567cf99f2c4..c2dc181c5850 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 f497bb51dd70..3f35be17fe15 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 916a40305b21..5af114b891f3 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 6a256a73630d..47759f839ecd 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 9a3cc3a72102..65fc8c88cc58 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 a57583764807..2c79510545d9 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 1a5c2328b10a..d894b2e42be6 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 27707c3c3cd8..79229dc71f8c 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 64e4d9105db5..d0976c01632e 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 9d25c4cf73c4..142864faefd8 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 e69c1f3a3263..d84f4c70603e 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 a464b9b9ad2c..d70781506448 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 ba90a9e09972..69e197b78f60 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 4e521d8c9dbc..3d490dc6c722 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 a8a02d7553af..d757baf39faa 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 37791117dc1a..8a01c87fb8fc 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 1bdd5f8cad17..d1d1c7c5578a 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 ddd3e3e22e9a..5e66174fce60 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 f65824ed309d..23d733b7e634 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 c42ba01cc489..6fa7c86a09ca 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 d06c4e0a1c86..06e5d6c9c089 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 2d0fe594e913..e61cbaa5dd5e 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 bba3e5e7ce63..2b7f24e200f7 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 a034660364a3..95b92467cca7 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 79120038e1b8..38114d0974d7 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 f059b2bf1f71..40a3c25548d4 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 35beabd01343..55de97617250 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 3d797e2a1ae7..7db6b4209896 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 ab7308c291d0..a0afff081971 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 a6152c886113..4e1c95fb0ab1 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 456300f99f31..9a49d4caa208 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 5e183c9ad20f..69f8d9cd79a0 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 12dccf15d886..0e6ea35059c4 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 3de69021a20f..6237d70424c6 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 573eb7e8e386..a860c6d02c56 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 642674b33407..318cefd0bc98 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 3fd5ff6aaa6e..8f543cdb6956 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 050037bc4c5d..0c74078ed706 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 605215c04f0c..45071392d0a0 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 83054905b3f3..b3d1fd85c266 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 60efae84e812..0be23d3ed621 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 a5c3f183a686..02785c922206 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 2899ec7fb8d1..e2ea4e91aab5 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 76f77ada8bb7..91e0aed2a58e 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 8e5f191aedcf..e22d68a92760 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 0a700cea8e6c..5aaba226fce2 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 ddd743741beb..c31671df8a4a 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 499d0e2796a2..41bf3b400267 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 f5fb262b8f93..657534e58897 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 40809f0920a7..a575b637515c 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 7c70a28c2480..e6b9e93ec9b6 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 132c79b4ac0f..ac5ff84719bc 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 9812b6b12469..c156db08a8d7 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 a96f632d5cee..ea3218fbbd25 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 038d2b1fb2a2..f1a4577e3e5c 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 66c3e226aae2..2a6311e35216 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 6c06b27582c5..fbe4aa44ce83 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 f57c8427bdbb..cd5fe824f57b 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 ee449451b26f..ccbfba0b3190 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 c8ceb9fae420..36c1f71d880f 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 944c08bcf1ad..be8e6c5b2d3b 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 7ef3e97ab895..c2aa908de905 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 08001f5eb634..ba09dbceed08 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 ac55e968a855..a28857120dd6 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 ef97567dffd6..845c62fcae7e 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 ecb62b4ad0d5..2eefc55f66b7 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 8fce964ec989..368bd9eb2158 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 ed5bfad8392f..6518c8e27cda 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 85011edcba6a..5ac5634dc8bd 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 c043bf9c45c8..21f8ba833d4e 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 3f2675dd3005..cbc641698e10 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 361f50cdf9a3..a3a8eb56dc57 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 d0fa8ddaa788..4f7f672e5cbc 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 abeca808ce7d..9905411ba36c 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 067a1e60caa9..d4d4b11d14d0 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 af5eda6cbea0..3cccbee51a69 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 585e324dd208..650bb870feca 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 7579b05bd910..66ed540b3d67 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 7090829c7b22..f7d2197e2cdf 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 18b6a5635116..07e147bdbcc7 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 612779d41817..e92383c1b005 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 dd520fd77330..7d2b5677a13d 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 fc3cebd0a851..4abb0e6aa072 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 282f0d333da1..a8443365b077 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 456ec709431a..40c9a561d755 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 92373a744b40..aef168894c0d 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 b586ed59d19f..00aaf5412fad 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 719951db2e79..4ed7567fff80 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 c04779810e4a..69dbf59893eb 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 d9e5c589be5e..6ac0b2c5feea 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 b66b5304e6fa..f514be247533 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 3c22f46808a4..6edc95e7096b 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 41b4e756ff6a..dbb6e5e807c6 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 6101c16fc541..598fbf3a4f4e 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 7b70157d83f5..1c3941cd9f1f 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 cf927f82a36f..da43fc203dd5 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 2b33792f3403..55d62ee88b3a 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 03688e3d836a..a6b88deb8210 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 1f0743de6f5e..cd59848e13e3 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 9fb4547ff7a6..8b1cfc7daa73 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 3db3323e000f..c25ee193d9d7 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 95f908216c19..541bec89e7da 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 6dd687a8a0a0..93810bf7404a 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 1f9ac4b25c2f..38dcda3a3e62 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 e1b846cd17f4..fe5d04613e9e 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 e83c315f4df1..396088560028 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 1a53da06778e..358ffc3997f1 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 b1069240c1f7..311839f03264 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 eed4d8312bee..931180338b69 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 fc5f0daa0e6e..844a67cb9d95 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 011a65dda4e6..650a9d4c98eb 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 cceba6e94b3b..b0028462cd9b 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 a72fd0129caa..b3ecff380c86 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 ad4567e0abc7..6ca9882aa99b 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 6d6ab242dec4..252496828e8d 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 8bc3ca2cd573..a369c6f42789 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 b920ee01d89c..b5148779b198 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 5d08ffc5c1aa..311e7c18ea03 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 49d2390e1190..761b3be671c6 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 f35eb93e7573..a1b64cdb4ef1 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 20a9fccacdca..66e84dfc39f8 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 1d361892bf4d..2a718f46c294 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 39b77afe733e..a6ee35a2ad09 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 1624d812a24c..735624f0d005 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 c642c6ff4fb9..2af1abf65a7e 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 76a7f493818e..b32067918b0e 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 04fb7d1291ea..6534a95d5765 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 cd7bfb55c52b..6de16c158084 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 046426db0413..7ecc84b23390 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 91a522bc4808..82ffc2ba6f98 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 355dce86c741..b592fe74cc5b 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 609af824c721..05e71f03b15e 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 430ba6ff32c3..80619e425ca0 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 e02e3ebf5470..b1bfd9529a66 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 d2f7f5a389bb..b4cd2ac9d728 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 a3c26ffc2060..827bb45800c2 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 f4a12bfa4498..5370d8df3b7c 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 5a50b9978b0e..8bc51e34ef56 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 c165709fe50b..0c1c33adca84 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 b688a14a5e01..ba749abd033a 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 dafb7757c253..222236fdbd32 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 12db59599610..83d21e6ce39f 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 efe1cf027366..6fcaa4aef721 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 e00cbd7e9493..3775a0bb303a 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 99d6c4531d63..0936eb6e0a27 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 91f9d6d4d60e..ae600e7ce9a5 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 1f54d66195aa..54e77d987add 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 ed8708ebab1c..62871fa03468 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 565a606c6958..c4f3ea602e48 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 e017d7a862dc..0828bd4648ab 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 2a6426ea3b56..c9efe2014f01 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 1e055479d6ea..ea7395cb37ed 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 14031666247c..8d0ff5314063 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 854b9c27f3d4..b1b5b89423cb 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 25a9c489fe59..db4ed4c137e0 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 ad03b6453896..c1eb41db9336 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 a42ae8fcd275..5c8bc6de330c 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 48ba92c96c21..497c4026b632 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 277a698d5d4a..d9e87251cd07 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 4ab53ce918b7..320bae5e4fca 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 59d43df4bf17..473b6b107da3 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 2af224c43ce7..746ec668925c 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 924b2a529599..cc113791b59a 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 9c6002bf09e3..24ce02fc30ea 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 9b7c4fe4803e..1d4a7999e0c5 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 bdfb912f4ea5..d5fee0e44988 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 e8725e894f3a..db9ae0e46769 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 148325760907..69f6adc0096f 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 eb2f750fa528..82138b61df17 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 c33e063c4578..d4530200ccfe 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 2e2ed7f67c00..f22f10625c72 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 b7a8cc1793bf..f1761e4a3d46 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 626b071a5e38..4b90343a72f0 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 e23092f0ed27..44e6b52a9f69 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 b594839b5fe1..4f3d44153e07 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 81754fe5cbb8..0cb6a39c8276 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 c0303702c5d0..50bf7088696e 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 34aa8797b9fe..d0ee237d43df 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 ee191ea14737..1b3bff6fa807 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 ec78d0a6f2c2..6c8ce66a80a2 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 6df83e5811fd..b94b43c812f3 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 103420a3ecd2..cde038988e87 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 bca572751e76..38a1979dcc02 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 487489a9ab2f..7215543c1f8f 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 e4f50a5717be..93838a1bff18 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 a14c092e2217..49590d3e4daf 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 7563acfa2e91..08f656f7dab2 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 a48b80d44cc9..6645b69870c5 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 24e80124c896..a94d240e1c01 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 627811a76725..2796cfb5e411 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 d69b8a91e225..aba3bba90a1c 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 4f669bfb86f1..af16f60bd3b3 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 4bbc5a7eb01f..665d22aba036 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 0ef708e5d2d3..259382b8b30a 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 1979d248ca27..0f56e7bcedd9 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 1479c5480151..0461631830ec 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 b557641a39c5..b03109fbc75a 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 6187dd46e6e8..d06c809ef960 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 cc8ccb26ce28..ffeacc0c4146 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 d6c5e3985505..4f9b1044996a 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 da0d479e51bc..5f010cf22fa6 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 5af209301bfd..95c23e088718 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 e8a0b9c68165..83e448083905 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 c1942ac5fe08..7cebfb663d39 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 56231312c5fd..48706418a83c 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 69a39be94f6c..0172ff78e1ac 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 074496c6973c..cee78c63f55e 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 6646863c52ed..fd96427d216f 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 25cb18708342..4889499d4d8f 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 76d774049a14..d0db8f181d9d 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 c86a4ff2b07f..c010989cd914 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 6c4cf7c4956d..e731f92b5e5e 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 8c247315ad22..32d39f3f074e 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 68826bf68868..91a29cd43eef 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 1e5733a1b473..b8227b8ce858 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 56811ef76bb0..0cd2ccad954d 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 fcc0f66d9159..1d8f8831a2ef 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 f687f5ae3320..d0bbb462f037 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 43909289f1e5..085a9006f9c7 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 7c5de376b2a6..9aff88fac735 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 664bff07c351..8d88b8a5cfa4 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 28bc372a307f..96f83922eba1 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 91a987fa18bf..5729c2867899 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 c2b9af9e5ea8..0573628530cb 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 9787aed30f2d..f543647b892b 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 c4a067bd6b0c..e988d403b2ef 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 26e7d5f3c27a..7a927c0312a9 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 173460a7b448..fc809ab1568a 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 a86fd3b43281..7e2d23637378 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 2184e10414fd..9da0346f159f 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 19be84f48458..8668f31c1f3c 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 fa005f7a3d94..59869f9b38e5 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 3b4af8d0f5ef..778e77368dc4 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 f7b5119a00c6..06b21bfce9f7 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 83541dbe940c..b10e9d978110 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 745cd94fc7cc..d6ef95276017 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 39a7938d6024..3119f44dbe03 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 a753b9a42926..46d1ba242dbb 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 00453875e287..0d77d876faa2 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 4640aae5c4fb..7d5b602b09e0 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 4aaf1f49cbaf..16247accf7b2 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 be62e73ce0e6..0ef0a7bf9ba0 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 4952ce5c4d75..5ebbdd986d4a 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 e96fe479214f..8893047ddd06 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 37303ce9d30e..d78b44da00c9 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 8d3c439eb35c..7736f27a0d64 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 8f19edbc5857..220fbeca5229 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 827fd0380bc7..9aa6a9a8a7a1 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 a4998e3064f9..3b0f53fea074 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 d28aba60affb..8cca9ee1ebee 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 7e06c19f373f..8c1fe06cdb34 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 dfca0ed9e102..92d58b699de1 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 b137484ff4df..b1c940957552 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 a9ab5e9d4466..4be96d35b10e 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 03dfefa5c361..54e02e612b1b 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 70fde15b0e89..2f8e67518f08 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 5b91eae4a5b1..b362267b4a39 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 26fce80e5bd0..5e792faca75e 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 7099170f0bb3..6174ce2ef480 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 fad058f3dcf9..3e5914e44ec4 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 a7dfd5f3c2c7..e0128d9e2f90 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 8e559a13ed0a..dff70b681224 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 cf6ae96f1faa..2ee4c282f3bc 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 5739d8e170d1..f2cc32080e81 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 797e7f884f4c..d86be1bbf0cf 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 123445fc0924..5b38c0cbd298 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 15ef644a95b5..a1948d7005cd 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 3f8d5ef6245a..b6dacef9c4c4 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 1a4169a9b883..b7f441d8dd23 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 6a254e2752e1..1ba33fb03ddf 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 fde7dcadeedd..e6bcf8493be3 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 062f1076c847..1de52f66bade 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 3e1e01f5d1f2..02954dbbb674 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 41f6d33c5a6a..d94ee2e9910e 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 5cfafa82c8b5..352305f7e460 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 5ab1c51f82f8..2ba3ee959777 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 08cc35af10c2..cd89604753ca 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 9491f3b8b561..01bfaf0eaacd 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 129c11f035bd..7344a833a067 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 77a7704f6bcf..ee595b6dff4d 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 d1cecb1cfb91..e9012875eb91 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 2a4a3758ecfb..5f5f0c7d8557 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 0c014451ac45..bb8dc4aa1b51 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 d6032a1b0e0f..d144f4799f4d 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 796e244c52a0..ded33f857114 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 9aaefb8f4316..5f67201e9b54 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 c5cad552b936..fb83dec8c3ba 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 c5eefa7ad129..2e7fc90b2e04 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 38b810619326..56d21ed1f18d 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 f0b6faf848bf..7ae071866e23 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 0308bbd9b2d5..cb5709a95c3a 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 61726298ce39..8a93f0486b6c 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 3a1efc19402b..ed479a12c33b 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 d5a6071b2649..a474171d7f6c 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 69f58f9d4a5d..363e729fb218 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 9172c16cd8f5..967101b6ab03 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 7f19f114c9c8..ad026fda8523 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 a1cc837ce362..de3f8483962a 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 e3cd355e00ff..7db7cede3bb1 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 2ee1d591d229..5a5273a6f52e 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 762f90f1db5b..2df032258782 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 64b6793693bd..1322e70e8c83 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 0c67a61cc4cf..bbdffdc323bc 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 8bbc1cbe4f7a..13872f01b2e8 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 c2ded7f71d52..645241721b40 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 8166e60b718f..ee7693e152df 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 84ae3149ee00..8c854d28ccbd 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 82e5f3cf3ee4..ce3d13846f33 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 3bbad8ec9b37..2d5cdf99473a 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 523871bcb45a..068f48108992 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 0d6f29e5d1f9..0bcae93b7594 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 852e8820ea76..12c58d4a3a68 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 bf0304e1ddf3..dec3462c8c24 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 b8f2e156b85e..4d38e6afb917 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 d4e7b4ef403b..f8b3e4cf80b6 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 1f8bb0a1c513..83ad991a78c0 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 fa0aaf285a6e..a23ddf0a2c8d 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 e8be7425258c..54f75fc0e31f 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 040decb7be7b..f06329c8de66 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 04221bd04142..9fae21e168f5 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 e1eccc3b70ac..cde964177704 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 9d2c98e52d5b..e2bd395450c5 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 fd6853d8f279..ff67f17f415a 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 87232481eb70..bdd7e77885ee 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 4c53d6ff50bb..8dee4b34cc26 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 6a545e18d2b0..8cdf137e19f6 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 9032449b954f..6a964e34b4bd 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 cdc054855c00..34036b4d39e7 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 cbb9993eda03..5f4c65abd637 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 59e6532b7dc9..812ecec4f702 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 5f192ccd8034..345bdf52deff 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 15babb37bdfc..8fa8c9a5e33a 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 dd743c56ff3f..18aafb0b6099 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 135dffe22f92..dda1a8eeaa33 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 30a322ded949..e547b30892a9 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 9b49084fe177..f6ad0275f3dc 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 ef26a1bd62b3..e38670c17d49 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 934feb9a7e6f..b342b029a9b5 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 578b6a38a553..f7c98997b4ac 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 af8311c88608..11c8267fc8ef 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 87fa72fc130e..13fff5b2252b 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 5f76557f5c3a..eda788a9efd4 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 7252b19c3a42..a866994eab78 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 416e65079bc8..11cddcbf11e4 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 94a67b1453b7..d39c35c94a9f 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 aea6592e1080..b52502acbe9d 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 d2e7d8bc7db6..f5cf5171754b 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 fe5ac0a74f1d..26aa1515f082 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 f8b14a474105..3a24d7a51021 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 af6f5d7bfbf2..65e9df02498f 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 37f6fff895ee..6b8f36f8572c 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 a79783fe34fb..dbbd76dbf2c9 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 499d2bac60a8..b91dd64ac90e 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 fe97486eb36a..f29657d53dbb 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 a0b8e4ad31ec..a9223d26bbfc 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 475b120eb7f3..4d948a995a84 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 b6290303b287..472c14f2b459 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 e465c3ce064d..825155f4f7da 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 c9af5148b0b1..73c9fb4bda64 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 dcb56a66bb8a..a599f6b21d30 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 18adfb7d464b..e0d6bae2cb89 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 281afaa57740..0bf064b95bc5 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 788aa26a6956..327fb6d952f7 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 ab2ca32018e3..876b6b476d0a 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 d4f7396ddab0..e5b0fd36a1d5 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 533a88b763d9..96bd108b09aa 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 1daaa9949208..7d98eb51d966 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 a8c0b1b96b67..9a1086e943ab 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 81e906aad5de..73c807695d8b 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 6c857150375d..641628a46d4c 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 8a85c85a3fdc..415ed67b0742 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 31bf996c05c8..592e14853322 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 aec5b6a55e16..c12640e61e49 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 3f4515ce3ab5..9e9f2d42b89f 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 5097ec055303..593ade070950 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 8a53112b175c..9667565cc7ca 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 54db32cc5745..d35cc57620e9 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 7566a070e490..399a6af4675c 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 e89cf175d85b..e5b29edbc5eb 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 91677b068287..007bf7b9ab8e 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 fc86cfe6125c..e9cda726d6d9 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 a1b6575c52ea..a21fdae800c6 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 289768bd456d..2781282df781 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 1ad45c8a71bf..dba0def2a398 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 c4b13440ab19..2de4e1973baf 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 947f3856bba0..130d49872ccc 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 c7a45c21e079..ab3bbca4c35a 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 f1dd31b20a6f..e8a31ab68f1e 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 c88b9741f9d4..a3dcf34b8322 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 e13c92cc7bda..7e54411bf848 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 4d10da470d67..d4de886e0314 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 79dc23386e09..43a196ede8d6 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 857866cf9289..6406d1129775 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 341f0001ed19..ac5bd1e7e05a 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 e856eb9337f4..9db4827c551e 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 321597861fd5..6475578d97b2 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 8619a7ed0a98..c0abeda7c653 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 0f31363de9b7..d64c989d4da8 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 18d9d9489d7a..c81de1b02351 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 3737e89692ef..095e8e58a552 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 dccd24e1c32f..b7312eed5f40 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 958959d034c6..fe8e158d3b4c 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 470ddd4cde99..e93dda53a570 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 e03ef4c92a2e..2903cedd76db 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 75f6f6d78c44..15f72b8fdbf9 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 1df74eb56f7c..8ea99734f271 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 f40a3536fb9b..b76a06212fd4 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 24edade70b1b..8fa85f9b4161 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 f69bb5f158d4..0e9679922f02 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 81c54752d6f7..58b2d094a471 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 0f917b07f9fa..83036ec998a1 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 1e23689b7157..0c40527dfeb9 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 d3097c970456..cdd5b0f33742 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 9badd6257590..81c76acfbce4 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 36da725217b9..44a53278bcd1 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 b44dba95fad0..22cd261aa5fd 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 ca731c9bea4d..e483e288861a 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 59ce0f5d995d..bea09ff00f24 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 b8e6954ec96c..5734bff7e50c 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 9d53ea87cabd..1cdcad917d3f 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 0ef10160f1d8..62a5d7c1932d 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 8e1c3d6b337c..de24d2c50f39 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 e04ab02f6e9d..a97fc5b69705 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 2c88614e826f..0ea1a9b8b7e3 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 25267910b99f..2b94b8296cca 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 1144d2b98f34..6d215649a6fb 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 3806a16bf950..3661c3a70743 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 641d9cd58705..1579175f6aa3 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 8ed014ae2543..a713635c4263 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 8dbfa0b748b7..18510b37490e 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 4e5a6f3ac1f7..c6823c4c58dc 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 5aafca0ed1af..89f3c35a9d60 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 c5a1656c0ba2..e1fc81010eae 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 b07497dc958e..281c77a97b62 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 f365e80afe3f..ee867f1b5d89 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 47b056414a2a..172f229c6d1f 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 011dd8f02ed2..99dd3b4b71f2 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 36846e22dafa..7628f0450735 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 f5b54e533c70..dad344f98452 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 e9cfc589a98e..2b3a1e5a8496 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 0bddce88c013..9152732a3a2b 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 73bc3742ff99..88ccc780c5d2 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 8e70f7ae21eb..327347730632 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 fb2f9902d2a1..71e5b2ea42cf 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 13ced9163321..70ea1cdf3cec 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 b71066fa0113..ab38e8450e88 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 0dacad8f8ad0..77604d8b3ce2 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 e11b94c5ab05..f89a6c19dd1f 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 fed580acd598..c035bca0ec7c 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 cfbec8ff85dd..4a20401a64ed 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 3488bdaa5804..1cd1894d1743 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 4d2a00d4a2b2..d1c91e397e4f 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 4b4c25d65dd5..522c3a86c635 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 02ea79a439cd..42541de71176 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 a61f149d6c87..a7e88def361a 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 8c49c4c0fe52..f63fa992e2f1 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 4b9bebab96e0..32eba557da8f 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 8acb88c67039..5eefc32fc80e 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 a73a827a569a..eb5dcd8543de 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 bf68831b0a28..5828d9cc29fc 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 b292b0c64559..7e1cb6f080cc 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 bb7ea9d8915f..ba78efb4c3fd 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 db01092b2062..abad9c863b35 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 de8beff5e175..f92a58557bbd 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 83de1407512f..69e02a603fac 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 61eeb82f4ebf..922277e2b693 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 18afc49b7ff6..a1e254f37b19 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 63449e2ddee9..cb60efa274e3 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 ace11cbc3238..740de2285efb 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 01015c1aac65..8a34bf6a35d0 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 ee348a865b69..7803c61b3ae6 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 02e7f2fde0c8..5ba8c31f674e 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 8598651c59eb..3b0bf2e16ed2 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 a190b4e36f19..133bec7f7245 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 9ddddf12c35f..62da09c5bcb8 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 8f315c66e39b..1dd4a4c5356b 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 fe5886856b71..c0fb35d7a90e 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 b9ccb6d88121..0ad9b0547108 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 58997008d41f..885b24650243 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 e4315402e675..1b8ae0e46541 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 ad8697cc7462..9dec5b7d8359 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 d32b1d27d91d..f5250fb7a17d 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 337d1f4cb301..2b127df273a8 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 515b5a83d0eb..6b75e48e1cc2 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 14d684589ed2..a5fed3f068cb 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 352937c5aefe..6d94e0d9d0b6 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 5494d731ca79..f136ea2a9ce4 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 ae5b481d0468..c1ccb0f56535 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 bfb42328070a..26c7101f9f90 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 ae67c7dfe38d..fdbd51d62c38 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 00384b14e4cd..0d158ee3dc3d 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 0ebb60315c8a..e73b7167a335 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 768bac810f2b..b11c86ab090c 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 59c5e4011516..4e874a1f4f6d 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 561a902c5437..da29e1a4fbce 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 ecdc3ac7a260..d30bd2730b1c 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 3fe2ce805bb5..bb84c46d1d8c 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 1910b6342902..cb4ac57ca00d 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 3424ec3c286f..52640054ac7b 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 a0749ee7bae7..1f4618966a51 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 05e10ef6ad3b..0f1d59ef8350 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 9d9e44c68dce..d83a9dd1c6f5 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 97f27a65843b..430025130116 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 455ab211151b..df3885b3f0aa 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 12d3b8c981a2..4bffa932b26e 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 5c2b2217b7dd..2cc5e71f2ff1 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 d22dd7c82981..2f177e290e30 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 7356da30693d..fb2ded394fd4 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 402cf2129cba..42d5ea0c8a32 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 62b8af10c94a..5261517c6738 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 6388b68f990e..1a60a93e823f 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 11c0dcd6ac07..40ce15f0f86c 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 4faa7b90cf63..7597a17d1bf8 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 be76aa6ee32c..a6d1031f747e 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 8bff5bd3dc48..9b1106df7b79 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 45b17d0651f9..ed137ca2d107 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 fb5dcf2cb43a..d2d0b59abe1c 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 e751d94bfaf7..13196cc172b0 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 c09a06ef69ec..ab0ddc97ccf2 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 bdf21d366ac0..68b233658e0c 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 e66de7edffc3..57fa9c6e7f79 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 f1948bf1b0b3..425a010cea51 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 aad30132aca9..07090def2adb 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 fbacc2bc25d3..e566956be180 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 7012bb22df43..bb1474fff24d 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 3b4d722d0afa..c9b56c184b89 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 d7fe9812cec5..d829cea6904f 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 d00fe29931c8..2ab1f14b7767 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 012f6eab3b42..fbae952318be 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 40801ed10f60..72728940e1fa 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 98bee08fe1ab..5bb8da8e09a5 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 4498beb41367..0fbc945a35e6 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 64441ccbcbbb..fce9d1b61ea3 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 6d9bc4f18908..5ff49be03ac9 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 2f017889d68f..16e8b9d9982c 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 b3cc9f8cda0a..cb09b66ca13a 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 dba29de9c06d..c659a670b625 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 6b13bb4bc31b..f020c3e42c92 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 eae65e76d930..994a16372d71 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 8248fc41ec36..d7915acd6445 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 11163cb824d6..6579568dccb9 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 763b7b6cd036..b298454c64b3 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 f38c8b2aa479..61940c77c089 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 2d0216d3fd96..2a3b586040ae 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 681e683e5418..c0042f890c46 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 e0aa7e09a6bf..7d15e6a503db 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 df5efc6b0a63..9fea4853f518 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 dc58a9ea6c2e..df802602d372 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 580e25e06286..e9e488894c64 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 6264955d8224..31c8122a2a8e 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 af1d0dc33a82..c4ef26677e5a 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 1bc1153e0ec1..2c76ebd7e1ee 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 add5dc5eaec3..76723530d663 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 ce9bd53ff721..94f2a0c42cf6 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 eb575032030b..6e3d4524dbe3 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 29ab7e9663d7..2e3254cc69af 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 d94ad52d43b5..863f966fc494 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 508a85f6d606..f2c101f9b274 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 e60a0526593a..c0ddd1c2a3ff 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 539694930d5b..a1daeb0b61c6 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 378f7f71e569..45e78a758c6f 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 4a1cec0b4498..42d3129fb759 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 9fd20f7c10f7..38c65b3a0659 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 8bce4d9c422c..0312ebe413cd 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 a691c9fa7c69..080a4144527f 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 3bda254d99d7..ce6c14fbf15d 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 41579b238526..28c8e46745e7 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 0380126ebb00..0afd4815e154 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 64e450523f47..6f71d0797f30 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 5dff2ed9a54b..fc488e73ddcd 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 42af49fcad21..75adbea22f0c 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 bcb4d3eb1f1d..8a0680d00c97 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 739dcbbf7e50..1fe2c1f3302b 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 98bd12b17ebc..705a86ff8839 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 60ad86602f51..2d96bd40a01d 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 bab2c52c0048..0e3fffe692d7 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 743f9e6e7296..cc8ffb03771e 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 34a33b4cabfe..b4ede34db314 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 1359d265253c..afb8ad068e10 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 8fdcaaf9505c..236815a3f3f4 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 ac897f13ee99..9374ddd46f24 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 b3979a0b3ee5..b43ffc84dc04 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 1b4f861cef07..39ad36b6cdea 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 bcb5858a1cee..9177193c4461 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 e1adf964bd18..14233e728e03 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 43aa4b881df8..b3207b186bef 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 b186a5566746..92ca319e3532 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 5aa6b78babc1..c41189ab8034 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 cfd145b548d5..ae2fedbc82ed 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 5445373c1b32..705bf255ae08 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 6987ecd2a4ab..f1f27f9270f4 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 a20cd19793dc..a1a76a379181 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 b281b0413ee0..0bd51c3270e9 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 0c2d85cf49d6..e9d202eb5bb0 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 208ccadc9f3f..dc438bcff3b6 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 29281cae7795..fb990721b0ab 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 eddc1781a184..4e6784bdac65 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 805cf7780898..d0fa530888fa 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 8c958619cf7a..799344233180 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 0a777f00dece..bfb342eadffa 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 008f7f3a4958..c7fe5d6a45fa 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 1fa74c2568c4..a59c9fa35bf6 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 46bb65a83954..dbd7b9ebd777 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 f6d1dfb64256..35246dd269c7 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 366f47a84f5c..c32e370b060d 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 f368687aede4..e7075742391a 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 e669085b37e5..04df9503f625 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 fd568846db58..6ddf10bc205f 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 93821d088656..913b68b2a028 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 34bcfcd75ce8..722650b34144 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 8c2ab0edebc4..11167b63ce0c 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 f8e6ae870ea4..eb688a345b1f 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 10633c45e963..65e72af779df 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 38adde49732a..0667715c9ca3 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 0c16bb3c36bf..903771dabc4e 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 258923789aa7..b9bcbd68cb53 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 c4a349284434..39d290bf0ed0 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 746ff2f1626a..61fdf8217a98 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 3dd396c55394..d8cbd3a7e306 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 a2a5891a5e4c..f8b1d4c1be71 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 0506d529f409..502b3202d9c0 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 1e8b186ff546..e8dc06c96387 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 929930ca42c7..23e131ef4cb7 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 d288315f4061..a49ae0abccb5 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 2f466ad10e77..834db727d25a 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 8d06f7af38bb..a7257a24559a 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 72b09c8b34be..30ea6be15b15 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 dca86089ea75..49a3885dadf2 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 f08d89bc6028..0e1246f68b7e 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 6ea84149a8f6..8331934b000d 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 f5aeb0772b30..320b3ec6e49e 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 ce2697cf7476..15aaf3a0b757 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 36f5d2d8672f..8a25260a6899 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 c6ff1c40e108..efe7d96b66a8 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 985e376c3e67..cc99bf7cf18f 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 d773a1282d01..6db9267688c4 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 4f8673f2bb5d..dbb66b7adbfb 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 092ed92c1b33..7e4fe974cb4e 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 705e3530db10..c2f7b9d88dd8 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 9bb2e628d537..ce0625642c3f 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 5d092578088f..f04340d789ef 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 977893dab223..7608879e9d53 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 873956a163c5..0ed710bda0d1 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 442264c6027c..b9325051d9ae 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 a34e17928a96..f92479dfd3ae 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 628f6fafeff8..5d102ea8f011 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 e8423122e972..874a72b18fe8 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 b4c60215e53d..2bad27de7283 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 57a114b8b381..cfc71386c5e1 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 8921be42ed9a..d518814daf61 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 7b44b6a8203d..e147579fd5e3 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 aa8bde1192b8..4abc8f962dbe 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 f0a4fc7f04c7..1550325187f6 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 59f82f95be90..1fac89c0f3d6 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 4c2ef997a522..e1b52c9b5313 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 16f4ca643a5f..f39ec40188aa 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 46860f6fbf15..51e7f2099e55 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 4c93aa96168a..7da944a9466d 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 14a4b8773cb0..c5940852a7fd 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 ffa45af459ec..cff1fedaf937 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 7d4be0304fba..8ad9ba935350 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 56e6fa127c4c..4891c59b5f69 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 32ee2a195c47..a5fcfad660d7 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 9367aa58f6f6..ad75241dab78 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 83d820c97f12..6780e3c65d8b 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 ccfb21716230..584734ab0d2d 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 bf9a3680d052..6ecfd1ef9133 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 ac3063eb6aeb..dd1e1075a987 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 a4db4e6d6a8d..262e5941b380 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 effc9c1b67d1..41ee79ab5522 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 91c906076c45..80e973680c17 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 d65431f4afed..7d83e354f9c9 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 42a3cb77ff7e..c9885e010d68 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 d12223ee9582..3201631d9934 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 6c574acc0260..44565d1b3c40 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 39f3908adfb1..9a8860f44967 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 10699200478d..68f820aab044 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 5f5eee434904..e90aa86c1455 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 b6ee7f1a4f81..ff9f3dc9e689 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 83402f09b8da..1463192932f0 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 fff7f8b1d794..c15c665a8355 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 aa3a59a61c67..5a35da8d8577 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 beaaba829a0c..9f72c1e7b2b3 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 fb981e0c62d4..39e51f0b01c0 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 484197114375..43f3913c24e7 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 9924685746b1..96bd14f4386d 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 e86eacf5e872..3bcda6674cf4 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 e835a2dcfaa5..bee8b6ed58a7 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 d6632f2f4876..3807559abcaf 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 7dc5277f207e..c6b2551bd446 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 5af3cc934f25..374181202f9a 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 e38d13bf35a4..f9002a9a85c4 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 af9305198107..95dd61e11862 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 5c21e4ba8e53..bf04907a7f5a 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 04586f56ae5f..224d064e825f 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 d8ff0d29f715..ce1363b14548 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 7c1be16d739d..ad5f3a77e4ba 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 9a512baa57c0..a30fc1e300aa 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 029dd1d63b49..b243a5528052 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 22751e4b996c..2418802c24d1 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 72ac4ba87ca3..c005d4c3d8ad 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 d4f4d3bc39a9..832b89357368 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 499a9d4fd2f3..117b23bbd332 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 0922753afef1..3077c0694e38 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 ce5aa9c806d8..1f90eae3569d 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 3d9c234c6768..19627cf39c64 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 d2d208ed1a92..7432300f20b7 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 4f3893b74555..4367efb56591 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 124e930d100d..6e7bf7959cd6 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 4d3b42fbe4f1..f2e24aedc2de 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 761dbac3df9b..d7cbe006fe5d 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 ac698b46ea9f..a0313e2c2a9e 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 82b1837759e3..e8da6c2c4278 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 9ea92513bfdc..f560619ae125 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 9683fec2c686..b160d32ff750 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 499c0c10d13b..313fce322860 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 f72845dc4415..339f84d215b4 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 c8ab1bd77352..1a63b00c637b 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 a1362210134d..ef20968d6436 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 b9a35991c67e..3eb25e982f93 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 7eab61af0d50..9fc57143a162 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 e090434bdb9f..6b5b03c4c0d1 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 061b07a6afd4..ec280257bdfa 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 934b1637607f..2c0c39954363 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 182a1663d890..06f0a71553b2 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 ad62cf1c647c..e954fb7399f3 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 732b621c0e11..4d3c0330235a 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 370c5324a4e4..0bc3a0e0eaf4 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 abbe805c9cdb..7923377321ca 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 714962db2e6c..7579794e20ec 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 802fdf1f66fc..4e9dbd33cc31 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 f15d3d8b86f7..04b9e8c2985b 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 9a162b2afa47..2edef6c64019 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 d1db12fc7bae..bad5c7336cd0 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 0814992e7666..7416b620a79e 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 f5e3065827bf..8927cc304472 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 ed531271bf80..992f8d60fcc4 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 b8d634407a86..77f53aa992e5 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 c4f60106b91b..89ff410aa5e9 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 8e4ffab343f0..86a57be2d8e7 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 eee135b946d3..7891dae0eb32 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 43642834b8b7..c008f56bf737 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 2250473ae442..d2a7cea175e8 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 658ac031beaa..e6f791d892b5 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 dc08c6716286..d05ac3c8f62d 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 c107082edd3c..502e46bbe208 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 6c7673936d79..c3c741f543e4 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 6569441a1b13..1b69ae1e6d22 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 446bd6b3ea46..cd1fa4247e50 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 2ead255152df..2416551a29b3 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 18ee6604206e..98bf9b94ed9b 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 e88015b483a9..30d75f365e1b 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 0469f1c15e8b..1efdc163faad 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 ac922146b362..16d404b01790 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 4a801a592494..26f371e786af 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 3882dfc54f6b..d795ca804471 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 0b9c2c8e530a..d1cc742debc5 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 c5da84a61d82..b4815ff06060 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 a94c579f75d0..96609cc013f7 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 2c33818210d2..1f0bf7431054 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 f6c3e7e9de4e..6961818276ee 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 fd84a1b36536..768bf9117436 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 fbb280c6ebe2..d18eaa42bda2 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 5a6d36f20601..d769c09c33e1 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 aac905cd1f77..c7ea480429e5 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 51c50278b4c1..c0accabcf952 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 d82c9c3f2a69..082538a052a5 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 966993a2fbf3..b54d2a2e0e49 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 e467ace885b8..8b38ca01c07c 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 aad128594ec9..62a31c0a52d5 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 70caecf32289..33889ee9284f 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 71a08d447aa5..7787c481e91b 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 a649efc351c8..9825b9ed51df 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 51efc5b44ab4..81eaeb7097a5 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 94d04137ad42..ca46ebc5e98b 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 a69f8dbbbd5a..da4839c4c71e 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 9ab3eb4e9d91..8f2500f41410 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 52f2ed5e55d4..d6c5cf3b80a5 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 a8b58237a1b2..9cf63013213d 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 1602b2030365..89fc7d2b5fbb 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 51ffadd05ce3..14c3b18b8741 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 4f32ad1b4cf3..f151ba3d344d 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 e04225a5df01..4361d7d94ae4 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 845195baebe4..d97d51389881 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 e0be984b1820..7b0c946a12f7 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 4dca7e59c163..cd40f0b29369 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 ec132743fc48..c6d68280de8b 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 f0d633d7cfd4..d351adf317e3 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 02f5a018216c..e1cd3507bbf9 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 223463f41344..92ccc7a9c7d8 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 a5325db91868..b456ca5b58dd 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 38539c43f4e6..05465ae27699 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 59ec7567ed63..83edcb5cb5db 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 b4b485323089..e52fde429f60 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 dc7eae3ee358..7b937e53597e 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 1e713eb3dce6..eb9210f2608e 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 7eb4b6a7e29b..cb9c76c8f9d9 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 d88fb3b1b4fe..6cea31be15a7 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 90ffe0bd1442..59ae865b9eba 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 29bcc46ec7bc..575cd0287a74 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 30114fb9749f..db0f81a66b44 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 994404eb8030..5e8fe0b8ac39 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 9845b9e6dc83..9770c9b2c1a6 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 7a1f8d1d4b1e..5d6b09e971d1 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 c4d49c7e7632..929261d43b6f 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 449cc40314b3..5c05e5ae47e8 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 516eada97eb1..ce9e97062425 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 87357562d8dd..c439b9499c81 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 fd3c6c35eea9..6c02f2afa6fc 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 711767a4b985..dbd85990c0f7 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 5241a60b9dfb..88fd53bd74bb 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 39226a31c7f5..71e23b401c23 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 43d360ab8698..fe3c6b032205 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 d1be0ee762f3..ce31c352d7ab 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 27a3d6e80302..f78276854dfd 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 506240d25615..4cbec8b407d6 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 61d2a61bfd8e..64e3172c7365 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 40e358171579..79db3dd3e9a7 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 e2ab86953855..1012fc797464 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 10eda669cb94..c5d503980f1b 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 80295ac5e619..95ee06ccfb41 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 15dd6d11d3d4..71d85f1abd6d 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 f2c7fd1ebba2..403599b24c5a 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 913d1df12109..8610f2b8cefc 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 dd7cac3367e9..969fcd15a63b 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 7a539d66681a..7ac67817b983 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 5baa48f8d99a..1bb9483cbd79 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 aab958565f4f..129fc2320748 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 efecdf3c2b6c..5738eb35212c 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 862bec776221..21f1d012316d 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 14a42e57afb0..3b69c31f9f51 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 3a1a99583a8d..b547a77ace8d 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 ce75fc10b9c4..4d7c345efbd4 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 cc8add9494f3..8f4dc31552cb 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 17ec770c6e50..e9ba8e53200b 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 4579cdb1d9ff..bef5543ff501 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 6f58c298d819..c7e0fbfec377 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 25c8ed43b5c7..c4340f2e53f0 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 f15ecd38d599..01254a511228 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 c6ef8205fb62..f70dec3174a6 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 21a75730bd20..a737061a227d 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 ef4690e95a95..c7620cc84bb3 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 022ee9e2efaf..2441906be346 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 12658f512bef..4335e3744727 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 7744a81e18a7..291344aa10dd 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 428a246a3d95..f332171ca3e0 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 067ec3ecfa68..6e600dcb5abb 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 4e143cb21bb0..0dddead6eec2 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 a40a77ed3385..fcacee5c1617 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 f7b271b6b771..2fb9b0c31184 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 33140ba1b168..f964a6df0aa9 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 b29eeb71f695..9b3bd268c81d 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 5a26ddbaf658..636a4c9a741e 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 a265a1934c71..0be18d9e2025 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 79743f223783..aefeb14ab436 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 f2447ea01a95..25fa6d1a697f 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 60fe10230463..8157a6b32f30 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 6f98b8fc558c..8fd32610c051 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 8f7168329f29..a9ad29392971 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 cd9ee63c3bc3..f0f553720742 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 b5b5fc5444c2..617d3b5636db 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 5c2c608dc749..812306c91b71 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 9fb51df959ec..0061f754e5d9 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 05b8ad414507..949d1250047a 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 d167eeaae544..dcbc42eb8e39 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 73faa4cde2b2..4ac13ede7db7 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 0cdc8a81447e..89bbff71596a 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 a4c22a1aa4e8..ef20489001b8 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 312c2414e3c4..fafaaf9e6d03 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 10b462556386..47fb61963989 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 4086fbc58b2e..1b3a6dde63c0 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 2b4a7fd20d49..aaef3ffa4768 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 4516f61d2075..9fa70edd3892 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 4e6219e1f9a9..2e2258b6d2ec 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 01052eaa0d2f..5d2d4ce66ec3 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 65d7e7e75b14..75cd30596ea2 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 24a022c89ff4..d42ca0b43b22 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 421edc6fdaf9..b6e07596b03d 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 f86379593369..c22558591def 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 e59741db3f9e..7689a681be5f 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 b90148b41b1c..fded7a65153d 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 baba14859bc8..5e6027eb506f 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 c053d34f3d69..15a426222093 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 c36409c37a42..7721b23b5aca 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 8923433c7f42..678339697c81 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 3b7a12090565..03b40649a551 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 e04da6d81c3e..e651891ff910 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 bfe1aba92f53..37fb4eaddcf9 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 3882757d6beb..728ccd209046 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 8221a045cae4..f08cae3ccd68 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 e02efbf20479..0a7d5284de4f 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 cd1564bcf547..15fc2f18d2ae 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 63fb26c2f5c1..419c40276f2f 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 803b715abd53..5240f2d59fe1 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 4b215943c05c..5c31718b1934 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 d2146b3a1ecd..7075b1f69473 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 561c9e1ae823..ce9ff86566a6 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 6ba06e865b2f..666e88d26edd 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 610e89325e14..e3aa3f51a853 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 f9121b16e58d..982d7af95bea 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 1a90ccee126b..954b06a0a4d0 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 bfecd80113a1..5a25e010fec7 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 b6b4ad66d0b0..0d749ae4ee2e 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 467f4c0259d2..f0a8604de401 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 8a2dc0675fbd..3c344c5829b0 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 17541f6fb398..7f5a832de114 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 60ed7983b2f2..1ba486d9e2e6 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 bb483abcb817..4c0a571a1600 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 93ee4a74bc19..18217202dc4e 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 fdb8464d9a1e..0ed2ba93bd48 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 db1cd57f6923..ad690a4c217b 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 4bb98d0867cb..be5c31698a76 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 16d656bb9143..8da6c1f91562 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 9d91bb187409..fbb8e1a88afc 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 97f58bcbd761..94378a1215c3 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 223436234abe..1f3f6c397c5b 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 5e9b65aba0bc..9e75b1a10f4e 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 55e4a5406679..4b5d2c7dcc5d 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 c89b2c21e5c2..54df0695987b 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 3a3a0d619f99..47635da80ccf 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 665e18502e58..0bd48fe5294f 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 035754e3f96e..514dfd3a276a 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 41b7b1ef106d..cdfc46a56feb 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 efd156536a8e..2c8f854c8bd3 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 ae214d836c23..bf582944a1a8 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 2ff47d13d76f..f84ca7554e18 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 071ef8a2f330..257a810c88a0 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 2b85c3907083..b92a6ed261e6 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 3eec5bfff8fc..39d54add2c47 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 9da4c4b57f0d..13c58c35921a 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 4c43ff752486..ab71336f4724 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 94cc1d11c6fb..5835ea2c54a7 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 f8fc2b3e2649..e29e9b69acf8 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 fd612558d317..20d906030f9b 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 6c7dbef5a8d7..58e91cec29a4 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 79675ab84b8e..bfa9137ce9d1 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 0a73606de3ce..ee73511971d0 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 acfe7c698508..741207509e5e 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 ba12226c4f0d..5450f1267b7d 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 7dae6feb75a7..c32d043b2bd6 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 071597c20e01..e310a954a848 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 23404098c7ba..89a1e077e3c2 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 d6355ab6a29d..6016fce2e141 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 0773fdb812d3..79952745684f 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 248b6f048182..36b8154cf6cd 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 c9664aee175f..a07f2d692aee 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 afeb5f06002a..dd46483a9837 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 161cb37ca779..6c281c4e2cde 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 e1eb532856cc..d20c8aa2c5a5 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 3193fe7392fc..c2410990ee04 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 6554a5d18304..c532e0e8487c 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 6aaa7a342d5b..77343d6bb035 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 f5df16872374..c39878970b0b 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 91f037ea3807..a1d244637b23 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 d17dc01dc326..5ac8c5bfcce7 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 b7926cb0dc30..bf2c13fd2949 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 af8e46a16edc..bca9bb237949 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 e1300810ec91..52a6115edb05 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 25c00830fc4a..9933de6b9202 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 ed5e177581b8..960b3a3b2535 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 424e37388e0d..558676756460 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 1936c859a676..0696ed82d042 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 16621c4d9daa..6c35180ff308 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 6c48eb3fcc97..583725375be8 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 c8e63d811240..3ad33bc859e7 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 ccc0319a4598..6f552ca520f7 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 2e4d2f0536e4..715e4359ba5c 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 675cf4a03131..c27127efbbf7 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 b5311d6c3f3b..2df90a01570f 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 5ca158a3009c..f35d1c8038fc 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 e7878b5f41df..435a322719a5 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 9379f7f7a0ab..5b93935c1cef 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 d4951fcb1452..742abf050817 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 343291744513..608ea7e1945f 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 430713de0afc..848223bac783 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 2d72f5fe1d48..817ce82dafce 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 cdbb2c605166..b41e7b6c0f82 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 f2ac410e6474..3a6980abf0fb 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 ddbff027a221..72432bf50ac0 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 800f81d03089..7fc63135c546 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 2a3d72695feb..e58af5ea209d 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 5907739ee99f..5aee9ecb0fb7 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 3f44ac0adf22..afebc4caf354 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 b8fdcbee834d..c9b226bb7604 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 13cd73c776dc..0188181f1fe1 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 c900e5a84df2..b0f59917e032 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 57afc0e90d44..2ba75695c5e9 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 e13f6ebda419..6a9c3d5990f1 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 c3f7335384fe..7b24041f8fc9 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 7f3bfea49be5..a8fc9fac2d1b 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 b80df10de47c..4eb0ebc1f906 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 df15dbdc8131..db1f3b72ccdd 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 83481d01eaf5..6ee680a322a4 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 a63b5394c900..6f13e55bb415 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 ee053bd0c633..480ffb16b4c9 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 e3c9187caf84..be4fb0b1fd9d 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 5997971fb877..7ba9af9ceb9d 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 9a3724775f8f..a94a19760922 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 31ac3781b74e..3b49ed1bd053 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 ae31a4e0edf4..33b5d8cbe852 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 97f674258d5d..339bcfbaa252 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 b8382ecfcbaa..0831aae45c07 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 0f49c6ea8c52..372a567cb32e 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 8a752b8d0d07..934c83493ae8 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 3ffb2d53db20..07d7d9e29528 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 dac560aea17d..ba3282e6ca96 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 a1c0e77a1ce5..856c1fe8dac6 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 5f2a482fd960..ec3176ec9b33 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 64203eb8f6e0..59d363932868 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 a8b41d0c0875..d51e3c1e0399 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 bdca2f280898..9ca62dd3a239 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 c766b9cfb5b3..1cf4d161ef89 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 0fd7f49869fc..924716c4f1c4 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 f574224027aa..6c7c01571ed6 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 1b7d9dbe6cec..af59af5d6aaa 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 30d0b50fe876..eeca6333cd62 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 db538f40b342..6d0c83784f5c 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 a215ac09e4fe..9cd0a7d25e70 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 49cd93794d73..1204dae5acd9 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 74a5c80a7fe0..9f315a786aa5 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 bbd1cceb87d3..6407869911ba 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 a5c9b75b44a4..c5155145b6e6 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 29bee5f6d1fa..594aace58ee9 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 5db5a25ffb55..6815721c860f 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 49edb9d9f985..fb5771d83cf1 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 bc5945a2ba87..341424f73464 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 23ac4904b73f..36251e93ae7e 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 1f5091420cf9..813168a74511 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 8be34d5bf8c2..d00b6add5447 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 02736b4450b6..5e00b7fbd1dc 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 0df5fe6de333..43e93d7b3d76 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 f43e0200d05c..a8210318347f 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 f8680e5fb11d..9fcdef84c6f4 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 77d63c23530f..6720512a2ae6 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 3f5a7c161488..fc1a766c711e 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 f8379d7c6125..616e46033545 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 9fefb05afe90..316fe9ae8cd2 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 e0c2c32b6ad8..00fcfe596d8d 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 bed459cd41d8..2c1c057f7eec 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 bb568a1d572a..9e14133b1fd4 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 84a6f8bc72ec..fd22c287e0d8 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 50c8d24a50fb..78601541763b 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 b12128865455..94be1bc2ce1c 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 a787cdc28088..2a8198c3b623 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 b52d14c3d9e8..49e78820d17e 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 a29c333ef5d9..88c360c23049 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 0a3224845955..46647dbf5892 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 d86ed1876543..e9dbe3c01ce6 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 748d9c224487..212e9680c786 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 6a2d8edf8533..dbf846914b9d 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 65e7e3d49810..f4ef60290c11 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 947be6450949..1ed96838d601 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 3380268ef43a..83f6c789656d 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 fb6cbb1b7729..4cbf7133fefc 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 cf06b974681c..674fcd742899 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 43bdb3da1740..6a80dedfa02d 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 1e9a479e80e9..e4469ea1ef5f 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 2a814324c431..a389c85492df 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 64c8c97f8455..4e30e7b1605a 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 a72ef647ef91..7d8391f48e36 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 bd55689e9ff6..88d1d5905c35 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 c054b30c4c64..b82472f0e662 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 397417bb6a0a..63caa5472f78 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 0f7c98eed6b7..feb1a5057f08 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 e912a694a4a2..83a582f6275f 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 3fbc47d0da9e..a9e54d582a76 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 ce81f3481b0f..a1278abae8b3 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 bb3bfbd3a489..abe201fe56e2 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 f61e75a2ef8b..36f744d77e32 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 45dce8414715..cef84ddeff8c 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 b03e4f8a8f9b..967a572b5016 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 c431c6d69f5f..b2b71ed54087 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 b7f592d42969..61d4d2eff3eb 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 109bbca25401..8c3f658cec8b 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 30a170592622..c4e5dee1264b 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 1d8c7adcf2f1..d467a2bf9e86 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 02467041fd0a..71c69483ec56 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 1dc391d4d5d6..4a4d55190522 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 f20e52a5e973..c1b975279e3a 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 3bb4a5386e25..6358a310a330 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 e58523e31acd..f379c9f32eb5 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 0bb46de185e6..2b7f90a95d8b 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 54a8df210d96..238292c1ac25 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 d20940664328..afa88ef545b7 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 2d6bb7317b17..210a7bbc12ed 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 0fdc38f5fc62..d304da85bb99 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 0b0cab8e647b..10f217f11431 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 45a464bdffef..c95ca112b9c7 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 da814c10e6c9..3c8c35df8cda 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 059b00228354..1006bda09d5c 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 27e13a4f03ed..151bfcf47a3e 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 f71a4ad1f527..a45322af46a1 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 bf4ac3777c50..e75db803c4e2 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 e6a0527377e9..ddbc5e13f3df 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 efbc341a21f7..ccfd497b20fe 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 808d4716683b..1ad4a989a86e 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 9d9166b8ccea..0ef0e9621fa5 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 ba9b87747cbe..d9fcbbefd64f 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 353fb960ccf5..81539fb8d6be 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 0e65afb221e3..7a20416f80dd 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 a929c7fc0799..46bb5b2c5f38 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 920ad46cb6bc..2aa1cb9326e9 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 3b3129c40d92..8916bfe33356 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 942ee292818d..9f4086545024 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 1e6c34a07fc2..dcee6cf3749a 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 e38c1396b82e..db36381cd85a 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 f177df483340..0158951ad7c7 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 0a569bdecef6..29b663f5db72 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 52fa4860ac42..a427023a6c66 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 6e04a2c814de..c2813243fcc2 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 42aef73f6abf..742080195c97 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 01c11e1e71b3..7761ffb77f75 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 d181b703b24c..0e10db966fe4 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 46b45fbccbc8..b3bfb009a36d 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 f7a17a33e646..f969efcbaafb 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 0aa025ed36ee..982101839431 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 9e4f88daf1db..9c3b2a184828 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 5cbef86687c8..1bd452a37280 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 a8d29530f1c2..e2f2823bdea3 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 8e99f5af1168..ed4b5f455b0d 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 5efbdb9bd99c..78279ac0e177 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 3c2e695ea816..451fcce7ba7b 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 5fb346633a5e..d3820395512a 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 00e64dd55a7f..97d0fae89692 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 e712ef4dd9ff..5876f4afe6b5 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 2042eb35b824..69dfb2a6cfe0 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 772a2d88d848..eab27ada62ae 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 390908a8fd12..94c34f12a63e 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 446349ffa1a1..0b791403522d 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 14ac14b3d787..325cf3f63f35 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 2d71f5f91d05..c0edc96f4c9f 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 c31cdf2fca07..a5119d9ec4fd 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 5c057400a86b..f2233f3b1ee7 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 b4758067be27..d72d3e14b7f3 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 0384403843f9..272d4173bbfe 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 97491d216ab2..559b58ef0412 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 19540c793bb3..6bbcafeb2845 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 cc42f76346bf..8a15ad17e7e5 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 1f7b008b3545..7d9b3b5cb28a 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 c07a14ed0037..e1923cefb8df 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 5e1bce8bc86f..02d3688ef86d 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 06646fee1002..01bc50ffc875 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 98d1070738c2..a0ff8a68479c 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 34fe07ecbf8e..5cc724074fb5 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 c3e695cbf29c..1677b43588df 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 6e644bed36ed..eef65f87f36c 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 8cab7cfed223..1633d776c742 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 632a1944427f..163030477ccc 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 6dc6ebd65a62..917114dbd401 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 f14cd448d4ab..e91642bc115f 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 e51a45592b31..2548fe3eb429 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 739ba9a4c1e4..ebaf72540b82 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 04d85c43b241..0902f2a732c6 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 e33ec8b63141..e479e99dec74 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 595600017f3c..64505a448821 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 0c1e04e1d02d..c401c1779235 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 60e92a94dddb..db20ed5d706b 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 9811dcc739b0..9c54ce08c798 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 c24305d5bb5d..08e465b2aa48 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 ed397a1f745e..a450e7306667 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 8e8ccf4650cd..8449f7bba818 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 2798b8df50ed..662b36f171b2 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 0bd8f25e4a6a..c1febb10a41c 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 54e8655f123b..b341eae7f34e 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 d2e07fd9c97a..e4571421c071 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 469cd44f72ac..3676d279e85b 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 6a5f0edbf275..5de7bc7f4d48 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 1dc0790108da..96ceb7b7d511 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 e58a72b64c6e..e6c1e8a8aab6 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 dcbd43c883f9..18e38132479b 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 20246c520b76..98d361f6997c 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 f01c95c708c1..fceb878b2d78 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 8fed460fd92f..07aa4e981aa8 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 6d338124b4bd..ef897f712e91 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 2d844053399e..cb08903a7e43 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 8d9f2b0d4156..ef07049bf4eb 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 a07e4fb5af17..ea96428767ef 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 0f2895a726aa..25ef73d0940c 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 c220f0e21253..6013a472ff27 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 967799e25b59..9650bd7aa98b 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 6e0a485f0eca..6cbab9916287 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 0bd20dcb901e..02a200187ed1 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 a6cbd4d5a9bf..c03e813366dd 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 37315fbab4df..d7afcbeacb6d 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 c75fc7118cb2..80023d7be94b 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 941f41bd650c..4c643d065233 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 bdc21b58e721..70ea02317af1 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 43d1f56fae89..1c6cb84c4e08 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 9e99118675e9..d7f95409a39b 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 a6ac0e5c0a0c..33d298af37f2 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 fe3d3fcab33d..bcb2ec341183 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 c620edab4bbb..e71229cf0f07 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 fec81c91a898..4ad476a39c19 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 9bcd48c2da2a..8f2e23eade14 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 1f5c6bb009b8..a0c0787a4f0b 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 f2a3b93e46a9..cd15ec673594 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 69f9268bc49c..d9970437a738 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 ac8391be54d6..ec86698f5dc1 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 52b2bc803711..e60cf1aab5da 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 df7a262aafe4..af6a2444a6c8 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 0ee14c53465c..b5d2d578e179 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 2469770e095c..0cfd53bf8a5f 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 fb3fd0acdeb4..40fcb60fd586 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 e6c99866d5dc..7d4060524d4a 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 5c31ddcb9ff9..9775f2223c00 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 2544da735f5f..b5a0a2f8086f 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 01353243c41a..f89b255b65b5 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 ae4f03054c1d..b743372e6324 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 c46aa93c3e75..be8694215245 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 12375033d715..793cda923504 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 3734494717fa..424893508998 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 c77a3e1dfb08..f3502677526c 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 aed6a37aaa1d..0ce7aeac7e8e 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 532c8aaeff87..ce4828f91440 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 d1b206e8b134..ea1de8735976 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 9ffeeebef350..fd535484713f 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 ec493d2d3045..bb14407c9b0b 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 2f237cc239da..92377d3547d2 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 d704b4d58466..3ba2f343d04f 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 3d7ca6767ee7..d8c0aa53d763 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 b5e04358785d..3a0faa3b4e23 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 50164df36f8f..cf7583d01096 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 3bd6f6b45a84..17b0b2aa436c 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 f135fc3b24bd..24816cfa0b3c 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 c3943a80aff7..1ab9c91d88ac 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 8d2b7614dbe3..1f73d56ce3b3 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 2bb213d79046..cbbaeef4b121 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 d22278ec599d..b9fad42bb158 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 65d7b37803c1..21561121c127 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 6f2ca5ff65a6..355e8cf9d3a8 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 3d8ada70e543..954e60bb828a 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 fedb0bfe9f10..5dfe2709c138 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 846297ed1068..21972c9ad263 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 6c67183c75d4..966713fd3fdb 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 188fed646864..632428f4cae7 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 6c74e682c799..060e9b740659 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 1b50e64ba245..d8a4d2ff462d 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 6c37f0171004..6fa011aa8cb1 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 0771290455e3..6c88936c87d1 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 08f576b15097..cf540610c072 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 0baa1104c299..3e78da96846c 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 825ab8d49d45..4a45d6b6ed2c 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 1e9459eacff3..0523f05d81c4 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 3b802fb213bc..96b1540e2e1a 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 3045c772dfdd..1a5450c0ce60 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 6e75f9d46bf5..2ae578809eaa 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 e470f89bacd5..dbe445bfa15f 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 3407f69ebcb5..a6db134ab7b5 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 0c71a7580996..eb5b0256d75f 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 4cd586542a6d..641dca235d56 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 3fcb3efde4f9..9a1b1104cf91 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 7fbd08b2e09c..29e385740e09 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 0bfe1120b423..67f4b8deed22 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 6675537fd41d..b8c87906d95d 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 d304f7c60dd6..3330e5ad0081 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 aa44043ded7c..64ea8f0c5d6c 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 617221fafe50..642b0754daa9 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 8f9100365220..0adeb9c7452f 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 aa5f43b1c5ec..d6506ecfa6b1 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 e2ac98f28742..de941f12c73d 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 91a55abbadcb..aca8de460f15 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 864f0b32549b..08e8eb8397e3 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 3172eb8f7ead..bf3cd4cb8762 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 d203ebb2a484..8036ce6c385f 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 2b5c54771544..8518defa3190 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 5d0c4b843b9f..b85fec5e4241 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 19c357f692d7..262bf624ace0 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 14887f5485f0..54a21dcd46a2 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 1eb9e224519c..1c4e45fbbefb 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 f34c983c7434..49f1c121018e 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 f2cb51ff8684..c69fa30b0082 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 e203d5662d8a..b796fc85ca71 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 c1283fbfc112..1cca43d08e5a 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 aaecb71eb617..149b4ae68f03 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 cab7d7718c5a..c5db10bd4983 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 ba4d26862f7d..8f50176348cd 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 874ad0aca92d..c6cf0cb7f575 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 b794a44294b8..88e8fa33ee31 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 3d21967d0550..2a1f95c20d00 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 49dc96b0927e..8ff2964ec0fb 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 fe9172ef6564..96d8a983ebd2 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 01be820f9886..3ca15eae8cab 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 4acb3d7149d8..ab417554b319 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 68fb32b36664..6d1a43824fd8 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 4a86874d86db..78d93c68fb95 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 d5a5f2c60b95..f323583ca7eb 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 5c771a1bea19..abef8006190d 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 4ab33faa407c..31a6663f0318 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 170cae289983..713dc05e8fa9 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 8688037f156f..36944febb5af 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 fd970491c45a..239aa544f8b8 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 576bd44f0d89..18b9ae4db6fe 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 3493e67a1a7a..9276b3998b5e 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 47f443d27c61..c09eb3c03649 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 6f7864e9d84b..04e38948a0d3 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 32aabce2c0e4..3b8b537482e4 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 454c13e2373e..a576346097f4 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 682fe29c60f1..6dd47cfb2bd6 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 cda5462c84e3..6c53ef69080e 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 4e09360d53d3..62d18a4fe3a6 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 f24e4fce3efa..2da6126319e2 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 3554f36f3333..a1a24c20c954 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 9a019891f841..9707f1e92526 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 4e2055cecd58..2e55d4276abe 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 ae5ba9f9fadd..420a35eee612 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 b4ebb02b5357..014ffedf27d1 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 7397a0df32a6..e9129985ba41 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 97d4729d53e0..ebd783404a83 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 081605d863b7..bd5d0d98b90c 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 fc7ed524eb7c..32a80183efc7 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 a08f09850cd6..94fabf2b8b10 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 7b37ae5a481c..97d54006f7d3 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 cd62c0962fe3..c637a3d50498 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 2b5e49b530fb..53ef8d11119a 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 233c236bb3a1..09d3aff9bd71 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 765a4bf8b74d..6e039db7ce06 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 ac0e4ab0d15b..d8013f978285 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 965c08044c56..03331bbdb55b 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 5659834cefc5..e8094655398c 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 3a12b67385ee..eda2197359ea 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 eaa96e74ff46..e2e48429fb6f 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 9fa1ee5f05b8..afe0af80449a 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 d574b798561b..bf5444ef2d10 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 0cd16da20cab..e47ac23d4523 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 8b993670936f..a28d4e6ae7b7 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 90b257d23c1e..a923c3b7ea9a 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 a527bfda2273..f9d397338723 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 b12275305886..f3a2c0e276bd 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 c32b011132cb..22081a3f3787 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 34a1413ed125..b4389acb1e4f 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 1f095a930fb7..6ae12685e3d3 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 52d6dd7d9fb2..6c36cc570fa7 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 a7927f07792a..a90bc9208299 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 92e531e20812..e1de905988db 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 f17ca658b036..bb52c6d703b1 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 2329a240927e..9ff1e0133046 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 bc182b5b9ef2..314c3b357ed5 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 34aa3bbfb28e..e0ce274fa05d 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 06de36cc73b8..150841d5a47a 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 7a250e632e71..8fd6135f6442 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 97fe39230f1a..345b31df5227 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 07f2940a5a87..41fdba1f643d 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 c35ad9562633..074138b2dc27 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 fea60837e039..95a8a393bef9 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 8bc3559712d8..51abc74a0cab 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 88f32c390f7e..6d1408bd845c 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 b2c3dfadc466..9184f6944156 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 0277e67d50f3..4cfba702cf78 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 fcbcea826d47..29e5aba78eae 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 12e3a7f9c6ed..1b1a248ca7b6 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 94770deff34c..8aaf8fa97bba 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 957181f9df77..cf8d18b36614 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 73d3402851af..d741379bd245 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 2197dd27f49f..609fe39bae67 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 33619ed43f82..3888aa6dc26f 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 ba73101a7775..e9b9648ff452 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 aea381c0cf24..4f5a201e7741 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 75a7d0d49861..26ac4f3aff1f 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 2121c159365a..af4974ad5c98 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 1ef054eb76c0..b95607a0e796 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 6c3702b6a674..f0c87f4a78f5 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 2f31265f8930..d6b5b12f2d0e 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 da8e368bed51..3d78c7f436e0 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 629d9c6ec9d7..b842c922bfdb 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 625251944915..ab3805a03fdc 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 d74b48ac5d23..85deefee70bc 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 28a28dc1353d..043a42b2f1d2 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 710ea554f731..37060e48fe39 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 d496cf4dd90d..6e3d862bc5e8 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 139596ad2511..9f7fcbf72b25 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 1e7683280a49..f3e488e5f73f 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 d39705cebb25..3bb9683b8d9e 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 2fb40c4f4ddc..29c81fcc1c1d 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 da04af023fa9..a95fc6a01a33 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 695e190db296..3dc9c0cd1d12 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 552867c7900e..cf820aadf79b 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 bc7ccc2f2f90..8ad371f24d76 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 c7d98c1b1c42..7108f48ed378 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 fe799678eb6e..7f62df646c47 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 b6d97175a5d4..418a361ba743 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 e0a175ee4c94..b2fa656b7130 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 4c5b7b1a28ce..95b7a2f1d9f2 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 ebcc7b51c73c..ff49cd25c290 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 f43f56a2f528..b5d4b498f3c8 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 156ae49536c3..fc5d550c271e 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 e36f68100677..601d666474ae 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 8428c28e41ec..81b9440a1edc 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 9571a79d5da8..a83905b8cbe2 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 fcdf329ed6a4..55d1dac0a7aa 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 1bdc896bccd2..da8b32c4e106 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 84318b63ac14..2aa7bb3e4ac7 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 d1edbc8ce8f5..ed012169dd74 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 581523b3f645..21cd8b4af2f1 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 d6d19e819dda..68f370934a84 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 c4bb1c869241..b45120ee1a85 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 6f9517562fac..75c3c93a05a2 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 5466e7306672..c25dd258f2ad 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 cf5e215a5b66..4b0155915c23 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 f6f055b21a9b..5677ecbf6c8f 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 cf1d083d897f..dedf7b6cc72e 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 43b87c874301..c03c6145644d 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 dd1e0b5d8962..6fda6ea8c008 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 4150c9424c87..3f178038ca3b 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 6bb4c089bbc2..4c56ea033fd7 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 23e5f36d80ea..fcc95f5e0d36 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 33ccae77858f..32fd7828c677 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 9ae1d1efb584..9e3ced703b4a 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 67325a3b8474..8d219eec872f 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 39ad1f3338c9..a79cb9461ffa 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 81f1024beace..d2cd3c15f0e4 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 99d5b6cc0bfe..8430c204d760 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 001c677121f9..f7ea22b4b067 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 2a91213ba943..bf6a2fa2499b 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 8bbfe571d0ee..16c1b290f0ee 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 7fcd8ec1fc01..3b4dd40cd857 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 49a816dccdf4..a349478d5218 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 9651948a4813..48201abe9bac 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 cd96732361c5..c601481010b7 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 8d925a623f57..ddf9d0e3c086 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 d8815cf9fc0e..62c1cc053d4d 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 d2c5e0af305c..3c77516209fe 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 831e5d440d20..ff4bca73d7fd 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 631c8f45b061..346eee32c5e0 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 9c0879d04da0..92f16411dbab 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 6d6db0c48ed9..03c95dc104c5 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 00b566f9f983..aa8a4b78a421 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 ff220421991e..04da45dcc93c 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 d2646a3df226..8b9f6b575f32 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 a1ac8452a783..7b4a8ff99494 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 11b59500e47c..4fa9c6b62aad 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 1942a89a0b2e..185314902643 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 9c8d21b549ed..705805ffdb63 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 b5deddb92581..fbc216b0252d 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 ad7effeb320c..94b7562b9285 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 d068b63244d3..627499cbf81f 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 9bca04cc0f14..19a2805740b7 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 3f0c489c11b0..0fc62d107f57 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 05f4bf1bb690..3279bc6de45c 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 87f8f0563df9..f9f2e6600635 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 50459591fb96..1d0afcb47d92 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 d481fa98be75..f76c235afbcf 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 688aa886a69a..a5c60576089d 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 74575b43f5da..82a1261c017d 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 0af327eda6ab..e50f8043b64d 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 3417d977b498..96598524618a 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 0b933fbeada6..b414045e068d 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 8d9f605a5e1d..79c0afd7f604 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 9542b5e20749..a1df18848e2a 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 bb1edf042566..9acdcc2a0980 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 36d2ebe2d1bf..757db9ba0c17 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 af3fec16b4f9..28bf78bc2bea 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 05fa0fd1f054..018e91a1763a 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 e7218829a2cb..7fb497ba1f0d 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 05b2b171034b..812f0851dd59 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 371dfa2e2961..8d97411b19ff 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 34a2c7701941..2bd1ead78195 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 4de4d981f475..8c2cb81e523e 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 45b7ad1408cd..b11a5a57d92a 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 7ee3fb186c4b..07767e16690e 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 ad9001e5f189..e57c028a1904 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 e1fae28456cd..f03d5f5589e2 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 a2f2d872eb97..54507301e799 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 45616d9bb9f5..8019ea84031e 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 3e7e65ed0d09..a61ff1667530 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 6c73c911f272..24ab0de823c1 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 e58f53bdc2ab..e739b0d600ff 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 9c9688317cdf..1f269e729dc1 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 ea10bc296ce1..c658f4faf0c0 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 13f0e15226f9..78a5ec3ebf10 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 cb3c3fc28780..47e1435c1a54 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 00e614a3d7a7..8550e59e5bd4 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 bee329a8b28b..7287a225fd8c 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 150d848cc4f1..12c83b26ce69 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 9d01f21a7816..eaf325b0c035 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 b32d8dae2afc..af1aad6b04ae 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 bb15e3b991b8..51972fbac39f 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 755364eb6d85..fe6fcba81c10 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 a75e38654b9d..d0fc0870a41b 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 c96a8ae4ac1f..032b5b03785c 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 b549dffb4a00..8e4577b49947 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 e2c23d113587..b000a4c0a728 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 f5274b0fb856..41bd2dafe7ea 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 baf5546a0fa2..fcc4c4ebeb93 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 91bf549b8801..ebb7bc6bb134 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 a723823862c5..1f042b276e67 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 9fe07a93c555..741777b2a355 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 ea9afcb5901c..96adfef4705d 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 85549f06b119..2cf743c11bba 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 961c1305d8d5..7046dcbc04cb 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 61472a732863..a0c927a099e1 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 d74d0e492f6c..806a7c79e9c2 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 267588bd6000..7ed0aa1e1031 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 02bfa84ea7f6..77282e35b62f 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 0889731eb406..d6285830161f 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 1277472e670b..7f40b7247f9d 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 f79728c647e9..211ac76f5857 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 d8add4493ea8..fbc4763bbb82 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 9236bbfe3500..e2e1c2aa171f 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 68180c38eb7c..e3b8783a5836 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 dcf6d2c796ec..51f738ea5790 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 f5a93771911d..1f9126500cda 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 ac35ab6c797e..2eac4ff447fc 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 4e51a8003373..d9d33b64439d 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 c1f904761738..0621b8662df4 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 68b99ebd20dd..e872bf17e7d2 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 154792f5c563..6432b62fd0ec 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 4d3b7868ff58..f862bde5165f 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 45ae4f97786e..b51d4b2d950d 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 af5a2dfca824..bbe8d1c5e55d 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 09808b267c78..376d75b5ce47 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 229ea5a9a1d1..b27780bc7e75 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 0fd1ff9cd1b9..45c5171bbc8a 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 12adbee6923d..b6046e67c8cd 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 b3cbdb9551af..0a9d76ac6178 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 6f556b468ecd..65aecba26d7d 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 c09dd42d8027..165982a54285 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 1f04a3df3fb7..faf6e9a50d55 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 a1ceaf07c64d..590d14b4fa2d 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 3a569d5514d3..f30356a44c6b 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 2ed53a148187..f0c50a536398 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 737730d2765a..926e2f8b309c 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 7fabc748b432..2880d86dfb92 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 a6867ebdb15b..c61167576530 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 ffebbaedac88..7fbfd036510d 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 83299c1d217f..bd38923ca840 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 f9857f9aeea9..0a4faa52824b 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 34300c691929..3ea3ea8612a4 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 de6fa366fd92..248d9f83d929 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 4bc83eebaa52..4977723b4b52 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 13f730de80a8..f932a79a1265 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 6d7eecc9b3b3..c5abc6f7822b 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 6f46534127ae..54128cf1fa84 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 79b1f38442d5..03f9ea0812e3 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 fcb1e239dfd7..c639a06a1bc9 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 1da4adea262e..b0566bd1a367 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 fa95c8d167ff..b6f055f8c55f 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 19a957b6c2ce..4fc3341bc575 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 9affaed67090..0ac1982247d7 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 0eb14d2aa563..a53423959200 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 cfc7d3fd6abc..b432c149b9a0 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 85456833715f..c82459eb2019 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 115bed49d4a0..16adc5ad96f5 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 21e401400998..0b5efaaef370 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 c577e4de4159..0cbb1fa74316 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 ab0e06de510f..296e73db12de 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 abe1200fca4f..4dd2afa50b0b 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 1983217290d9..4c6e6f3f0e67 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 a8816acfc096..1937e79cd25a 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 53e3d0b601ee..8768d7373d78 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 b8f004b03884..fdfe1631bc43 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 9d4a9e6bc662..8bf1559b1355 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 2e487c464ee8..e0aeb07f24d1 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 22bf49b3ad2c..c36d8b7af9c8 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 f11d06479969..dad1d58e8166 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 62eefd963821..ba27328b8e6e 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 37596f9c47c2..05bcfeb1a702 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 462df0f3eec7..527fb49a2159 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 3ab64309a614..140b456bf85b 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 ec317b0b9aef..3b10749a8088 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 5ce46e23b75a..e2c1ba5021c3 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 f633a1be22a4..1645cacd3029 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 de33933e30ba..4676c72511e3 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 d89174bed82b..63a81ca82708 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 787563c14638..613becae95b8 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 9e151bae8e8d..6be51575e5be 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 1c3ea8d1548f..b7d9f57c3e07 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 9566ec933ae0..e6834903b855 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 d8142635e377..1cced8b39bfe 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 6fa78bc266e8..b3cb90e2229a 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 e1d857b39bd5..2f6a592adbe2 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 cc6dffe727c5..a9ad63bcd779 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 cab8c89de7f2..ac33a5223808 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 810305beea1c..bd4fa08a891d 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 e32775034016..a9767d14ed46 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 1170cbad0b15..6c7eae31eb09 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 46716da7dfa3..54392df83def 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 948991559b16..692d31a2e3f6 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 5afeb3074c16..add144c07f1c 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 9c9bebc616a1..bcfaba98cb14 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 1f93af7159a7..4e3ae9c7a8b0 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 b6f66a1e392f..63d3a70dc763 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 489f5a4329b0..b90a3948e49e 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 7a9fd460556a..89d6eb841b6d 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 a13938599058..0df7b755c339 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 7620751ee0c6..3e9bac2df9c5 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 c0783349cab3..6fafcdb07b83 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 3aabc1c786c6..3fd50faaae1f 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 51eeeeb36c69..ad52c8c770f2 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 1d8e0c603ec2..e7641c0240a3 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 6b2b6f81ea97..8ed523d1c82d 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 c58b2b666e50..dd2e2564cd63 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 33b6be9b0032..4df261ba0c3e 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 429d474ad303..e7c469d600a3 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 b2b70b4eba34..c4c0ba20c242 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 3b975d1dfa4f..94c4ec8776bc 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 6e5a67a34015..d17d293bf2d2 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 87884abeff35..67a194e72660 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 18194203b075..7259e1301f40 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 7a3c0dad37ba..b837066dfb0c 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 88e4bd158bf8..eb861378aaad 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 39d93f329495..17a0c0de857e 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 1d3f0ff7c926..c8413989b158 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 59ca3deffd50..3b19958e231b 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 603663f9f34a..c0d26f237401 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 a25d3a0e3726..9d4478d59f15 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 b9ed3baba4d5..663b1c6113de 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 6c1424aec4ca..6fc04595c461 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 98a304ca4ed0..d3b864d288fb 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 642eceb616d3..02ab83f298d0 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 e376f4427295..59fb098a52ac 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 16e003a9384d..06af87a2f793 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 2894d29cdf35..503989dcafab 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 85149655fb23..820546cc6ff4 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 186e79bff134..8426c0f55f20 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 6959e940193e..8cb32e3a0f33 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 15652ff9d167..c091c64ad8fb 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 2e08f70d3897..19d659457acc 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 26b89b3da7f8..04167c9f8520 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 44c457c51938..1ccab03407ed 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 aaef5310c4fc..0934742fb2ea 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 3d873c5c3806..9afe4c4be54f 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 71ef64249fad..4a87f26348a1 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 301077641752..b911b2433d3e 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 33a24026ddcb..731ccac14f07 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 561d40132913..1747e66d1109 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 b94b4acfb1ff..6bbee203e18d 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 1bc7f565fa81..e7e8e97a79e3 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 b66093950102..3324b7e5f3a2 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 490cf17c0446..8e8edf3a071d 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 c15e3a94f9ff..c7dc415d5296 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 fd4e636e9e0d..d53d1e3e7546 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 250b6db19a5a..418e86144f98 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 067a43c68e14..faf066539a00 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 66b4a6a0e095..16c1fb28e0df 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 92716ec33418..65ca68c22d4d 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 cbc22ea4241b..fb6687f62581 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 08e295d8229a..ea13adfdd03c 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 3e13b283de9d..2cd79f156ff3 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 64b0283754b9..bd784ac631b1 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 d55e8acc4049..aa86a22d919f 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 246dca774822..665ac21c0d6a 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 3a72f58fc896..28a2b1118020 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 535e8d27dbf3..b88f7daf9e25 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 16dcb3acbe0b..ed3ae18935ca 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 ac29175c90df..a1622383fa2e 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 fc6dc9e3e776..c5b1298ebbf1 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 4d01c6d180d9..296b1ea42d84 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 4d0a10877df2..12554edfb2d4 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 5bc98ac7ded4..3f86967af0a3 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 d7a8a480d7df..7fa3d202e14d 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 876f95b4908e..c71ac52e57a1 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 1d0a9781dd96..4821094a7e0b 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 9b7739e30785..0798546c0dcd 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 04605269c9a9..b8744ca161e1 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 c17eb95ab022..7a88521ca657 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 27e285907df4..b6956204c814 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 2b8aab5f7471..d1f63544cee1 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 c0d69465fcde..efb9639e13d5 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 248fc359529c..988f6eb1a428 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 2972206a970a..244e9c244276 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 790476a239a9..2c5993b60cb3 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 b01ae49070b2..9b7b02ca76ee 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 1dd129111c1e..a2ee0689a988 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 151c2643a7c5..841756187649 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 4c0317093d33..14418f385918 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 70f711d27802..f269794bde6e 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 eeb1d46a4838..b7d81c2d4478 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 5438d810e4db..a186ab1d40a7 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 9cdffc16c205..9144dfb7745d 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 d34466ebbaa1..bf4cc7714934 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 35282aec3d5e..148507946f73 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 734139d3d563..1e7b3e1cabcc 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 f225607e69b9..72f3e5faef9a 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 075ff17e2dae..1275aef53e2b 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 e7597184e03e..13602da1387e 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 0023a4e29990..70ed22260c33 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 1398706fcc76..da6c378bebc1 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 d3f28672c9d5..cef8a601a5f0 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 3d8ec6f37ee4..ed947879219c 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 149e876c20a8..d3af56b12f30 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 e078ec629b46..89899b1ba410 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 e6868f1caa08..ea0ea34de971 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 b21263ed2bd6..3c0c826507ef 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 2871ceae2a65..b57f76f0d003 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 0349f0419a9a..c396e4f63e51 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 93583c5db379..19d937f4def7 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 77d8198635bf..8de756c6ffe2 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 6c8148c6b74c..901a369887c3 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 5bec12d183a5..aae67f1420af 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 8ba74dc3bad4..ce316b83bca5 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 fec16c0bd770..3083849b25a9 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 176bb5b20815..2e3ce2115a3b 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 995f0f02597a..780652243e82 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 b715680f258a..1bf44f32c340 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 5712a094f4dd..54ebff0695af 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 3079caa66f70..91fa6a4b4d7a 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 c61e5f59dc93..cf8eeb7b6c33 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 c76e8b1933c6..227087fece11 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 4039372fd0de..3f884e37ca9d 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 9e4d96db174c..61ad96356e92 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 a6562c2b5846..7c16a000a987 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 30c4892aa581..b7e37866bef3 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 7d79b1120b84..79f18331921d 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 d9761cdecd8f..2f38e3043f58 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 9d72391b8d11..a912334c4ec1 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 c53fb2c2a9c1..47b58233bb36 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 d8423c1e4619..b1e04d83bc2a 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 8b92d15b42d8..022a207dca41 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 b9bb2db38455..68db1564d54f 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 3c34f86d4f11..b028ef5a2fa8 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 fbe0f34e19d7..7849c780182e 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 7eb64cf3acc5..7b1cbf82774c 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 74489feb32c7..2ba448671444 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 e94e5b2022be..8ed582e8d89f 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 51563b5f0ae7..95c0199c6c5e 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 8f478e11893d..4a8da8359528 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 f1b9b6784679..1476674269ed 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 23881430a6d2..6e549a032b6b 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 aef1d6ba9b82..755bc1f1d671 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 7fc37a547065..33004ae494f0 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 9c32582b541a..a4d3b23f7f28 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 e29a573b2619..97035f2349b9 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 43e05f83ab27..8ec522029d82 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 f0a3c0513fe4..8312956c9ddc 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 a2a144bb0384..c85a9e663da1 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 137f4711abaa..7c2eff6e33d7 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 2ae47762371f..30b40a0b27bb 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 0cdb48dc15e8..292d0fdbdda8 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 32b649c1cc76..7f825335134c 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 fb68d3ed5bf2..52eb4221b027 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 6113afdf4674..2c337eeeb01a 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 f8f929947fdf..ae184860cf71 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 0d02eed24259..cea335cb84fe 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 e59946f0651e..afb206f590a6 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 18a8be290e19..8546c0a4db5d 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 7461bb1c418b..6647df2162b2 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 4224f9efd539..cba28af1d2f5 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 f9e83754da8c..3d2d99cd2fc1 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 bbe25358b563..77c3e24b50ea 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 5cfff63dc9d3..56ee60795948 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 660a88d6783e..57657b4c8e2d 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 4a1f9347c7c4..8d2c156a83e7 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 11484030da81..ffbaf7c98824 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 fb16b6a8832f..596788b63dc4 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 13776b1e104c..a33045f22c92 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 806589f884c7..c64de838f356 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 4a0bbba1352b..558b892c2452 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 2287ce4b46b6..25c644be2ae6 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 51879293e7d5..c9d239fd992c 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 bd61040bd93e..fdd6bd4d952d 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 97281512fb76..66e6220958ce 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 d3ad8acfeb3e..85cce6a76492 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 10cc3efbe5c8..9377db46f377 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 285b3d33bcbe..9e164fe33a08 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 33f4be1ee71c..a900a48750b2 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 67b20aeab6c1..f035263abb91 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 34dc6a884269..6d73d75d995c 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 1892e8b1048e..979c592fe7cb 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 cd56b1b6f931..59e378c2821a 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 cd13068fc68c..d3902f7cc8f4 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 d864dcd820d7..3a2fe9924a1a 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 3ffd81891f39..82fb9db3b8fe 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 3981178cc003..4a6ee5a0fe8c 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 699a8f573aaf..0e0f661df20a 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 e6422983bfde..a318375fbbfe 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 4501e668ad7a..0410c084b1df 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 ed9864a767bf..255bffc5f37b 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 235d08aa93a3..75570316f1dd 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 0368d5dcf4dd..ebd195406889 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 d98a4cca97b4..de02a63b44e5 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 6c82783a4b52..9ac84b93d351 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 6f79b1505d87..43199509bd06 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 2ad3e453e09f..99fba1a27cf6 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 c0e62752ebd4..44367b014392 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 323f852f1ecc..23e9e1c3da26 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 2f189f2b9d92..f3fd15196bca 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 98289b82b375..b634196a64b5 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 ad2e0c735641..8ebaa9dbc8e3 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 eda0d3b0481f..a6904190f2b9 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 7245bc3c50d3..188ffc34b0ee 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 47008274da1d..3713c490f984 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 9de8785d6e90..e10cc6f99bf3 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 2e6643f63c4d..43217ffc0be2 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 7369c53374ec..e23d19249ea1 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 84bf6545044a..3444a5521771 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 a639c8668397..46f476068d78 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 2d28f4768830..e33193ac7603 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 6b3d6d9b60da..2356890aeb18 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 62fddf7ec67d..9cd2a019a1f4 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 fe170e7054b8..52db71a0ec36 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 4471aa6514b7..e408a2469f63 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 b1642625766c..148590154b0c 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 c99b3a32e846..4e3a269a593f 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 ddc5332996bf..c52901f8ecb4 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 401ca980a4a5..ecc148c20f11 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 1226dc193881..a884d1eba3b4 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 9fb5eea9f434..8a35e9873d7b 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 4d9e429cd976..aa27f7029078 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 3b225e66a396..65363bf79834 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 29774f989810..f5b3a2a5fccb 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 ed46cd047018..f2253ce55db3 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 f0b36045bd99..ce2893dc284f 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 319f2206ce51..9884dcd78972 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 392d4b4319d4..0da99de27cb8 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 7a73c5e1268f..006933344b9c 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 47fc6055bbed..e640b88582ea 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 43b4439b08b7..889f80a54335 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 7f1c3629a71f..f26b31595984 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 303ad9874a48..46a7a4958ce7 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 16c14b51746e..7883fd6d87f2 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 009ca2ef12bb..dfbcbae1da78 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 782bb85cf39a..69a818b2cc1a 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 cbfea7fb7743..44f464242929 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 44d7eabf8eae..c62b92c79003 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 7ae343a035f9..d89833a22c89 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 ba248e120eae..48023103aff5 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 c1441a88e44d..d2b22b9aac69 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 e254bd0efb7c..0097f78adcea 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 e75a71980fad..ffd286bc8f23 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 fb89f9fad4b4..1dc6baeac4e6 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 207f103ada62..af61a6946a65 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 cfd9a2390476..f8576b35501a 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 d5eb2986a3ba..3ace07a39a18 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 40c032764613..52ea35dc7325 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 ea6fc3fb7082..c27fbe9e1198 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 4a0d44dd8cac..03282e7b055c 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 7b2a267eb2ad..7c97765ae6cf 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 e1e856ca440b..b492f5dfd06d 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 93bb4cd8ed2f..3399aba4d9ce 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 8f081a12d9e6..1e1ba613894a 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 722cff1f5699..36b3a755e2fc 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 533573a8b0ce..a987ba4f6c9c 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 2d42cf348064..02e44f55c61b 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 bee684de06a3..1a3471374ff0 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 f1330d7d878e..c3cf49c854d0 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 798679ec60a4..39782587fd65 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 eaed90d1e7bc..a5141a57b9ba 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 9fa7c84ecbe1..3707e6ce8a73 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 f9f262f1fee7..3574ad95554a 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 5b9073f9a704..681fb12c062b 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 c8e3cdc66da6..d678d053af6c 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 6a4337b084b0..a7dbbd3cce0d 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 21e8a6c806e7..cc3cde1d86bc 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 ae047426f69f..4f9793658906 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 02cc680dae80..13fe9037fec9 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 b06e322de0ff..cbc834f712cc 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 dffe69e62a93..11b09a98be7f 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 36dbf4590f0d..7792d7298603 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 feb129448fa6..62bd249116c1 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 83015b82e278..76dcb0ac18d2 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 6522e6a2def8..e424e248da40 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 84b123f3a14f..d45a70cf2a5e 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 9f60237eac31..dfa70a2c20cf 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 22242a19bc3e..b34b46b6f54a 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 932c0fe5ddf0..a51de3b35652 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 a6acdcf5b65d..1c6cfb696e5f 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 c909e9532bea..271ee5732116 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 ba4f507fb8ee..a5310e824d60 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 e37adc0d1e81..f9f34ec6096f 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 3627521bc49d..4e759b9643b9 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 a86642b3c11f..bbb8ddc4cd1a 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 a062bc4c1c3e..4752a6f9f333 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 2e9317eeedb7..f18a432cb214 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 b1c93523009d..54af501b6171 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 4223ce10dab5..9c30224d3a6b 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 5c7ce7066a83..05a3dd6bc46c 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 2a8aade085d3..21838f605dea 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 26c05c69589c..3f93a7f5df31 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 e4419dde292d..d691a1ce8caa 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 65616fcb6c8d..568ae07ab021 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 b3881f440ffc..87ac70a9a8b4 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 a1d2fa89dbbc..e1612fc3e105 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 4e6c7d8934e7..598446e317af 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 9c1aab822563..86423e621f2b 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 cfab5d24aa45..7028c2b6f3bb 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 e7aadc30c9fb..7aefe71fafe2 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 2370d042b00a..d7b11303b7b1 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 71833f3926be..a1c96390b381 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 7551d7a6b6f0..54d42c784102 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 f2d970b9935a..71152828b845 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 4a2547af30db..64a9d782c1df 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 5f811b1dac01..d0b260508dca 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 b9d11a491fb5..87a852e822ee 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 b19fcde6a6c6..62da65b59b5d 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 d0c3f0a9162e..f1be69cbd871 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 ff3ac58b5606..4a7354740bb4 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 c400fd6eb1ff..40cf8978d614 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 e4d59628c1ff..03ef03c7500a 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 aa89178fd207..54acffcc8b4f 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 ed1434836450..54abfd80692c 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 c7241dd98148..53833ea565b2 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 0780df04798b..98e067ea79e5 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 bbc9978e22e9..295c1018c246 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 99c93393ecab..9de253b7a6cb 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 5fd0f6604a47..43ff625d8806 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 3dc2b4d0c971..85557d8297c4 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 21bcfa91337d..f5cc40f1dead 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 aa8d787cd444..06fa5aa0d855 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 b935b5b054c6..e569105ef4d5 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 db3bc1ee0597..1db0566ffe9c 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 6d5eaf0f8173..6a503d010412 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 af16261f2076..254e7770960a 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 f8ed7895adb9..c8ee5ceb6d04 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 99656ec78efa..73f68be9d120 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 11e853731323..2942385e4cbd 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 502bc9a428d9..ef84f5278717 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 56023e88c975..86426b38f27d 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 2706ce168d01..33e5058bc05f 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 94780d6da182..bcb7cb847267 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 db732af25936..e3715a72a804 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 501e20379378..1fb378f37156 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 c949ae275619..7a09f28075f6 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 371b0a53e705..59470c7fab43 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 677c15f5ae0c..5064a88b3021 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 74ff15654683..9f658755af36 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 6fdf3bb24a0a..5c85ecaa15ab 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 8cee9a0924ea..4e55dd3931c7 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 9f26f742682b..d186f53cdfb2 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 bfd4acf2613d..f04a47b427af 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 25833bd82c8a..7d7750d18120 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 2cbc34543ec5..96af766de294 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 af0b151da7a2..57504acfd690 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 e3f7e18f8b71..33da063eb91a 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 d03d51175a3f..50187e4f6f14 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 27a311890ae8..8a5df2857856 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 dfd9cf7a1493..fe9a69250cae 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 1f53c94e4bb3..7dead9b4e5b8 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 3f846466f80e..7d0b8d876033 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 36f0763323eb..a1225f1073a9 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 e88e1df403fc..1f6655874e76 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 8ade2f0f2c39..952670d07f0c 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 7a9344cc8d54..4703f7f66222 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 f4fe4e44a602..5d4e04b812c1 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 ce4da17d516c..369aa61273c0 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 8aaeed162441..e1041c8c272a 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 eae0cad3eadf..eaf15c4ac24e 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 b90dad0ae629..b0498cf6bbf8 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 1a1623e545ad..0f6e84de1346 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 47d9c86c8b07..45804b8b0edc 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 91a1d8d9de9d..eed365a11c9d 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 a58aeba91855..e9a8c528bbca 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 9d1a733332cf..119a4a332aab 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 6cc5212f9e60..6f9861198d3d 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 7d384f89c08f..aa7c01b4fec3 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 4534c9216008..9c9a08316c56 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 8b54c9325eb8..252a08853773 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 8e6424d2e922..b3a6c97afe1e 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 03e8fa9904f4..2692f615b235 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 c91fb96f49d3..c41b8ca3b099 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 bc1101cb7b01..42bfdc146b92 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 643c1df3566c..92cbddb1320e 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 c5ebe5447b83..de47d4ba7750 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 deb1419a0b47..310cbc7b1e69 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 463127bdd66b..2c357f1a5c9e 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 2e45f8995449..a572d550114c 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 e200f4c49757..e9fb1f3b8390 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 14edd8d2b35b..12debf9994a0 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 90ace159eb86..8e3c139cafb5 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 efd118f2286f..62920db2e63c 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 84149bfe237f..b6ae0f5f9955 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 d7ce005deeb4..83d6729e8b77 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 e03da7b00832..3f5ae775c09b 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 d411260cce5e..1bd74f308745 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 ce63e9b48ff1..d7b253e3daba 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 68136dce9922..846fe925a087 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 ab0dbe0a09d5..3af9cdb88946 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 ed0cefe1c5e8..3bb56d130559 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 5338427da91e..f2cb223cd26d 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 50ba3fd65e36..de0bc1e914bf 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 6d92c536ba6e..cb24094bb868 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 717a2de242a7..b277abe63893 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 245ab868cb34..aee0fcc4428a 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 788e654280aa..c98186bfe442 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 23341be3b908..1e60d1f91796 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 368e7052b929..7c5029ec8c4f 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 92a60b07678f..40de775baed2 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 99c7a6632620..7d6aa7494341 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 066244a616d6..df35d253f72e 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 1e10f113ddc9..8770e14eb789 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 2dd337d5d305..fd82688d8c30 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 f7a3e3712931..10a41c8b6271 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 6f573f6e7d37..c94f3dfba606 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 1937aa6a2284..10b5cf64a2a5 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 344b6cde2103..61512a400b56 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 70c02bb00dd7..545540151934 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 f96bb2b1c996..07021c621517 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 784969fcdc85..30ccefc9135e 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 cb3a20b12a7a..9a02b7d9619f 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 1a53498c3b10..28a7fb26a58c 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 a0d62f00b3dd..2904b3dee5c5 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 1d7da3b9ef39..280a79d4dc7e 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 1cee784c3c15..4bacb0732df9 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 25e7b712e5f0..50cdafa4b829 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 8d2e85754f92..76af014aa318 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 3b8fc3b954e4..43f09d3fe765 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 cd747d2c6d6c..31a27956b779 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 df052d1888c0..b2bb249278d4 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 e71164058acb..a193a592dbc2 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 71ed947006ee..eaa923585d3a 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 15e25b6cdef9..3976072276dd 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 ecf4e66e5540..903a8b8391ac 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 995ae084ee19..92474ab494de 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 6d88f2c38d79..e1934461d632 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 7189fac662e0..8aa9030ea49c 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 bb294b0d8004..48eb7cc42cf6 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 d63dfa01b904..72c55a7f288d 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 809872c5c530..5b5c48860621 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 dbec5079a4ca..e1985739ada0 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 980b9c8d4b92..ae7e367f77a5 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 12f0ba3ea9df..fe01bbdd4115 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 499543d18e38..9454a87b69e2 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 a93271f14493..b5d06e6b8405 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 113ca9b7704d..17035bfc1fa4 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 76cc10cd79de..6d6ed78b2b59 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 688c41a46bfa..8eed13a2e4ce 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 eff898691a04..4283d4330933 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 88cb3bf9c06d..5446f6352f5b 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 4ad10f2c3d41..875bf4352add 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 8d5a6e222856..0656149225a8 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 4a2a65feb68d..088649d37fc3 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 2a90bc478303..73c661685d99 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 37b47d911543..a4534e200de0 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 174fd653bc03..ad9714e99794 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 11ce76689889..7fce7d7083de 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 f31d1828be05..c620f10cfe70 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 ccf60b00d016..43cf4bac14b7 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 a6b7614801dd..257113251659 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 22e9e7ba57b3..d8fb80084cf9 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 e4119c850db3..53e4ab281a8d 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 fd8da8328bf4..0aaa064a3a28 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 24e6cb64aa18..78ef3cf29ca6 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 cd87e0e1e8b1..0beabcb5425d 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 c57d778806c5..152cea4eab98 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 99be0da00cd7..31194baddab8 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 9bf7bb140a69..a19702e7e539 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 dd487aa88172..e45b1f38b8a2 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 e4c1b240f661..45a9c1861b5f 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 b4d9b0938227..7cd9b26ba2c6 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 4693e8376ee4..bf1e22b15343 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 ea7ae4e857b2..2f87da33a780 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 70763bef4d23..5f355872b7c5 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 cc075514afa4..9825c3d5bb00 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 86a3eaecb61a..56ead5373d40 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 2daaeb9476ce..ce2bdea18d22 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 219ee7f87511..4961fec8a6f4 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 7666fb488461..2c0a6ce9c92b 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 512ce24ab2bc..ed9cf443bf29 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 4cd81aa00a45..7e88d37e1827 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 69a332012ead..d7786928d1d1 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 0b205fce32a9..a4434725ee5d 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 5ba11035c58e..3d6c8c0cdf29 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 d558e6c3f705..527f13a6b509 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 ce292720f85b..71c77c49f7d2 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 f424def9fb49..a3c37db80cf9 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 7916015a6de6..7bd44ad701fd 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 50d0919f14d0..feb23594c47b 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 cb586748f6de..ad1fda4a1a3c 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 08d24767a1c5..21d14e4e53ef 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 1461a7a12961..98a5a6ada57e 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 0bd555e282f3..4fc3a8633e8d 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 7a68ba73fbcf..407ac70dad19 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 87d8f67abf4e..9af77f7ab809 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 b1379d044f4d..8871964f0a2d 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 408627b09c92..b05a3b6739bf 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 1f01301088d4..a890f06c9e95 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 9f629c67c514..8d9d4ed43e2d 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 0c5b27f4786a..6abf4874a60b 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 f6cbab47f866..d11d8d608f4a 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 08df8a849e26..cc5a3214467f 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 e78bfc391fda..c7e044c7b671 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 910af4935bcd..a89f20380c50 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 8c856c8cba78..d4954e38ccd9 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 7e7378b2701f..cb27cb4a347a 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 e1c3c73526b1..dd726dcf279d 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 dc03714f86d4..591182c87f34 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 699a0f4a1d0a..1ff71d967fc2 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 408c3c9a4db2..21d41cdfcdf6 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 b9a341874ac3..f8912d3448ea 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 66359646252f..d463ac8917b7 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 238935835341..9dd9d00b3f8c 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 515c31e182e0..ef8ee8974c46 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 0d2e320c300c..e5c268a21816 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 aad640ded7b2..35ebd97cb789 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 f36f68346eca..3d0127211500 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 397af6236a5a..63db06f6c4c7 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 b32676c3497a..fb4956b1e58f 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 bceeca90fd53..a67271861471 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 ec92685dc674..a7fe1274da36 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 c84e266edad1..e341bb4df00d 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 bf200ae7e815..0322249bb58f 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 2afb434a9fe8..516f8375fe1b 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 30c148a664fb..4ad371516a88 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 8c29cbb30948..2e27ac1d2d96 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 1c9b3ff9ffa2..d633e556baf0 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 8f0d4c0824e5..2f68b2935f85 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 683ec1806dd2..b68e45b537e7 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 dac5a454a37b..84e84e715fbd 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 08c890f7bb9c..c063d834ffbc 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 9f7d0d742dc6..ed065ffc4aac 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 b2b94a3ed062..8616e7f5cbad 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 af2d6f05391d..a548de5eecdc 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 de38389a0065..a889327b75c5 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 92673d8787a6..03067ed0fe1d 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 268be3d6ad49..dfed09ad00dc 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 55157d419404..6a7bc20b0e92 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 84bfe18cdc83..817815e6fa6b 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 84ac8752bdde..493245ff9eca 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 bfe43b78dbc4..8d997fdb5ee9 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 af760275cae7..ad90caaf7883 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 98f5f2248dc6..5009cf0b3937 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 6dfdc9de0a06..9cabcd7b2e24 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 f6046d393bc1..3b9573abf6c9 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 7b17b09583d9..87139712ebb2 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 1a34bbbc3942..4af0599f12d1 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 7d8ca708c00d..3a71391267a0 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 755707d1c956..bba3035a60dd 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 bf802bfc0c00..5c5778d5cc5c 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 200b7d978988..dd936fd615f2 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 b6f678d7a00e..71d85e2f3d72 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 37a6acb685e2..0759f93a5da9 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 0277b00aecef..f8dad9143329 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 309e9d91a605..fb96220c1685 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 9b3d761cf21a..895e2cedd188 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 7da41ca0ac68..d978c1b00365 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 e75b6676d213..f65924ed5596 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 f2d0e7771b75..ff33e047b27f 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 1df4a9d8f49f..b20a40bbe26f 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 b0e35b3ec399..56a6bbbecf8f 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 e02f7dcd65df..02e9af5cde80 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 423c0bd94bd2..d779acded0cb 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 a0ff5cd11efa..bdc365e31532 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 b7bd6b2239a7..be703e4df122 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 e3cd6da88e71..3ac92c0ad10b 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 24f9f1413afa..faae1a1c8090 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 2eb1ae538759..847d356b5409 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 d44111ef5740..a4716d4f4c56 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 af820763ce64..f67119f78d42 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 cc28f81c410e..b8cf470a1315 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 355b31f7f0f1..ce55f0a211e5 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 7690aa5ea30a..86ca92f11f27 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 4c381e906805..4dafde752f04 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 806f9093e3dd..a0160c6536f5 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 8b85f764a662..84a0a3c910e9 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 b3165b9c2460..3737405e6b6f 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 fe87f6fae11d..074be74567cc 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 9e52a2f57efe..438c1ba93ba1 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 324a99b12189..4ba10ef5fb65 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 46f7921b15c1..883b36c78322 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 9c3ecea0dca0..d9e8763bd56e 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 d82835bd5740..19dc59fed307 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 91c87c1222ae..7e407cac1d75 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 1fb6ea06cc44..18bbbea1c8f9 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 a38cea7de927..2bc1910c3651 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 ca70c4e6acfb..3bb88e0affe1 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 eee9a5b0de13..6f2b3436bdfe 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 df8a728940af..0de5b0b1c51d 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 3df1c58d45e1..02a18e87f77e 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 c49827015293..fbf9728c2bfc 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 386319eb5491..fdbf9c933711 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 728ce02ae2a4..d11e622e08fe 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 62252ce7385f..371fb717bf06 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 91b6e9d2bc80..f2d09cb7ce0f 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 5dcb46474ecb..625d9bbd3251 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 2ccc2a580c76..f12d673fd5a3 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 f5751325755c..0af09c0119d2 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 0267993ac58b..fefb7918cbb0 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 6a696ed719fd..3878ea540844 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 c87c88cea749..61d768f1bb99 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 6b8a323fc735..67b9978a08e4 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 152bb1e3fc44..202abde5be3a 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 73f8f2806e5b..81724e84afd4 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 12a0fe6f1f42..9ac7e28c1267 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 3a753e1d34a9..a515fc98037a 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 de629f11d872..4740425acdff 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 534319757592..6c1d4eb1299f 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 09e21944f073..4155126a9230 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 4f2f046d83a7..9ebe38b48b86 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 a5e38c6447a3..3362c8709c41 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 7dd5864fc4b8..e0ba8a1dad6b 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 12d0aa317a7e..a7b39ee96b92 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 d54616bcf5e7..fa9a2cc69aa2 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 8ca4dd1cb6bf..816a65f2c3a5 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 287c8d9361ae..70a45c8029b1 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 88cedafadb4e..8733f3a11d03 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 a38bc43611cd..a6d27a63d7b4 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 370473951d82..90bc3a189052 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 c19be0c8ab5e..a22fa856a046 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 6088550cb9bf..f1dd198b9d3d 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 59898b95db3d..f2af73c60d95 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 45d0473f08fe..664a58013f38 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 d0aee2bb8765..709760507503 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 300f28d22079..15524e0b88c7 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 047b555adafe..8c29280f61d8 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 d1dc079c96c3..f81f271fa998 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 a0cb3367bd59..0bba60826016 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 798981d2768a..a59a8ddcbd77 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 bc044b65046b..fe904836cb02 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 4655f35a431a..7e1d0b32f50c 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 8370adf15092..972fd9cf8307 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 ebaf5f03bb40..a15d07f17d78 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 aa8e0330652a..744aef574b6c 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 0085b80332ca..300a0b3bb597 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 9eccfb88a36d..51507145c69f 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 b10e840a3f69..69655f796115 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 c764840d0c03..689c4b2b0caf 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 586bfbe60570..106d623b8eec 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 a178aca1f6c2..18620e960a4c 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 860c5d4e94ea..bbaca9ff4d75 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 5c076f17a15f..5f71ef7625ab 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 1614d50a75e6..871e1ea1600b 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 43e159c11cd5..be0a25bf8dd9 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 09e45e8245af..69319eb918ec 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 aa2cdc3389b6..15c07c6e4d47 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 2cfeb971543d..279f2a4ae89f 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 fd8868d77917..ae744aa5012c 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 35e53bdeb492..7dcb54922c10 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 1e2fc60d64de..0de66267f186 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 1b365c3ad645..d8f6550ee2bc 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 06f3f6f5d546..34bbf5d6721a 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 296edd21a026..faff5930bc83 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 d36518592cd7..27dc2e0c59d3 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 339354abbc50..31d039dec05c 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 39e6870a56b0..0da77aa51d79 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 4cc6dc31daab..0a63e8d0c802 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 19c3bf599eef..2b63e02d6c1d 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 980b93ae58d5..2f81d140d869 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 1ccd65bdda7a..88363534a9dc 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 7df9527f7a70..f09496a10ece 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 31e229ba96d6..cdd02307a2d1 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 7587664263ca..aa9e5823d70d 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 5d8f6e720e8e..c777a38d8bf5 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 11a1b735d7a8..0f388ad87913 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 d8e83f8c58ab..84d30f341246 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 dae045f5196a..cab86850b7c7 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 1e41eefddf8c..6b5e1a77fefd 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 605022731695..6b7b0b22f53a 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 8ad4dd83d866..fce2114cad04 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 2eb42292aa92..4df8a6c38223 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 64b6bf280e65..cc7ca8e35ce9 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 5fae68f211d3..a9461c43d2f1 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 980c2dc9eea1..d9277960a989 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 a3f5ae738db7..5644c2a5e193 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 04f3f3bedc53..e69e17aa2e77 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 90aa07a38735..72d950b360d4 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 6970b335dd2d..ac8067b9e3a6 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 071454cdbde3..31db29118539 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 2dd9a78ae71d..6f353be1de8b 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 52783e57fd75..6ca783bb298c 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 146ceb1543a4..a88663171754 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 8c120f32b6ab..3ca0a5a80d7c 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 26dd36adb7e8..c9de2edea0a0 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 b375a9bb5b9d..83e772c1ee91 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 5be6a5d1ce3b..0262d538635e 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 667fa2ac637a..610cb75e452c 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 a2d2413ed9e2..75f90b797b23 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 dfd218320604..a6d957cd447f 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 a45d7e5c7da3..19837ac45beb 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 17c31034167b..705db6c7678b 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 157cc7067956..75ba61643756 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 ad1f8e8f0563..61d463bf9d11 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 b631042bd47f..aa117afbcafc 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 a25beb8e4cad..bf0d6d15e2db 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 4ce84cf62dae..38e02820107b 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 e02dc50ddf83..63d3241275c5 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 c00f73895061..5f9f99c922eb 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 a2d75c5c4c83..4929e51957d8 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 04e1a0950dfb..b9052d2e3ac4 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 bc703e0a994b..45784261a30b 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 34a8abaa45f2..b03476b749e9 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 84d55b5251f1..d0c8ce6ccb25 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 bcfa4041daae..306831da8ece 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 b6be5ad569f2..00fcedcfd6c4 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 188fc1b888c3..db473c1184d3 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 f598adfb36f1..6f355b10d740 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 8ccb4a86dd49..226e00dbeed7 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 d7176d55e677..9333197541dc 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 85be00432f41..aa6ed1f1a13e 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 aa73d4267941..3809aebe095e 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 564c37f0b6ce..86104b60a81e 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 57cad45b061c..acf4a1639fd1 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 caeb0113ee04..368471ef26ed 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 6ce2fdfabf19..91d0339b386a 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 fa5f41e7a1fa..bdd424e40ad3 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 ca7d70460157..9f4769bd4ca9 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 5d086f54c4e0..0c79dc17d39b 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 26d8bde42056..8b4829857996 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 65eb79c9bf93..986947fac8c7 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 e95da4ab81f6..bf4b07248e16 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 88f7d0f5de94..546c5b644b0c 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 95143a6f4b94..90d12fe5fe3b 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 16c9d7955a44..c3b3598c5820 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 86c7bf831a4a..792f1e8d7c8a 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 880450a6e187..14ee703425f0 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 aad576e92dad..5f895446e848 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 c4791245e2fd..bbae0f36c85b 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 cd1a8bb03035..f20f4fcc6739 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 ef5b6d6c2db5..da9c4c0beb67 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 83c18d861cb2..7d1c69d934fe 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 c82c8a20e55e..c9f6794d34ed 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 0f134a0fff05..8c29284a4559 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 11437be078f3..d35f11562f10 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 e464665a3652..8fcd9121965f 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 1d61f4b91d06..cfdfacc51c54 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 e0fe95b21945..47bd6584ce78 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 bccbb91fe5c7..08bd3b2a01f1 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 870abbe82c82..372f9ce70b2a 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 5d0d2c3c8b41..7b72b39620d2 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 1e36b87e1c9f..1b79dda17ac5 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 4d3dfedc1bdd..7374412b86ce 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 941a5aa4418f..bb2855db8a2e 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 1e3d9c53af4a..4bda10598b6c 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 2b7aff56cfce..c567e3fde14b 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 e990cc7083b5..1ff4ce5423a4 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 61d38645c25b..76cc2362f6d4 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 7ecb3b176b4f..346b212b1d00 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 2478925a59b8..6ccc3950e878 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 990191dd3437..ae1590b5fa3d 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 a501f561d529..a81e356621c7 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 f376c42a6464..1d1862667d51 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 0eb361cd90ff..513e679553cc 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 6ae41fe8cd6a..d481ab43738d 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 e4dec7dfbd79..05d416cd897b 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 8ac3da297917..ddc273f04c72 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 24b3ab33f171..a51f085b970b 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 b4ef519483ff..cb1c31d7f35e 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 f2c6e81bac65..c0986bd0dd29 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 ab12c4439b2c..b82c39d8dcaa 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 7e2ea2aa4dbf..022acb4f45dd 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 27b5d2bac0a1..8e0cfcb1d54b 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 d19ada4aacbb..06e6f883e3c2 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 d58ada2e730b..60c2e3e70fb2 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 17ad718db705..6408307c0ace 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 8c102de85d8e..7a894f100b45 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 fc699d3b88ed..7a2d19f11ca5 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 4bce43c6f1dc..3747893f17e5 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 e3bb4d6c91b3..183c57ce64c0 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 837d4e967e71..0b753d2ddeef 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 ed9a2a563815..7169162ea99b 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 570b644257b3..6cac3d366aab 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 c316aebe9887..30d5feeb2a3b 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 a4e5f37ae5ba..7a2bec8e7acb 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 f6f793517624..172ed0fdc873 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 66507cc37ff8..4d258bc8a233 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 98cc6199ea64..8d391fdb8e0f 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 27312c6f827e..e443dd64aeda 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 c2cc00502192..3cd6c9daec6c 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 aaae569c8236..d02f7f17d8e2 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 43ea8aec8247..bda699af21fe 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 d281c05b2ec8..404525ed9ce1 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 6eecfb5d37b5..f565ffc37fa1 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 d074a13b7455..b7ac90310541 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 556a1825c2c6..be26e0409a2f 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 887244de1e90..b6bcceaa271f 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 751858d376e7..2fa3c0a57a61 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 4957b4af85b9..31edaf8294fe 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 35278f09c44c..192ee6fa19ca 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 ccc604d7c80e..a895c255ff86 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 2d34f3c68add..97da4db3b9b8 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 165b14fbf89f..ee1ceb1797c5 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 c6083b4f5deb..c1c0658ffb94 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 7da5a9387a2a..b1301eba1e49 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 cc11beed42bc..d4d975bc75d8 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 cad519b47293..b6e8143cac94 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 e7adfb20ed8e..3039d9c5e476 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 b8e56fe2f4bf..7352ebb75fa4 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 3da1830a8bde..55ca0813ab05 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 547a20718b63..3d944cdf9893 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 de3bb09044f9..f4490a215a18 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 69a7f6bb2b8f..894ee2324aed 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 8296fdb4d6bb..e71f683d3633 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 42ad0c530c9e..9c6caab01386 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 0867639c3ae0..fd85571cee4a 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 c40a0014b682..fc99784f936b 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 2c71b5b6ef3e..853f5536044e 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 399b9e0cc9eb..eec95bffa5e5 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 f30e117f9fdb..c9c1efd8cf2e 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 bde229759051..512c91be6a6b 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 d36e16ae39d0..d70492ad0a30 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 82bbaf2431d2..fba47b1b14bd 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 91bb496f084b..b93104b6a0e8 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 39213ba22750..45931be5874a 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 76bb5267d916..5fc1d7188078 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 99493ffbb06e..77cceeac24e0 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 7e4e8da0526e..1907a0907aa2 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 ea48ffdfd196..5c1f08364e01 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 89a96c83590e..a83e4b51e8a2 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 c9ce5b2ecdd5..556b4969ae82 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 afd93205b4eb..06ab26f86685 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 388d60cc4f2a..ffd6b5fd1b5f 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 b5cc6598db8f..4ee736ee2810 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 c2266dc69c34..84b5f2b5d305 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 8703e7035ea9..198b017c899b 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 b90450642b34..6c73875e840c 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 ae3962b144f2..e2ee9d2f4550 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 f17e1a648dd4..0340ba468e6d 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 5dc46ef3ebc1..301633c05c99 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 16bdeb9552dc..259518ab63c8 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 302e2efbf164..70182a9ebcd8 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 79a86f1b02cd..6a0795ad30e4 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 a77f42fdd40c..d347f1664f27 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 277dafb088a2..260d0a12cd94 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 a7112c189ab6..e46728eaf808 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 3c63e54e61ec..0c3f2cbb28f5 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 1e5b25bce8ad..77e0c4ce2bb5 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 8f7c8529073d..0e64ee072504 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 dd3d462ddb1e..47d32befada2 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 6bf4a85ef523..986f9b21ebfc 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 92d44c3853c4..980f0e8b7707 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 eb61eb00d7b2..b1d4249e2446 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 7500981fd168..2aa521a44255 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 003be7f7bd6c..eaa7d41f2bc3 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 5206d537b8a2..a1adc16028fb 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 55e35ed327de..129801c956c6 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 9b20bf9c65ff..aef73ccac120 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 4799fc24f258..e98fd8faabc7 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 0587ea0b8444..4b9eb9c64729 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 6c026150f270..04fc625b62b4 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 f7d0beea08ae..796b3b2aa74d 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 3b5c6d271ee3..e16faafa1050 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 370beb5d21e8..9646e764c77f 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 d1fb77680588..3a200494e7c8 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 4a828579b067..638e385d4258 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 a95cca414a71..63bc825efdf9 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 9a0f723b0467..3018a9c2369f 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 ce693ca81bd0..1e16e86a5f9e 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 8655266233d4..4cbc8808ffa0 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 352f8842c5b9..9c4aa8c05e5e 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 9bf029660ec9..4bb775acea9f 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 be6455022d77..dd9fbb7f385d 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 9914d0d973d2..83c206f3a01c 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 e6af9526ade1..1c379886702e 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 1e8cae0e80ff..f4c878adb150 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 fe4ef23dec81..73fffd2bd28e 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 1efcbc802a4f..1f62fc17d3ce 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 42832c26f9a1..a59396c0ad54 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 cf4c6bb77101..926534a1d9f9 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 bf1bc79560cd..2ee69325497e 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 fe703f43c34e..d07b3b9dae24 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 6d7cfeb7d9be..562676fd978d 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 a0d224b42825..65ab9589db67 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 4ad35e475083..2f942d6f4356 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 208a008b8678..7ce66f176c4e 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 f6626464008a..6587b5a56f5f 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 503669a68fc8..74773eda6c65 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 b3b4e775b91c..c83c8bdca891 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 cb1813241057..b3a5299ead1d 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 aa0821faccf5..5a2530ea4864 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 2453dcee54ea..a636a0c00619 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 499d80e7cc4d..fa8052fb4a4e 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 2638985291eb..ccc212ac30d7 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 01b7b6988038..bb6d77d5e309 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 6511b6d82476..7601857ceb1d 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 d49545bc05e9..5a3239d88b2a 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 675f35a8042e..2112cc82a8f0 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 ece80625cf62..25d1537dc764 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 d6af8d67df05..f762673634a9 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 9a70d79b54fa..ecfb3a809387 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 8eb68ec4ce86..069b99777fb5 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 ac94437ce13e..c9c7a8da617a 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 00a5fda1a720..fbf6b7468ef4 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 1b2ff26ab7a1..10b3062721b8 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 6e4f57e5076e..a8f3b6298295 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 e649e7706b93..ccbf0912be03 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 b24ee4c9beb2..e898b7229667 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 2c614e0d7206..e3f8b611a7d2 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 fc949b24595c..ed9ab9fda05f 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 c7eb33746fed..32531ec9defe 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 760e994b4066..ce8b0812b192 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 77ece9ad5426..deb0ea1312fe 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 2909ec2c75a7..9a53e77391d7 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 686ff1ee2c3a..20c21d868295 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 688de71ce434..d986c7d20e3f 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 7afaac7f305c..32b79f327218 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 2e3845e8fd8f..a3c672d5dcd7 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 6aefbfca4bde..6afe5e3d3bd3 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 a0535a005ee2..df7f02309777 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 724b39fdb63c..b78b009f95c2 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 7d2c1ad73828..b6e507521434 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 f479bb71c63a..59f8d13e5fa4 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 15dc29704869..f4bbe1000aa5 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 6aef9e821246..38652f66ac98 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 fffc37ca280e..f64671179e0f 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 e5ef1becfe73..6c0afbf0d97a 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 f96e1081e83c..c8639ef9504b 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 6838b065d4a9..5dc75f61ec9e 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 2024f686bdc3..49b257168ad4 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 4467f46f5491..f6ef9336abb5 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 c23c47b31792..759c2f009351 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 9b9a6dedb1bc..d2638dd9cbec 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 83f708017e83..9b77300101da 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 5ca56de0e701..a2509f9e4126 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 9f9dfd3f86f6..596f76bc49e5 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 9a3c58edc2b2..f44db6195b58 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 a7bdf3abcebe..6e90074130b0 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 61d8dab65920..bc1d702fdf89 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 ec2cf3b9a242..ed30a83df58d 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 e5d1ed389b1e..84cb5b6934de 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 9923c0c02eef..f4af515fca9d 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 15382b8c85b5..f5ccbb6c61d3 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 77dc5bad47d5..ceb9ed8f31f6 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 88d25210ba4a..94cbe0f00851 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 4609519af259..96fa6e1095e9 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 c8cfa5ea22f9..4c7087fbd641 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 7695a33abf7e..485f52a79a58 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 a87dcc57a5cf..56923bc75718 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 3044b14fed07..11b9649a1730 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 46fd8f837134..7ecb5564a08c 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 58a4fa507aa2..46702a536627 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 eba8f1428b78..65ba259e8c3a 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 a9509055d454..7593b52fe98f 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 092c5ed33d56..0f8a784cd454 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 e079113dc3c8..297f094e8da5 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 e248ac9bb75e..680c6e13f0ab 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 7440a60b3abe..75d000d23039 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 34b0d4a02d4a..290458112b64 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 faec02dabbbd..aa6ae0bc42ef 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 ea185a1502e7..6976dcb14cf1 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 3af62503b53e..289aab693142 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 dd303bdf350b..23f469a88a80 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 67e7b3dacd4a..058b9e1bc23f 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 cc8a8d62af10..61a9d5a2c167 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 e8a7f58a8b38..51e286c9c28d 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 6f4c064fd190..8d6558c24442 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 6b6e85c69265..f426982e0a7a 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 ed707992e700..4c0600913b3c 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 935a287f0236..56a14452c18c 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 0b08c33191ba..a26864c39947 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 ef7926fc8c7f..75d8524a148c 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 217acec54d91..2bdfe950faa8 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 e54fea44a248..2b9bac1b024f 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 c22b0c24dc1f..8da79ad00a89 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 4275facb9c45..3ed09aeed428 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 909fb6060dd4..e65f3bffe5ca 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 52808bd543dd..bc6992550a44 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 968b1a0aaa34..1454637ef141 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 a6c1b0c4f4d2..a1efdd073afd 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 e7118a80d7a5..a4809a19f1bf 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 f6f88d62f269..e24d77e7ffb0 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 96e73508ca91..6e7ad04dcc56 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 60be4141aa6d..1e975caeee87 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 ebe75d361405..1d2120388495 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 131d5e015c65..2026fc361c02 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 e21c6082ea8f..2aa77d18765b 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 82e3b5216895..70432c3a3ec2 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 3d0cd65374ac..6a43bd0a0187 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 81e51aa5d1f9..164b480b7d49 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 a570b347cc2f..11929040cc14 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 7c2e20d27a82..07674484658c 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 1127de28ea0b..fa22c26bfcc0 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 3397eb0f970d..71178762d5e5 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 f0905344e7ef..604463c83f65 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 3fa7c80c58eb..88b2a83f2cc0 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 d34d88e58efb..7fa1d35dbd9d 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 68ca38ca5282..4ec988dd6616 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 84e3c87142d9..693eeead5a31 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 5329f957c9eb..f1b13e38736d 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 f7d599525796..e787bdd07568 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 2bed75dd0b31..6974ef618565 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 90658759607b..f996911cba84 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 780327e2ec74..aefe1262e3d0 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 e56e23a418f1..4600d7979737 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 8ddd4c110c8b..5db45b193a17 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 eddf53792a41..b8164242aaa3 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 1a06adbcd32a..6cb0a15b9aa1 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 6dbe4967c99a..9f7c46f25324 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 a61b88a33117..07344e6539a9 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 781283e638b2..a27b8985212f 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 05ae7723c6e3..9f6e32872200 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 d874a58a7c14..f6eff253130d 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 a5bae3f41e58..9f7fa42313ab 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 2b42f1c88792..b4cfce8e90e4 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 b9c3eaf4ec31..32ea9597a27f 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 e6d27eaa2a54..cd87a97141be 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 2066f0320903..82ab59108fc4 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 641882f8087a..1b7dac94e299 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 1064b7ad7d27..04cfec58be43 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 e5304367fb4c..55c475e46814 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 73cc6172b88e..5f9bbe7c361d 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 dff624326f4e..149e32fd356f 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 36d77a1bd5bf..4adbc775eb1a 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 05a6bac10582..06cf8795109c 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 37b7d6911c55..331a5b532741 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 8f60769b8fe6..8cc903e4a96c 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 47c0981bcb44..9bd4b21291ad 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 4c252fdeb66e..5569cfaf2622 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 f79b4cc5c46d..33ade21a8e1f 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 fc385d4d5453..c111009da3c9 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 64aaa741c8db..abff7804af7d 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 aa5661d43ac8..0a65e2ec13fd 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 0b5c266be539..cd746b8d188b 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 4cf626934192..aad309be9bfb 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 cf840757ab30..7dbacff33ad8 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 91dbb97df7e5..9714fb3b13eb 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 1e98d6c22a8c..92ec914a0423 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 acd7da388c8d..5317b4c61f02 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 69aaab860075..009f3f96926a 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 9342527c8ed4..9037928e98a1 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 465ace69c582..01c6f81cd5c3 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 71f92a12910c..ef59ca4ab378 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 be93be122a18..6fd738bf2f68 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 c0a1c85f9d61..08901dd577f4 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 1d96afa30af1..e0e3479be9f1 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 c680698f1525..260bbb20e0c0 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 58bea6bcd9b6..2ead157551ab 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 dcddd698372f..7a81e5299bae 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 22659859b3e8..19ee3785dc54 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 24a99cfe0b36..296f57633e4e 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 133b48d76ce3..fcd48825e95d 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 dd977137bbd2..b13921869f40 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 8ece49a131d6..15b52c5bd8fd 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 8cf99266d7de..f81a3bba4dc9 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 10f8a5688b7d..ea0fa37f6ee7 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 d827622fe832..5f53f1dd25bc 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 30fcf206918b..13a481eb3b99 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 71d1523075ab..bf0c3b6d4476 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 a4b143a231cb..0bdbb27cf8ff 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 ba031b778a6c..11ca01317382 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 9f4420e7394e..4e2319e377b4 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 0b3990a627cb..0c4f01594dc5 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 85eeb4f269a6..531504e08ea6 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 50cc52403df0..97d33f443aae 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 cb9f845d3578..fc4627a07533 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 ca58b658929c..a8205a66d860 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 59bc01d7d3d6..1824d11408de 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 fbad11910721..ea8ea72f72da 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 9c4231dab230..9178a506fbac 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 3b32b9d6de27..cabf333b527c 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 40da1624d1f6..8660044f7a8e 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 787772cdceac..06f2ddf2a2dd 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 784eefd489bf..6a9ecaded3ac 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 230e94377da1..ed81f313dab8 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 8604c017c6ea..014af80d0b67 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 a32535cfdcec..9829d2aad2af 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 ce36b027e8f7..bccf7ceedc8d 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 17d1e38b55a7..31469b784a11 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 2fe326c8cf35..c42634eb90c8 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 d2d1552f24d1..9dd7e0eef75b 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 777af23f0a27..117999dca7ef 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 eab34bb5b2d5..543b8a28e3b2 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 ca3882f787b9..28c0516d36a4 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 52a90796dd62..999d26a76124 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 55176cba94ef..328c44b7c634 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 02bb05ce6a48..3a31484f3b5c 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 af19d13cf8a3..e1241bc9805c 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 88c99ca640be..20fb1d422fd6 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 15fd9312d20a..a0cddcd55354 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 dae43b9b2852..aa6a86d6ddf1 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 0e922b1cd63d..a74f6369a7bf 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 ad366f671d06..22e25490b77b 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 39ed648ffac8..978a1dcc9434 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 a77b2543b05a..1550e671065d 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 04311f9e1d7a..6e116f728d02 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 4ae2b818cb03..f40f67fed991 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 f0a91e1ee29c..7df4955307d5 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 3a97b1967931..59cf805d2423 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 2b0bfb8258a5..1b1ead200339 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 fbf7b3c5c08b..52670203ff8a 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 dfc4def70d5c..ff287114f253 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 c3a201142971..b9f3fca00b72 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 363789d00673..ac4cb349e319 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 43d7be64cf48..16cf1b6fe512 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 e1952f9dff89..900a12e1421b 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 83f93ce6af4e..b3fe862dca37 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 15d90fdcb2eb..ba6b53f822ff 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 6464424e4b99..fdda85e0efe0 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 bcac0dbfbd79..2c1ec7ef48d4 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 03aaa992dce5..1afd87b691c2 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 e125d755033d..c18cada0c2ba 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 c5900cbef674..e3b50f1efa68 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 23faf43b363c..24acff6280c0 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 f4f5d0d8ea0b..f2fea4bbaee4 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 84e020c32eff..66efcdddc27d 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 c7cfd943355e..7fc442a92098 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 b7dd74ab3fcd..e92875fd1ec6 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 87a9ba3b70f3..f54fd2e0db1c 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 0eb7495b8a30..04696b726bf6 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 545f7a506379..765f1ae58120 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 05fe77849486..4fafaef53fa8 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 559eba2f0344..81a6f023fbb7 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 b5318e0d2212..309f6a7b0535 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 d3dca0387c1e..3659d87e4f18 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 fbc37f3c428b..98d30f35ffd0 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 1c755f7973ca..5aa7e586e7c5 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 21b097c6262a..4fc2ab66d2d0 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 7203d6e7c5b0..1a9148190d72 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 f782fee4e244..543ed798d924 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 41fd4dd0d135..50cd60111831 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 3f45c26f2e79..38214e848088 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 b93c959ebed5..7f6aea8f58eb 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 46891c771c2c..29b87d02af5c 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 e038c131525a..5edeedb8bc78 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 0ce88aac2111..f949d94b1344 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 8d9a9ab8d4bd..4e8c3fde95bd 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 a3713d31faf0..94ca00095c37 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 9d55add69bd2..5e21383657f6 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 206ae754f257..60e95373ebd8 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 f2ef97999090..5051a6fc90d4 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 2a4863843f3b..43432f31daad 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 2aa9e7019cc8..c58bf4488a3a 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 69bc074ba925..780236660897 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 fcd1ae6dc83d..41196e72b4b0 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 ec5e194b514d..e8ca87ae9d27 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 c2bf590b8efd..3c64cd754a0b 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 a7c15c8f798f..9afd98122d86 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 9be005392b15..ffe7e135fc5d 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 9cad996bcc9b..f994fb79c1ba 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 f9181dd80e88..8d2a1fcc777f 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 52829cf4f6e2..2b69ce86dcaa 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 a94ef3e2f50e..0c65f58944b6 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 32f345c323d6..0d11565d3c3a 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 56fe6de55273..e4a9d0505d49 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 5c248321ac4c..3e6155eb22f1 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 330484cd462b..2d1f8841bba1 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 bcc9692c842a..a7907d6e2b9e 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 c14066bcf274..5439391e571c 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 c6745764b34c..58c23123a7dc 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 a9b25e2cd932..22eb178145e8 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 ebf7a7bcdcb5..f6d57794d59a 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 1515cd9900b8..3a85efe29d5b 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 4f2a37e8870b..c79500ea40bc 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 affe20c6af6e..c35b73428504 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 1bc7793cda7a..a3ba34289580 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 655692a07c88..8eebe0ab118e 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 ecac7507861e..6655a7b52e46 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 750d806b523b..dced0b800d06 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 af4d4b47507f..2ccf98dd81fd 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 d0a355e6510d..279488f2a593 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 099b2f231213..330dff5d7d6e 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 585226d9b4a2..20bd3578b274 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 3d4a90afe55b..f0b33166b715 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 15635666eb63..71d730f87532 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 41df39d821c3..80f7ed9446be 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 a3ff2491f988..ab4445408677 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 8d32681969b1..75a1a6b31910 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 2b5013cea80d..b6fbda6f07e7 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 7e46cd06bd8d..3ce397309c0b 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 26b2af66d61e..efacb3c97f3a 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 b6b780a5b294..182f4bf8593d 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 fb3426f6efac..f23c208ef357 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 e68048f53b21..429954c1175d 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 13dc495090d9..8c7b2d7a8e12 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 d2c29ff83de7..11561aa6160d 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 0a6444f03e2d..51b2859e091d 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 b77e56b82793..bc1d2d5ef023 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 a21a96107ee2..46a38d9d9824 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 03f7909ee8e4..e68be6c98974 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 67db24d5cb81..d6af8a47bb99 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 c0fb76fbcb6f..b175826a1a32 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 77099dcf13db..c135206496f0 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 025e3af74c82..ed55f2fd6c68 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 49199c923a8d..7a869b5bbe42 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 b4d9090cb42b..0d09a07f41cf 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 ca882de3310c..c4a20c64506d 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 fe48be3a8989..8fac8d162ad8 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 a5fec5b13ae5..dc190c9797cc 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 930c069121fb..e3045cad8547 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 2f358423a258..a8f4739cd1cd 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 baf455c45252..c63141c85683 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 f0788ad66675..84813f9487f6 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 d8505b389737..25bb0cd42cf4 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 38c228f01203..57e5fedbb91c 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 86ab5306b330..53f97cec94b8 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 28dbbe6cf196..21887e5fe6cf 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 b24f35b5b099..1d0ba2316643 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 c8550339b6b7..1a3573c2cdb7 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 1f2b4d472976..810ce36859aa 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 de9b9d7fc0c9..0e9c845ec667 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 d237c511b457..4c6e6fcc5a62 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 cc9747014ba4..535fee7c3749 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 b41d60ea3e12..2e68c5149bac 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 e5add047d4b0..f69a651c6ef4 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 8e2467a6554a..be18b90a4068 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 09786166b2db..f9f6ae317ae2 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 89eab7444aaf..44bc4b719a64 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 640a9c12ee25..257fe7a2028c 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 da6b87556d11..3a3e83e7a9b9 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 7e98d448b161..5f016734b466 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 70647b728a80..974cd9cdecd7 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 16d3bfaf692a..06f6a4b096b6 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 bf38905266c2..3d779ee9e4ab 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 528ffea0def7..250e4750ce06 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 415ddc0d2d4a..d3e05b67731d 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 013fd0ddc491..72171dc18031 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 f5d4aae5698e..311c84c5a92b 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 f7a20f4bf137..25d8b634cf57 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 f10bdaf2d1a4..fdd6013f4e35 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 b7f002064d8c..be8c1834753b 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 df8cf84e21a2..c97513fa8a31 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 45367284a920..94e4a5f409b2 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 bb3066718664..6fb5155c480a 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 f22d8873076a..63f052bcc5d7 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 0bb50fe0a912..7f856cebd3d5 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 c2fc274f519b..36797ee96668 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 99d3d6246715..8ad062c62e4e 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 e4195fcfed30..a7d73fa13708 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 c4b80ca1c6fd..44a0686543fc 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 329f7a68b68b..53c9caaff06b 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 f2aee4af816b..320dab3a1112 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 cbcaff0476ea..1d28a04e968e 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 b75b59207c32..2b8aafe8e000 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 44d9c088869d..5fb0dfa118fc 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 301cdf4b2514..1b1e2358c72e 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 d5008d14da55..661aa28f9d5b 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 32b6f156274a..bec6e85d5d5d 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 cf87f44b6143..5330002d2789 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 0527e500a63c..ba66f66c0175 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 26844b686478..35acf9c6c4f8 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 0829bd603339..e1f8b2160205 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 003c0c02b26d..c472407a8de6 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 a83e58588203..5bb7397d0fa5 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 4d042530edc6..1a8d0911002a 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 08a3cfdc7b0b..fcdff0aeaf7d 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 840c020f0b3b..f1bdf8ea8299 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 d93b7df09d92..b46bf4276541 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 34d76b290c4e..1a5fc6f428cf 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 42ec0749a2d7..ef93e739ef8d 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 623f8a688875..7e698915a558 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 f575274e05b7..33db69708d7c 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 882b6a54173a..1e4964966145 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 8ca351542832..764f3c705134 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 93ccc39f9ea6..21af7a51808e 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 44e1750e3527..c0b9578cb75d 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 8402533e61f1..3375f8fb5858 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 d783d45c4042..052f4bd3160f 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 b85a9e8bb9d4..d6808502b9ea 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 227aa59832fe..d5bf46233f9c 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 ec302b10afb4..3f7f83363411 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 f59a7f9005cb..24537df8cac0 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 7a450f2df732..2ebd2e0ebd8a 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 394e2fff9b14..c28e46fa26a2 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 ba7319a3ddd9..ee1433c67c4d 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 757415c7fba7..ffa9acf59711 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 0fc8b3adde64..28b872f3db12 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 f0b44df6f4e8..a4d1fd6658ec 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 7f2b78b6fb21..e2e5a6bdbc2f 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 5b4347ef8a7c..d95a6d1b3b25 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 a4972bc5b666..3b7a3d0d7147 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 da5bacf94007..c3c24a6fde81 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 651915dcf579..ea0ace6face4 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 9a420ae2e01c..ae089b0cba03 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 625ce2146f40..f5fd97cd270f 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 c586ad8e2282..dd16d7252aec 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 6d03350a12e0..4b7a4b07ceb4 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 8aa7fc8376a7..a833ce63ad21 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 61dd6f993031..e7b128e89c99 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 7a239e9d1ef7..c914ecb37585 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 dea3dc8e7f5a..835747d225e4 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 c77568d42789..499659125039 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 78bf775b6807..77ee33551258 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 61086a995e0d..5e4899b112d8 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 15bb4146514f..d2b87ed26abe 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 2e48a69cdfc7..d96fc64f7ea3 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 8acc60b54413..dd989ad914cf 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 10d0bf9e599f..970cd06192cb 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 868850c6ab26..8540612a653f 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 ab3993bbd717..7a307e9e2138 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 40dfc21c53dd..f75e031bd716 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 854458a3f62f..3a9ce4dae954 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 5ef229e6fe2c..50c684ae37d0 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 6bba27418934..608cd0ffa34d 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 e97f6ce242f5..1029fb0f964d 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 b0ea1826c38f..c65cf58c9235 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 ed3f611f8306..0384d1597335 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 9609252c5581..d7378322c0d5 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 f210a223d3c6..c19a0725ac17 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 429da61cb094..f7cb6649755a 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 5afaa0c39589..1ad40d00742f 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 5e1a01d05d2d..1e44da6a034b 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 e206c022880b..d1959f5974b6 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 9b878e365e30..23eeae5ad92e 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 ec0ef32eaad1..b143bd4eb9c1 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 b8671b46d101..f068d4c02857 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 dbffc8366d62..2a866ff38538 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 618efad573e7..176a75f3636c 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 3a963b60b44e..17cd0949e018 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 adc0bd1584f4..0c4fcbf2cd80 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 0e93de3ecd5a..4ab16fa1c740 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 86757782d9c6..9567f167c654 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 2af4f737fa4c..4ad3c095b67f 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 f6d06323654a..860a7651f64c 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 ffa1ad4c9ea5..1ec272bb637b 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 622e783bd29c..f48456b7a3ae 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 0acd153aef6e..cdd550e09fc4 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 ac2ed9b39a5b..d881f3d72567 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 5b18467683d4..3dd9f15c1c9b 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 bb1673096cc2..fdce457b06cf 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 7134b1cfdb3b..4e4c86be8516 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 218c9cdc2d27..52ecfb3ec15c 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 f220385904b2..8f0a2fb565df 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 8e7cc5810ef8..1fff9ebfba21 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 97f47459728b..32a3ed0ef828 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 591d261377f1..bcfead8d57b8 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 56f631c7a54a..1ee6d46ace56 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 fc9d6da62550..0f9b256d9a6c 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 803f5dfffabe..3777cb63fae6 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 3d91be260de4..c3e0d96422ee 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 0c1a8d0a05bb..ac689bfbec26 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 e763028c2260..07d35f1122cb 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 29cdf99211ae..7f8620d5ffec 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 030c4c783e91..5d2f6196f529 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 cc84a083f081..54c1597c05f4 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 9a76be0a8db6..3ca8204f4964 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 1e2814cb115c..b4fbd04bc26e 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 b4f7728e2190..7c284b329f02 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 7a3e7f17d59d..e2686514ccb3 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 3eca08279c72..1e81b758422d 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 e3f816c4cb60..c6dca096468d 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 963cea83a715..84478fe65867 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 50e4fd05d9d0..b28d556078e3 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 e80428c260fd..6ef65d3021b0 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 a8489e51bd71..d475ddc634be 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 3e40f6aad223..9a8842a7738c 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 da3ea00cf54c..da3c1b8c6fcd 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 4649ce8c5313..7cc70e7cba0f 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 efc4272b2de6..954e8ce6d5b3 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 67c90964603a..eb0453fa3b78 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 e57069fba3a4..0608e1e729a6 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 fff7b0700a87..f06535b8aed5 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 b34cc03f8fec..679405b1d35a 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 69c59735f6a5..40f1f479bd6f 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 0fb09bcb3401..b2b8c93cc0e8 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 ad87dee8ee42..f2ada631724e 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 7755ad988957..c6ddb6dd5ec1 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 6e2675b0f055..563ca0886d34 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 88d7986d7f14..bbe336b8fb07 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 3032ac22c887..a1e5a89706b5 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 d8fe8a67a89e..5bdb268ea2fd 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 50d46f75e3a4..a81037d43a82 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 232b37efa096..497396b26cb0 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 3c9212de71b4..4a758510f872 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 59b5aa2a09ee..35d41d7d5585 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 058c9f0ecd78..4d9fdec1310a 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 4ec2b411d649..5e294bb2eb62 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 601d26db19f0..d1620337a62c 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 01a3acc7e2e5..8b7e80de779c 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 9f206ea0c02f..316d376c8bc9 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 b09a13676f48..02ffe708674a 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 f002c00a4fa1..6c06ae67e115 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 7ab3997c79fc..8ce47412dc0e 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 45e0b292eca9..21ad197488d4 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 e6614eb182db..4b691ad43564 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 c393aa05dd7b..4ce0a957b33b 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 9a2ba46ecfe6..dfe7a4f91509 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 8077bc0bbf86..32e6f554c564 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 9bd0dbdefc89..7240cfeb5db7 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 07462d0804a3..e69b67aa1520 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 0385e1be235e..aeae2b03b49c 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 516c4b1dc7ea..159af1dcdeca 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 b44819dd5542..a52312544c5d 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 0c838ce93b0a..d95816daf45c 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 3ae414bf3c89..98f36d38ed8e 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 a8a2b1dbc48a..ebdb97eb1e2b 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 6517b8e83ca8..c505e7d45675 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 9d02b1d63a51..19f9c5afa6a9 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 f892b9820c72..182ff043ef9b 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 fa205f7d3cc2..942931a10922 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 d0c1a23e3305..e7453fee9d66 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 4ba47cc751af..8c5ad8094f4a 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 3c9e90331ac7..935ea818e60c 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 d610a9540080..a023e08c8987 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 7c8f59244ee3..247e84934f10 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 1635d27af851..d6bd90d6d27a 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 701d21de96aa..65746ff42075 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 6ff59c9f7dad..6e5f88c9a25c 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 c689a67298ff..e1c227b376e2 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 46cf48536eb3..9903d65adf62 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 50b3e17955aa..cf70b3dfcdba 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 d971d7cf79d6..d5035f54e0b0 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 39fbef56c73c..c8fcec29eea8 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 5bc9fa1731cf..c47b2d01b035 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 47d237c81b38..26cc56fa5e0d 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 130e917ae8ca..a5bc1d8b9b94 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 7aac01e64c9c..4ed7b125393d 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 e77631a2117f..75ce8ccf3e39 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 875882dbcad2..441be95db1d1 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 23e2ac37ba49..8c78d26b7cc0 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 a19e8684d312..5922d82b823c 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 8d5631a89862..326b0c402abb 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 500d96389303..148a6adbda5c 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 356716c591a2..f2d5daf8e25d 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 d31a0ced1a9f..147deae3076f 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 2d13a43be133..4c6af4780a5d 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 52b0ba13b625..6cd08310d428 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 2bf35143543b..349c1d177f75 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 35437c240dbf..688db1f9b2c5 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 8de93626bceb..825c3265f5cb 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 b563c1fadaa6..69d14cf39583 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 69c19b8ee81c..1e171084eb4b 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 9cb18fe9c0f2..f588ac02370c 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 9457f940729f..1ecfcb6a36fc 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 a0fd704b19e1..36aa1a1cf7fe 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 42ad3d9920fc..f85def4f397e 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 29d9e4dae1f3..dd804e35babf 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 69b31a49a943..56fc864037a8 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 ac2838d5b9e3..dc2d7f9c05e0 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 d0048fb8326f..d03dbb4e03ff 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 4f1ff7a0c311..3e2685f288e8 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 5057b82dc8b5..579870d8a61a 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 5f3ee51df239..52e6ee28e884 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 4b4fc50835f4..76e1c2d2dfb5 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 5dcf4c4b8958..7786cb3ad791 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 f9342b38bf6c..06980b122096 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 4176c630bcb0..126a4625ef44 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 d47db31e9adf..5481fbe5c4f9 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 65a9901ffc20..9ba18c5df095 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 76e995a0e9ae..ca6d0e420157 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 0ac1b954a8d0..702d13d65698 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 afbe20bf39ec..871b12a8a9fd 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 ce3c2a5de9a7..6f5608e6ffb4 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 6a056b689324..14e5d621a46d 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 5907cb7fa166..229138bcc0e3 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 a3b103cf840c..98c410b1f4ad 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 3020c5c7b80e..66b3c4cdaf68 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 b3e0ca849c63..436d67afbaa4 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 4ed9b5b6de85..1af5c99a6ada 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 f2cc205e3360..b92745ec6ca3 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 6f2d6dba0f4f..daa34b74a06c 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 c078c957591e..a1ef94d9dc0a 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 7889ce73a7d7..66441219f24c 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 2ea0d2ee5ea8..d1b6db458ae6 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 a02f6e0478d2..8d9ad4a1fc19 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 b0d441041df1..d25a2f5ff84b 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 5fbe6bac9ccd..93d9b7b51fa6 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 e5dd7065d182..9eaddd9dca72 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 891a9608de56..f4443a91c954 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 2c50330b5bdf..e63a86758f47 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 e15fe305dbfa..39c72889537b 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 2804e80dcdb3..e03f7b023eda 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 349cca2a94d1..7973667b0dbc 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 1505e8692ebe..07b2745a61aa 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 e277ea426b61..594714798411 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 6271d2ab4e52..4b72e8e125e4 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 322186698bfc..2bf0639afb0f 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 1f043d30fc43..868284ba2084 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 b10f2853f1cd..1701b33b43f0 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 04f7e4d00c5e..899337f6af80 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 c2d307442f93..17737b209e69 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 862ac88ef508..27efa62a91d4 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 9d1c5b5c94c3..e99aa773ff6f 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 e7d44b0216d4..9eaab095ac71 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 d0f24717ef90..62b97ec0f518 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 65987628d4b3..6719d5d9d93b 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 128bef0eb5b9..9c7d842ffc85 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 1595b3f96a80..2c06b246b4b2 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 8f2b6ac77423..457211090477 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 ead4297a173c..8de9d4796a96 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 97381c84f5f3..b4730889a85c 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 77733a206b95..7c11815b7f35 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 952f85ca4382..877eefb2aa9f 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 dbf090ed1b25..4500e15f2128 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 606d7415b057..4aa32916d56d 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 2dc3e8c8caf2..fe12faa409fd 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 424fb4365ac6..47ebcff455ce 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 596d603c9cb9..989fe3c3676e 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 d26ba5295ea1..7be098185e72 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 c5ceaae8e986..192e92885d2a 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 f3dbd1a671ec..ad1a01e2bd18 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 73bc2604c1db..6258f025833d 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 354b57ede61f..a622b0469493 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 47c076be665b..ac4db4810d23 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 ba6fefea5e8d..69559ec00c14 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 ad19d3b09fe7..31e902411b30 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 450fda1b8954..7108073a8058 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 e6edca2bbae5..55d8c29e7c9e 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 adc522819f1d..e8acd6275594 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 71f198e6c138..5d56c966cdd7 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 b16d7d56daf8..62a994230467 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 f07a3a16f1b4..439ad557ca8d 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 5ffbb0185593..a78268bd3590 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 7c70d77433ea..515b07a1a864 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 d053364fc61c..9c5429c4a4b1 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 fc27dd9db50c..fb1c200f2767 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 11636b300810..2920b126941d 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 fb8bbe9a571a..5616066eca7e 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 6ee0437b435d..e7115324371b 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 6b139f9625e8..d4f2339c7779 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 bd4f85e3c1bf..ab0f27bce701 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 14aa879ac975..0df95b7e4009 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 49b49fa07828..b207f8d54e34 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 d6b62b0f571d..a3a59ac67466 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 554acbcba36d..d0ed51e8e912 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 58971d8eb412..dc68b6dbb62f 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 f5a89d172355..93e7a58055b5 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 4d31ee276a0d..eedce7bceae9 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 478be4b528f7..552180b3bf8a 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 cb023f73111b..bc544434ed80 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 acf1c2d36589..c02c7a87f6af 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 e6cd5212e567..120100cef09f 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 087ea4d5c290..2fd43fd73ece 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 493b71025b16..efee3576f64a 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 b0ca24d2715c..69cd5b28052e 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 69d6de9050d9..edc616032fbe 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 3a308691d466..53b61a9b64e4 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 0a84cfbe6cd5..5cd32b844824 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 5d239cbf7f26..8c8838b6a526 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 bb3a83deb9c2..7fa565fc4ce8 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 bb6f6b3ca3c0..b6f3871d2ee3 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 f74c7c294e80..01412c2332a9 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 1124a20c26b3..138da279564f 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 fe38d5473aa5..a78e343e138f 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 b9664c3d9339..ad8b4e4b4455 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 f0b2f0152e77..05c5221b3240 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 8c3f925f2c5c..0586fef3eb7e 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 ecdf329fe3c9..50ad0ae146c5 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 eb5855aaceab..30479510e980 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 4e126a978085..593a3e6ad3eb 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 c34f4b7a10f8..8da9f50e4b67 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 4d97b924298e..54ad1858b072 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 2359c508b3a3..4f285ed0a2fe 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 31e531c92137..93637f815fc6 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 46756beaa6dc..6a1f464a7c0b 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 23f611f764b8..fea366ee2fdb 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 208f00c28942..4bbf4b1551e4 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 0f57a0303c79..0325f1cadada 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 0a79b2ef2445..f2a23da00102 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 833a40ab528f..d0d6e136e726 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 1f57d01916fe..a6a9ce895365 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 c0291579db37..b0b026e1ac79 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 09f0be25135e..cc159a86cc52 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 126d6a5d4fe3..9daa4da6286c 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 bb5721e4de21..0fccd1006f75 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 d3b06340098d..6377c80c4b25 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 61261b0d2aaf..aef5f562daf1 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 843e91250363..5c3be47f71a3 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 562a6b3c34b5..62d17554b259 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 009cace0fdbe..a0a91329df09 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 9a421ab15802..3b0fb47e1d62 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 d46a192e5af6..e85f165981b6 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 927d87233a8a..bfc687e0d30c 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 c6ae0628b39b..065901f71003 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 a6090e3d1e26..1d9c8f520b08 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 f07039d1efc7..67a7976efdf2 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 8fd799d787ee..96330ae2c16e 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 082e0b98d0fd..02372d4b19f7 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 55af9f10bafb..446639a17d67 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 cff2c84eabaa..a0b2f025fd5b 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 48ecb5272bbe..5e261ae29000 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 6d4dd6e2b936..9e60e096b1be 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 5d3ef66cae8e..ec80e68f86a0 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 65224567c5ac..668277f4cd86 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 ac591d474269..d08b5f01d696 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 1d31a7d74065..82d64a74308a 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 35b08c1c2b77..891586ad6ed0 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 c59154c72fd5..1f80e3bc469a 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 b162dcb96801..956b278514ad 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 e0e45f2ee792..fc491936cdbc 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 ec561745b98d..c332b8484aa7 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 6be2b698e53a..3750362e4117 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 43e9b8e0e49f..46cdfdbe2bbe 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 a43375b1b128..49e88660c884 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 ce18c08ef163..f577436a7452 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 3fae659120eb..18bdbe558e96 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 f88f78a7a212..00a2dd065e03 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 c95f4202b3ec..06f81478a7db 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 dd77e3721c0e..a91cd7fc4860 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 c76a7c39e7d3..7a2e25f3f77f 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 0d9c51f6b031..c54a862a5e10 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 e10f57f29326..6bc86fc734b8 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 de0762495cfd..02fb130f319c 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 7fe36546cbc0..3645b3eb92c5 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 853538a58ee5..aaf4e34d5eca 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 c403f65013ee..2117bd79ba6f 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 173a3ae060f7..3ae4ce9ca5d4 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 871e52a9d180..7971a8ec4988 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 bb66ad40fd81..dcfb57613199 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 c8bad7120810..36cd2cc6c04a 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 24f7495be40e..19322ce6cbe0 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 413cab1c70e4..13e211fdc02a 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 cd8e31f7df18..7f1d4873aad8 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 9691990b82d1..bd85a1e69c5f 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 4c98d866b4d9..1c76997c99fb 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 55b317f9d017..6d9b29206b2d 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 cf122736b61a..a866211a3576 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 3469fcc57cbb..1ee4b58af9b7 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 287c0c308eb6..b3f9c1097ae8 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 7a461c27bdbe..537b8f46c10d 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 e8cb1afe70f0..c2b0267526e1 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 4607fd27d14d..e38a2cedd70b 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 ede90a2907c1..0db37182a6df 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 ed7ef6cf01ca..1b1e974d51cf 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 4c7db3fe674b..31ccdabd1de8 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 f8ddbc277e48..a260e512695f 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 4eb8fa7ce8bc..8a26184e92f4 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 e7b090b0023a..2a53c3417fc5 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 82ed0fd62afd..11db664a9f0a 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 494aaf8ad032..3dcad6d3b0cc 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 3bc9539f2b3c..9fd9323534b5 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 18435f0e8e9b..e9f8503638dd 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 3dc600633ec4..a5bdcfc49feb 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 0fd2b878d0fe..7ea0e14441a1 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 b5b6ddc90732..8de409ca39f8 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 fa28a882bb18..6670f01ecc47 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 e3677d2350b8..1a557c189540 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 1c4d304591bb..b626261be8e0 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 b0052d0dc19f..e12ea056b27d 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 9e619c025ee1..865a954add0e 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 6a5680c05bc4..4e3dc8f7d102 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 5c6ccf05497a..a12a6b31d080 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 9a8497118da9..93dfd84b794d 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 4f44dbf3638a..15de6948a402 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 ce02dfdaab68..73780c53edea 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 02f6d4a72746..09bf230b4731 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 3e1fd0c1e831..7bc62888cef5 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 dd125f4b7783..a985c9b54521 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 084bacc63db9..2f4352d0c5be 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 fa46652d6784..03c47cea7de3 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 6a4222d90307..47e5df3bb8e5 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 625b812b90f9..eea7c33c074e 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 a437b5cce131..a202d826f7ff 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 4c2d50d4e002..cd750c727a29 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 6e06295f8503..c8b9ad09ab22 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 25486db8a05d..c606ca08f510 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 d6903a2bd132..43908f91121d 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 db349e004676..913608fb20e8 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 dfe05ab2705e..4b0a8bc57c30 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 d24be1e17b2a..85c1d1ba3c52 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 5096f64c3dc4..b6406fc53652 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 b783c89bb4c9..94a6f9b01ef7 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 65f90a6a0de1..47f65a496153 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 510a4a3ce5f5..e2a8ef537454 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 45868d76a911..5b55a6b0f4b4 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 2b5b8ea3de14..dcace3db0f8b 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 cac63fc1e674..d91e03a4c6a5 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 772bc86ba1e9..8f8fc0f83b7b 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 cab93dd771d9..5c62a6ce30c2 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 cbaed9f85a03..a1ec5238a5a8 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 7b02af9177b9..48a6097bd3f5 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 ad20dcb200a0..fc5f153995e7 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 7e2d1036768a..d89d8e1728d2 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 6eb7f14b6c5f..3491bee25d88 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 0d979dd6856d..10c04345f25e 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 b950640eae9e..6620379cccf7 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 645bdcb5e9e6..067fdfbed65a 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 59698456d30d..3c6ab7f99c6a 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 e5d7a1b1a4b9..4b84adda301d 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 a11cc77ed772..d608df3b3674 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 188d0a9bf38d..d1cf2d52b53a 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 9a34d98a9964..5a93a1e1a508 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 d85cb32cea9b..7576d125c59a 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 eb94d8ae927d..5a0a355e4f1d 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 0ac4dbaaba85..12f4653f1247 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 56a4532238c1..6ea32ded28b0 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 ba69333bccb2..817ea203bfa6 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 026a57f11b9b..2c0305f25060 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 a6180a3edbd3..ed9821f248ed 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 4075b49571fa..a28054be5589 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 a64f56ba7a84..c760b7994b6a 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 a85dca84cdec..e1158090addc 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 39eeee5713c1..2dc2c3d21f3c 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 72112d6fdb28..9d11d715304c 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 66dcfa1b0886..c43099bd9a3b 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 e78c8ed5ae4e..b78868f92c24 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 50c076c50b1c..ace17abe3d3d 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 9c8c633c94e2..812b3c83e12f 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 1717f8052c89..bf05daa4caae 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 82f85d1c52be..a8c9a49ebc49 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 5acbca351c86..ae9bed2b4c3b 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 61350b0a8d54..88442cb692bd 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 c5762a82cf3e..d3e1a2008c6b 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 753a8b1feaa5..b1b38c206a4b 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 82bb9ba9116a..7a1016798376 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 d6d044764bea..09ec308cb818 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 17b21474b61f..6e0c1f582c06 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 745cc7061b1a..742dd704f64f 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 d17eac1ccc89..8c7dbf740fa6 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 0a425b44d713..62b736596b70 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 f241a8508db1..7f27a23b83c0 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 004d1da80aa0..395836d9d85e 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 fcd41c344c1a..5fe12f2d32a6 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 f762aacd3d27..c01569684788 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 534d57f5f51f..57404485cc1c 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 ed9106712de8..0732c9b65952 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 61acccbe05bb..47b2221a98b3 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 8fd31b42010e..bc2428169371 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 d5f941d65d09..48328a44d8a0 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 11790ec4cc0f..a1520bf13dcf 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 feece77a1ba5..7c67df92f961 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 404b98e18c68..739c98d88e0a 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 9b75c1c818c9..d086cf138115 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 378c265b6ecc..296692efdff1 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 7c803edb30a2..2ef834f0b1ce 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 0391826a6edd..d46e38167baa 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 8dd7dc561abc..4b50a1f311c1 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 3947e75e59d1..7f6045cbb37f 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 89dc8ba81047..9fa68d5293df 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 30f300525508..9d50b10574af 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 406885e25932..7e3c073ebf74 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 7583e546e56b..03fa5fccf5e1 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 cd298f872d83..85521ab81c19 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 f9f36b19225c..ee87fb1332a1 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 734fb8b59045..8b241764152e 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 a53ec562e420..d51ba90cd129 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 3410269f3850..e9b3832555eb 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 02de661447b1..8351eec8ea6e 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 222ee685f9b6..8517120f0c4a 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 fa6effde2b11..3f8bfaf74ad6 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 9b52093bcc65..a8bccb5b4a73 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 cd7b2f382530..b84a25554dea 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 3dbfbe74e8d4..f23d3351e1a1 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 4442f2044d52..60d5b65c51e3 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 b8388ccf3af3..80d4c2f9e848 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 7134c61f5222..d63567b50c2d 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 ce1487d2fb52..94b33915d25d 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 6f89c0f1788e..4d44e9d3dfe6 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 0ad39fa185a0..02b4658cb435 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 67bca80953ae..3c6024d63191 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 381a4e4b83ab..9cc427baefc1 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 c97a9cb99a80..f526e865f62a 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 8af17637a20d..3c2f9f0d0daa 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 eeed487477cc..b427ec212e6f 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 f1eba359f337..c2896d1782e5 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 8c4d6f391060..969b813ffec1 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 cdcfc46f73f2..a0d37797003a 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 a94ae296b7dc..efa2bfd7add8 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 015cde2f392c..547fa411c4c6 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 eaeed45c82e1..de03257fcbe4 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 001852aae8cf..f7de7694f8c1 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 860d6e114cee..c05e66054d0c 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 77f6f493dc02..f2a9ea1f4276 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 c7706c15964c..994064aadb0a 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 879013d37cbe..78126c0dba53 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 6d15c6771020..06ac2bcda1c3 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 e32b6bd045a2..563c3af69ee7 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 b737658fdc51..f4df8624bc3a 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 ef5e322ce363..38e4583b72be 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 99284cfb8c83..2992989f149d 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 1612c471edec..93dd66196795 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 bd2d2ba3505f..497a07ede0bd 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 bc671ecb1496..64ee4864f6d7 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 57e630695d70..b2c067330480 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 4e29718c36be..1801b50a96a6 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 1fe5d933d160..add2d5ccaf4c 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 a622e2d21a2c..6623d919abf5 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 ef7964a80598..2b2367ab805d 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 a9829251a8ef..737473b43823 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 9daf42723069..08e35bca3fbf 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 b37d6f75e2de..ce6c9be25dc6 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 7b8e0efc9fc8..394c8752e712 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 193f30d82179..9814923499cc 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 adf5f38ac33c..74775ae41651 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 f6bc375f4747..59c40458929a 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 69e66378ab83..6fea201ac73d 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 49211ba2462b..bf7324a81060 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 5c303407ee89..413e40230bf4 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 45aac45c7346..b80f4b9c6e0e 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 c8bcdd700355..68636a77cc11 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 810cb3b8943d..c87ca2f9d5f3 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 8ab17863dc70..03a4bcf3cb94 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 982919c30059..5da189393901 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 7f36e8e80d75..ee8703d989bf 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 7af15e628b79..958fdc5bd9d6 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 0a786e45b76c..a5919abda2b9 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 33dbba8c62b6..bd80c0f1b0cf 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 6fad2410985a..ee995840fe73 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 e21162a0084b..2d6a38282692 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 567512109b23..f0f3742c3b5b 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 40952f4a3ba3..c99d0777a9b3 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 208cfd50c29d..fa5f04ca9376 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 b4bd79244932..8d5c45916008 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 f7f13f11d668..ba0f528e2b18 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 1d2a3fc76aab..19b13737808a 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 eadbb0db29fe..b1e5199dc7c0 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 68b10fe062e8..76152af934bd 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 31632cf42b16..6684cedf663f 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 79b70a4c344f..4067df8400ea 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 9e9e41a038da..4a832f657ce6 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 1ba00c9b4e42..78087ca20a5a 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 38d7701ad758..232433864451 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 87ae2ee56701..a1f66e6bbafd 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 b58260543c4b..d4abbf9e1b9a 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 431ee880eacb..30d2a0882fe6 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 387402fb1172..f88c2bad187c 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 b869c2edec5d..33d8caa08d2a 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 5a33fde4fcd8..66837ef4badf 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 bfd9007b10b6..3afb1d939348 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 604560bb3deb..1088d36454c6 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 15536bebcad2..d769f1f4af1d 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 716469a73009..d3ac0f9edd47 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 90702cad646e..69510ab53020 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 be07c4b36f7a..8c22df8b3570 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 22b9309569d3..001f673784b3 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 11a1d9f31fba..3610a770e98d 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 8df3f6bd9bce..97e78bdc36dd 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 35cd02cdd5be..56588c65ae43 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 9d313d5208d9..f51c5d985baf 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 9e1a0cec46dc..bde4b15d0093 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 2edef3815fbc..1d3e5545d741 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 94500caff052..bdbdc49ec6f7 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 48d0c6053d1d..6178b294eb8b 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 ea21f25d1170..88aa53f23304 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 447612ed1c9e..39807fb3f1a3 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 2fe69854b200..b614308466d6 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 68e9d6bcd224..de5e986db35c 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 fa517819df75..ad5f15575f16 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 4a7d302eea89..478e337b7587 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 98daf0599beb..cd0b0bfaa4c0 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 34dd47762cf6..55f2188dca49 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 edf7cce66b39..2fbf4e045703 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 00b0340ab541..7c8bf7d808a9 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 ccead88f1fa7..ae0e973935a9 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 88415e93bd41..d15cfedea78d 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 cb2764abfb1c..838c8f9fac7f 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 dbe8745c99cf..ca24befcc21f 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 eb95276d16bc..133b11422ec0 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 8dc9cde92810..5bda794ac09c 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 9700da514ae8..9c6528b6bbd3 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 34c38599852f..ba9ffbec0ab3 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 c3ec7c57e94e..6ba996357633 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 efa71a854713..d8a567160f9a 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 8d526e1f6ad7..4b89454bf6b9 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 f3353af526c1..79983d5a5e21 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 5302f86f826b..0d65ed7d0516 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 0c1284956686..8584425d7814 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 4cf4a2680a57..a0dbcd5ca9cf 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 6d82de484d05..7ecbf321f297 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 d5265a49cb50..24fd19d69443 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 9ebee0855847..0080edaebd3e 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 766c43aa7562..69b29b5d6bd4 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 0a244757bde6..e2392250ebef 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 7ea3a5721e9b..cb876350ba86 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 7803ed403b38..6c8c1f4a1249 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 8f4a1e87e439..d39acdce21fe 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 ef0b19bae4a1..c58bbe70e6df 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 01cdbe1f332d..336c84d40716 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 382fcb51bd25..3a99e01673f2 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 d37cfb2c50f9..2ada1256cb4f 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 0ded2ab150bb..acb20512a488 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 be8e784f2368..78dc9549393f 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 f437c896077c..3f15045b5fc0 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 47891baadff6..388ee16d4155 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 662859431e6a..663d467af177 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 b8f2b695b071..ba0f2fe0a6c3 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 a466040e8d19..ba04e4ec0b39 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 d76a95779000..7d5435236322 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 b7ad96772cf0..d39121451170 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 f993c4eefbab..bf03dd896af0 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 6d644f79b954..7129f8daba36 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 e8d5c8e31937..3903633ddb64 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 a8c831598747..0e660ce49782 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 fe5995d7a32c..1f5076f3476e 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 be7e9e8a1f85..16337d4ab993 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 d723d0ca2185..dc56bd872aa9 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 745f6d53c367..71c70ac36daf 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 99d1350c0ada..0750da7463ad 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 4603a96e7051..d298455c2bd0 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 a58138f5738e..a1502c4b50aa 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 d622e568adf0..aaf7011eaa72 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 e20a44923ac4..e050fcb30525 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 58804df1f7df..db205d5c48b2 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 05fde755efea..6389fabac0ed 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 25b413ca90b8..a60fe090cab6 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 dfa14d3fce31..b3198dc80200 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 d4a5f1bd6138..b3f4906525a2 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 7036ba47bec3..072b026e8f1f 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 8520944e53e9..b2ebe35d5995 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 58940fae1445..f0bfcfb0e876 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 280af64ab285..c046f34a4d60 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 e90e5062019d..a7f185b5566c 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 5fe49aa59cf9..1bf9adf987a8 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 451c4e6af951..410b00243cbb 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 5f7e21a1caf0..5a1432d37533 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 b126cfd5fa17..79bab6984f0c 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 92afcaac37cc..453a0362580f 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 93f8193de33c..4201bd003c5f 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 5a19c5b261f6..e58d012c69fa 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 d9ac661f09fe..8fca2e1e1894 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 ac47a8cff4a9..b8a2d4fca6b5 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 17cd4e373b70..1eb0e36a163a 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 537d1850b743..ae6e7d8434b2 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 71df3ea1ff9c..50692e0c5e3f 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 67b114bd25e8..4e967dca4a72 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 d641df4070c4..b70877bb767e 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 e6572998bffe..821bf1e8ad8f 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 b25dfda692c2..b6956846d6b4 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 573d00f42b8c..6ac7906a6787 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 a1d88ffa8e7c..392ef13537a7 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 97748202bd6c..3cfcef9080a3 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 cb8ce91e5bd9..7f27ef77fbbd 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 bf81b776551b..70c8451bb236 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 3a47878bac56..ac7f324f13ac 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 0d7f223c814c..5b47655e1b67 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 6f96a5912af6..55f7b39c3ff3 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 ca9e25e11a17..487067db9942 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 a8d53d0f47e0..a19d4833cd15 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 afd098b627a4..86d18116aa71 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 c0855fcf2e55..a3d375ad925b 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 dfdacca42678..5d53d3cc6f2d 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 3e4d277ab469..a375240e4039 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 f7b08608e7a8..2805d07727d4 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 1310e4aec44a..aa82d750ef29 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 739b57049648..6133330f1ba9 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 957d7eb72529..6eb279d3c586 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 61b500e301ce..9451aca77e1d 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 29c8f5682271..706f6086bed6 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 9c7e62a3a3b9..9ae880282d1e 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 c177093d008e..9ce969f87b78 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 b4143e9a0810..3b3b6bfd1344 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 0b5e265f8d06..e883e77afb85 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 ca98894a0fa1..e89df4d64d50 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 df07e34f38ce..ce735087f5f2 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 25763c398506..b0b5e19eb63e 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 a64b4edb43f7..10af443a5f32 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 b7498918e6d8..fa4ada3c1fd1 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 66990e74fca4..3e9d6f295c6f 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 d76669bd9ae1..15899fe17ca6 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 783c2b368810..fae00422429c 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 6aa552de2fe2..d2086ae9571b 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 a5ca4b909036..52a6b91bcab0 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 d13cb9069c58..1f91302a03c7 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 7bffa9de8d53..5baedc386aea 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 caba682100a9..3fb494641bc4 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 eaa9813f5135..48afbc13bc15 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 e525281dbb8e..7a5e5d668ed2 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 f18ae994411c..20a0668f895c 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 734cbc039dff..6894006dda22 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 054169d83bc2..34c8b00d61b1 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 14013b15326e..cb2fb0f787ce 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 42d9266a2c33..df7fe8a0d044 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 03ce023f6d32..ae99172b6d35 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 d6a5f9c69fbb..4c5525997625 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 0cad735b0b7d..1aabd7eecdc2 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 02c9a6bf0f80..e6c2a12c844d 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 803613533466..7a8583777a1c 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 1e36ca40aef8..8e7db2b0b4e1 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 fe13885d6fc6..8dd63dab0293 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 c642e21f5304..99095277f131 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 86946ccae138..e02e94422191 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 6ddb387852da..fa4a70b6637d 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 6c085bac9040..ef373ae3739f 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 a5ec2355a3f4..5cbc1cc671da 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 54e24b3de5f9..5feace20166e 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 3c433744cc0a..dc43bdaa0eb8 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 02bb69ffd37a..54fd5dcd3545 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 224e8e09e721..2f8cd42d1068 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 ab8f9e1d6674..4651741aefb2 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 b0d2e762ecd0..8e3093b0e9bd 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 e10f09b51abb..0cff1e8010cc 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 6cbdf994214e..2dbeaa83aeab 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 36b0c233bb13..9e16ed468ed6 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 b3e9e06c1a45..6b9942c37069 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 9d84749c1de5..05c9fd9587e4 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 c83bf6f2ec8c..13d8cda3a9ae 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 1cb0bfb2c41c..37b43ffa95fd 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 7aaadff7812a..8b3bb04b36b7 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 b7130c2c9d76..1fae53a68870 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 f888def8ddda..50e749a81de7 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 409590506f4a..816cfecea790 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 1fb2ed99cb6c..8930c0f7b952 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 6f2cdde8f8e9..8a3d592d49ae 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 e5d78b7e57dc..8e63e6c96b4f 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 2feda8b8d693..7a3e610eb219 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 17f6658d5ab4..7e5f13ead8b6 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 2c53d0a7fa60..83b3fd03105a 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 8998dcf477bc..4d33f8d13058 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 02164a9b4654..e711ec80fbc2 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 42c2564b6875..2bf4eb385468 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 a2203d48e5d8..647ec20edfe9 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 eafa4c1f5506..94f0786d233a 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 38f5d5fdfd24..cc86eb6b4cc7 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 95016d67bd66..9b058fcf1b3a 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 0f934b9767da..7a4187f4b493 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 f079be68e84b..e0a59a9cdb3c 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 58ed3a526d65..66f2c19f3c65 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 c0bee0da80a6..69890907305c 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 2cc81e19a97c..60e54d83e94d 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 c521e776fed0..8b9aac6061b0 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 608c7ce89417..b8b335c13332 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 97d4107ec8bc..7142ac4eff6e 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 e30e4fcf86cf..39cad1541f37 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 5e2ccf56bef8..4da59b853de9 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 5af40c591fad..544586395010 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 010c4ce3a867..def00af0eaab 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 103e9f63a02b..b28b4edfd8dc 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 88d059eeca47..0c0b1bfe8172 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 7177a8b8ae91..1b1991e79d75 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 d1e89dcf4ac0..a3cda7a0ad8a 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 2f2cb311db39..9d63907eb114 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 4d5ad845e604..c96644152e9e 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 60058d4e92de..2090a2777256 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 abb273471d24..9111cc66aa9f 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 fe010673b17c..863f0c45399e 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 001a3edf3931..0fd3aab6deee 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 6bd6d4c6cee5..dde2b139af3e 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 7b3f01507477..0dae09e761ff 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 3e8b379bfe3f..e030f99e09a9 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 482586c42f06..76abfb8134dd 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 09d9d65bf20a..99461f4e409b 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 bdcdd0a66ac2..238a7113a4d6 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 9c2e59e0be15..8ad55f8fe74b 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 e8bac22c973d..124363fc63a7 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 76a53607fa0f..a6a905648568 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 76921ad359f5..d49e94ae5085 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 fb13daefe57d..35587ac60628 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 48eb6778c273..e29d9a709229 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 5a5d589833ec..c92a4ef310dd 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 a77e9ad8dfe6..cde6c551ad64 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 f191cdefe663..9c6cfdff7b8b 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 8c206e0feafb..cdb685b394ee 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 1a3deaf089c1..011516655152 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 816c7f1abb14..e0a20d700259 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 8abcd92f55be..86b8d9efa78c 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 bf7a2a6478a5..f7b15f659f54 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 368a02d84d5c..644c2e04b908 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 38add29360c5..1438b52d3ba4 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 5b477e1b2902..234cfcb19cce 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 bb700e03b814..4ed2e3c7ff11 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 7de93fa48f4d..cf74f1c0ca2e 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 3794a71bd152..2a738d16b8db 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 e054e25b0ee8..df984b666e50 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 ad8f4cf88f6e..fb4c402e6f84 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 bfa93565ef38..fb611ee2b46b 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 791a7cc6382d..300f786fc37f 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 91fe3ece1647..eaa5106e358c 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 cb6b373a3c27..aa1532ac21bb 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 093c3ec8feee..678d581e0f95 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 f075e5c39fa4..16ded725cb57 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 90418654145a..b3785bc37e2d 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 d2d588f47db1..c94a7b756bca 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 f1def061f52c..6191c590ea8e 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 73ca14280606..cdd2ff8f3465 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 3364e817453f..356abde04cd1 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 ed49b9d13b58..b8e9ea8141f5 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 a090f1dabae9..72d5cb57c4ee 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 04936c452893..7415e0673c58 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 7309fd44a73e..96a639d92f88 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 6393ba5f77c0..381f5bc97310 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 a1ae21ccbd1d..9be1a70550f1 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 66eddaa61d0b..225ce4e58f84 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 9eb7a8fe66ae..17f4d9d9cb5f 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 a4a400564db7..b8b9324b2ae0 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 6841d20f6682..50ca704e636f 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 4d3780868bff..2642b408110f 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 c45cd60c8b83..2589632a2335 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 8436c3cb5951..7c9fbe72bdb3 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 463149a6261c..476af48ef2cb 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 94fd70731936..e7f76f7ae57f 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 3d3f0d9cbf3e..760229ef35c2 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 bc63885e33a1..5e7fbc5cb830 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 5907008f9bff..4a16ca17c418 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 e7d1f1999602..adc84c78e18e 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 dc69076196ed..ebf1e1a1127f 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 2694b718eb70..26fd3a3a24ce 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 22af503a8522..d3dc2990ac62 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 95c87c4d0023..563ec6dfea6f 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 34deaae9aca5..184dd7a60d1b 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 a82144cc12dd..a843ee14c601 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 3e7977c4dfa3..bf4c85f313b0 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 3c0fef25cc0e..246d214ead00 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 75e815b6ee0e..3f8c38b51cc6 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 52e1e95d701e..9d685beded69 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 d6de3dc520e9..8ed2191e1a37 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 377cbc614a57..6d3b1df756ca 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 3bf86da8d832..71f3b18c396c 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 7ba644be0381..b73e125578b5 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 f7013b6d8756..4ee211dec5d8 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 acba03b25816..4f1abbf0184a 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 f56832f8d2f4..630499e9230a 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 02b85ee89b92..5476fc45bcad 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 a7d3c441e29b..cb6785ca6e3f 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 176276f02082..e75c13c50019 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 4a40d999a80a..1d88b6d1fdea 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 640835f7ea95..9e045105fdb7 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 96529ffdb3fc..a3f4f479eb8e 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 3961713657a3..e3fa481dafb3 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 c2fc207965f9..5212eecfbac9 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 4767d835b0bd..c337c17df3de 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 1e1934f5ad0a..be7f81a1c50f 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 b3eeb3910cfd..406a8c9258a9 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 750110b12fed..067a1d2af530 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 3e3bef315645..4d7c676e5496 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 1501f28c75a8..e7d6304961cb 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 2e4d85214fbd..6c72b359f59e 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 6282c3064edd..c6be20d65061 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 daec30c01492..12988a77494e 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 85270aead510..851078d9eb86 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 d8b4044ddcd3..37f15cd5de0d 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 0caee106bc51..394d52613ef6 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 32b27c0ac2c7..2f2f8d1c010a 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 8ad22b3acee0..3edd84c62517 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 382b3f7daf20..ba98c6ba85a7 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 c9e50e58da87..e120bf086bcc 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 d91c36f26948..e2a8a28c9d6c 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 1ca603bf2a65..89b271aef849 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 dc4af4e25987..4ae18da029c2 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 53ddb8d83bd2..73109b544e07 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 c888668629f6..5184e9b6eb73 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 633a4522ea83..96d12a21565c 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 a79c330d4228..4ce0f672aae2 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 6d8e42d8f769..c7d4e9bcbbe9 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 d5883cb6bb79..9b26b0c10162 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 921b39b25651..5bb76d84a767 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 ab31aa3fba31..393d4c33501c 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 324ce15f8f41..c6f6c9da95c0 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 cd6a2d2f7f70..ca24ffaf5cb3 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 15c7dfac5d4f..f2fc71e2cc53 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 e8458135842a..5d40731476c6 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 6bb6c4876e18..ac6fd67a81cd 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 ec0416400b9f..87c567dcfe5b 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 4e47bc1512d1..72dbc34f569d 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 0972c5bec623..a1175599dbb4 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 781a5cdb0585..34cb6ea26f9f 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 390cd71e4a90..2c35af3ec2c7 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 f614b5c54bcb..ff25a47f64cc 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 036d3f17e947..d73811720afa 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 24ca1898a01b..cb403d9fbbb0 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 ed4a2704917b..0a5e7cdee03a 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 6402a8ededda..9a0ef205d111 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 222dd67b7dfb..264fa37b7907 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 c6d313f42182..10c9bbc39ba9 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 a73809243f0b..592326c523d3 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 aeca64d7cdc3..81423d4de256 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 de69cf5af0c9..0a3d16533eaf 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 151a6d2a09fa..d790b0fd0319 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 3f48d96a7b26..2cdbc59b4f55 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 ca2e8c8e05cb..39624115e031 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 32c5afdaf0f7..ea4418651695 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 e70ffc20e382..292c4d3e9784 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 61b0bd7ae652..db9fcfd539ee 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 86e1af982ac9..3e8e367cafd7 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 f310423d0de7..f587ac423d1d 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 9f6734fcc51c..aebccb576e9c 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 19043fd8be4b..02b446869166 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 1f0b34af7aaa..d64027e5bec6 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 78bbd9a9b57f..f2ceee8bcef9 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 d685a76be85f..99d34823056b 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 140e980dda44..621fa4936f83 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 e84fe0c76e9f..87157c735116 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 5e63af54a16e..0791e27b5362 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 0da08b8de896..99a9a0e59866 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 dffbcda79407..d1f4c727c64c 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 488a7b7db275..9033f8bd3286 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 f158447712e8..dfecf3023ffb 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 cf212890b1cf..392e077042f2 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 645b7b07d0e8..def99211686b 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 79f19c6bec36..f9b1f38a931a 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 442bcad4423a..bc8df2b34cde 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 34c17f24a385..895ffd3475fd 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 e7a53021aee3..947f42644e6f 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 26fa6ac3a858..3f1949b6ef68 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 187f53c818be..9109cccaadf8 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 94ef0519f07a..dc3a83a7463c 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 b72b2a1e2353..71b5a4949390 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 335c410ecc73..74ecd8a841b7 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 daae3aca78f3..779b571c1911 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 78ca3613bc4c..ff0546d3eb3c 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 551d15979e03..dcacbde3de4c 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 b515538bc325..d34a77dd56f8 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 c2bafced0207..da2b2cd6edd6 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 843d031df14d..6abfc69b2727 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 f3c0d19c2fce..f3166b6f2de4 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 d76381961f3a..09a7de2ea7a6 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 f8e8264abe4e..e5e6f00dd103 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 b641c8ba7135..7c645d6317da 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 e2ae6448598e..93d1e68e3a65 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 f43ac26a0c4c..f852ab0ba9fa 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 62c1e000adec..4bc332107c3f 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 a5655abd716b..e323c6a56dc3 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 3ec4bc8e50c5..f15e6e6a40b3 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 36568a7bf77c..0c7e182a8e32 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 1fae33461476..33f963c1c2d8 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 86f62ab87d6d..4d2168c392a1 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 95094212c140..a345090fdfe6 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 85e297e69be7..8ddeab11c901 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 46a61c2b8e7b..df8e85628847 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 342f32c4ee14..0f60ede3da96 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 4d80894201c1..94f13b5841b4 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 490c8eb4ad77..eee5b4e57e5d 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 fd8df2b5c7e1..42a9ad5710b3 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 a1ab5535e847..850187d408bf 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 684d80f25934..46cb9c9a8fb2 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 4ba8a010408d..faf98531eade 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 ae0b8421515f..94fd18cf1fce 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 599c379fe4a4..795281d75c75 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 ea44cf8ae68a..5c364c5e1eb5 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 a84fdfe63bdc..d6d137773065 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 5227a177c774..985d001df298 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 5540c5bd8125..78d3a11edf3a 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 586073f01c9e..6d96d2b4b3a7 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 2400c41318ec..f0cd44ef9ee6 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 b7142c3844e4..d3fb931ce86d 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 d33a01fd4074..58d49b61937e 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 68e05ce102fc..21070d781b41 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 7a66c6abc9ee..adaea0618b1b 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 f013938e2b1a..ecd80887e5cf 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 cf94adbb0784..9d50a7724bf6 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 990bc86e68d9..dcd929dd28d7 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 eb977b5f2b0e..fff7e45a31f9 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 16e620ee2f58..ea5815379ed0 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 c52766661d4c..23e48a46ce23 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 4c2cab7afcd6..3dd6a9bf5d84 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 04d23725a255..4d081c30607e 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 8cfe31f73f66..8a695c4d34d5 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 f7e0efc69528..d9d0ca4b92d6 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 d756c219ec1c..eb2d3b9d27ac 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 cb06555d4a1e..0b1e77e08bc1 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 08130439f97b..42a1044f72c5 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 c581efe2ab3d..cc7a627575c1 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 99d7636d397b..9f43a8a78c46 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 95a2079fe36c..8317736ea015 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 a85e940b31c0..2decbb75fd05 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 b422733e91ea..5cd6d15981ad 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 132a1442a8f4..453b2b6ac46a 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 e38b5fb577f8..53fa056a7044 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 693421d407e3..f00b83fc2591 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 34d3289b6816..0172608de627 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 729d051c532a..8ffe568d0ad7 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 276d866a00f2..04452408a057 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 5fa9cde4e300..6fe3ed7e3862 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 a8566a98fcf3..860006ff25ee 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 c86f028a9c17..62be1f4b25eb 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 f70ae8c1c244..b1d62f4e9e72 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 b377dfbdfb71..a4baaafab581 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 67fedfeaa9b4..55d9af53fe83 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 4926bce1321e..852349bf2cb4 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 39c7d42a8343..701d74cbff90 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 bac7780b0d67..2dd0dd24ee10 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 0dd76e1caca3..52264dad5657 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 2ff89dca7843..99cdf3014ddc 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 e2efd0aebbe3..57f6ad7c40e4 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 0a17482c6684..3ff5fef0e2a5 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 4e7cb9bea20f..3ffed7a75fa0 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 878f92ef34ec..56eb2ac30a42 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 31225b6a101f..03e1a53daeeb 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 4c58b7d40a4c..2d8d4bc1eea8 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 ce26c2ef9b21..5a31a024eb44 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 356812313f51..e7791ceaf133 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 673bdf13bc18..816fc5618549 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 75dac73b849f..7c00b12cee92 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 2ab49092667c..12f162b76210 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 3f13b25e2f00..7a74cf918620 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 72da393aedeb..0518e9323020 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 be3c9db55efd..4a00a644020a 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 e58ee0a3c98d..a94233f2e5fd 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 8ee3d6aec43d..a433f8c9d803 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 22aba67aeb04..434c6da87181 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 e0e372715cbb..a9ac5dd395c7 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 2c5b3fd63e0f..958c34fca4a1 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 11c5611da39c..2962d897ebc0 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 2ebb3cc1b084..5a588b6ce4ed 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 9d8ec2f4d7ce..6842d4a364ed 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 7ff355e40dc2..f498238973ae 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 1eadfcb32956..1a363d36ae6c 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 9d4dae07e9fc..6ac7a450b4da 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 fe4a75084717..97e182c95650 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 87a9ed032f04..69a2686c40bc 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 0e07c23e3043..0b0c58488830 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 c0f95abe0143..b213cbd49a7b 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 55b1f1da5574..3533c354dfaa 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 12ab3c9ddd7d..6252989b294a 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 49602b62f807..2caecc62695a 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 d9be088c596e..144f4cadd24b 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 c5caf6155235..ce4d02626009 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 0dfec1603da7..65cc736bb567 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 81a4a721bb13..935514fbf5e9 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 98faa0098565..a41b0a43efa4 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 718ef78293af..ead979807fed 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 3f83b68b093d..29efc9731945 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 a3731ab00ba4..c39de5ccee18 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 b42b65a9782f..815bb2692d24 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 f1424d354d7e..ce03682d8d89 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 b4cdef8b5813..5320de7c4876 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 ae76a863db2c..07e2015c9c2f 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 bfc098c5ba0a..c88a18e2f050 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 15eb09f28d5e..58e9a5e8ec40 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 0804c5e0f29f..4edec4a75cd5 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 60e568e00646..2812a1c0794d 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 f73e555a93fb..a6c07ce33103 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 b599b0c24b25..af5a88b29d55 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 9b77d5c69c68..4064cdce6786 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 6fb8c772e87b..c8568a686495 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 a5dd62c8fccd..0fc0465294b7 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 b3109759c322..322b836d8141 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 f6da1bd3640d..9fa25b94c398 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 7ed077b30271..b3e08a050326 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 9b8a11e82363..4bf7d1f63d2b 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 ceb4203476f8..39828ceea165 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 feb021ab6d27..01956d5c6636 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 bb2fd3da5452..31f3bd3ca49c 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 9944d683a224..02c4136797ea 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 fefa59db0f37..909187f6dd8d 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 7bb20b5dcb3c..b82863c440b6 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 e677a55cb483..8f5527733a39 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 8ba3b8252db5..22efc6a34fd1 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 8d603034a828..f00ed3e108dd 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 e656ecb466e4..60ec0e6a7768 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 59fae3c21238..dc4aeb635a4b 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 baa24829ba89..76ee9b0b1e9f 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 a24178f44ab6..37b6bde515d4 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 9e51b38baff2..556de1f71557 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 fc43ccb30eac..e09b7929d6f4 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 c58c11ae9677..29fd7df360fd 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 6e81c5cb4388..54d24cef239a 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 9c0ed1db88cc..7908875045fc 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 488b19b6cae0..5f76ab0ade8f 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 ad853313c065..b7b055dfc4a8 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 e67b206ea557..63c9e59cf0f3 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 b8dc1242e218..b20ae57ddaa7 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 0328c8f8e5b3..b43a4037561a 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 bb0ff407e527..10461d2a23a1 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 a47faad4a3cb..0d06249b4eec 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 23c4bcd4d168..abb3ee1633c1 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 d46187598e2b..c9a25527a5df 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 e884d61c2c23..c06d2fbe3fed 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 1b01a11fcc38..88b7f7acd9ce 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 a5f3c41c9224..afb6e016a970 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 7e56e9873def..cef92cb7e783 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 0deb6caacd74..b623115a8859 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 e3638789dd58..00e7e15bfcf2 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 823dd3662722..e5f2682970ec 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 9bf39dd305ff..dd4aff4f0b59 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 bf4250824691..3539f414119f 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 9bc48a0ab542..e3fee953450e 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 ee1b9c1cd83c..a13a125d1e2a 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 f60b7b344323..afcc2ec45062 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 0d47e141caa2..cc2de16a523b 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 cbfed187b90e..9183fd65b1ac 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 2ea6ad0ed604..460efb6c538c 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 5c91296470df..7bd042a5833b 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 8edb7e6c2608..93dab40a2502 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 f0fd8ecfe1ef..002ead76811b 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 92d2d118308d..c3251605f792 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 681855c42476..8bd6cd7e4dbd 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 eea99ea7c7ce..ed1fb58cc071 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 f2551092a1c4..a8ef82d77b8c 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 549b96bf95b4..efdb5a6c75fc 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 0aa318d60832..3e734614a6a7 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 c9eeb7287d85..30794b448fce 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 6391c2dfb940..d2808d68f416 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 b2a28cc2fb7c..b14d5effabd8 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 a750945b3350..453491b6f3a4 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 e94f8c0e0286..fb5ee2e20557 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 c54a2a8c5af3..f94ef96d27c3 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 84592d0d1b11..334c704d16d7 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 b23048eef86a..d4b821367390 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 9ac538e52aed..585c0fe7d2f1 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 97bf29c76dcf..2ce7201ee004 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 794aa298c8f6..40e8e92155fd 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 1086d4c713c2..2131b80bbca3 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 f400721f6c8d..0893be74e2dc 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 0b4cf24df6c7..07e8f925e1ad 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 500c6d70ae32..8d11b6f7bc43 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 8fbc2eb8f95a..bb948991038e 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 37a63c605b55..3233a289689c 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 5a83bca65e1e..ae6b295a6121 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 c0e029f55a22..b316e63fd2cf 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 602281994ab4..928dc78f9a52 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 3206caf2711c..b85c975e2586 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 3eaf00f7ac21..3fc7f9a0810c 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 f144cea56aa1..182a5ea2c97c 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 055212b6d54c..530a4e490ce1 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 389f713e15f7..220fe06c21ea 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 af4f2168cefc..ddbec461204e 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 24fb971f58aa..769a14e4f15c 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 7c4370c4e038..894ac10ea56d 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 a3048e1335f9..f3a214cf7b62 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 260cbffcb042..4c0b78425103 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 f26cc3043b58..a369de8ae0af 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 649003d7fdf9..524f4f2fedfd 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 645c85c0b984..44ef7eb475c8 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 6b35923bfdbd..5a8a5c0eaa80 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 1535ed66c340..bf8d8ebae941 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 100773ea0612..36226d61c3cd 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 6e34fab08f45..f6d1630d248e 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 a3405d6318b8..5bec89f5f8da 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 0409b1361a9b..207a383977cf 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 ac2230dcf705..842c80b35018 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 6f0efce08210..9a9248c4d84d 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 50bc014b48d7..387b3a900d2d 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 02d25f7dea70..1e1482c7a5b8 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 f9a942a844ed..a51a906277bf 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 4b0fdbcb6a7a..ef31d047b151 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 dc100952e948..35ffe8e7213e 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 4ef92392b241..ad3f4ba5e740 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 f9bb5acb2f79..66452ace6ef4 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 910e997a032c..d4c5bc4ca3fa 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 c8fc8b8a7908..4a9cbb107df2 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 93ab37563134..ecb8a7e3e44a 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 8332bda14181..07b59152478a 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 a9f8f7c11b94..33233c2f9d21 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 35156dd40b43..cbaa981d1dad 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 b97812afe31e..84575edeaf8b 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 a2e121b81379..f6ec1bc1aa24 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 82ee09063c27..4b2058d4f7d7 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 f5517a658a1e..37a99bdf7c3b 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 b5c3fb2838c9..6bcc70c0d873 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 d23b9cca9428..19638fa913b6 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 215fb5b7c9d0..15bd4a478e35 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 67795755bdad..30e8526c9206 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 462401261860..32c25e5b73e6 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 b6a32f5d4173..daec0c041309 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 a3b72bb69011..5d8457434a7d 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 fbef2e984b9b..7c28cbedd3e5 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 9646b98fed0b..10591f08fd36 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 87fbe2ef2723..bd47df3b455e 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 938aa0e31414..a506901eb8fa 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 26fd82068b05..e30e82e060e9 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 21bbfb2d400b..58d93a219de5 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 663a84886775..163b2664f69b 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 2a40f622b529..0527a58e83d1 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 7b791ce48f6f..6e7adb92d204 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 af89b300ce1e..fabe3911a9cf 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 7389ddc942d4..867177662423 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 7d7ac704df84..e40cbd153dfb 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 576fb4559606..0e4ebc44b092 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 750264d6bf0c..0ceb87591a2e 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 240e68780556..846fdf6200b7 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 de2fc4776a54..c512b01e61b8 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 fdfc3a30d572..beeb07b51ecd 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 b47846619fd3..f831ca6c2ab8 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 42a4f16c6d5a..0375ebd14ffe 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 f2c9527f64f4..4b3a55f27494 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 2a7459df05f5..75249613a94a 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 2a7a42fdcec5..76eed1f10b91 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 c1ae8f912243..73e19849a391 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 88a5b3b75c2b..aadd284178ad 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 e35b4e0e7d38..d0b9404f9776 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 b41574487df1..7c2c3beda45a 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 1e75d413a256..c83eb7abe4b0 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 9b4de5e5ae45..61bfc4cd906d 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 12340a7b2b9a..69c32e6f7e5f 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 640828247a75..2540cd657e62 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 1fdae63d1e7e..4a6ba4939b50 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 9606279ba8a4..d5b8e3232c47 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 2dae0496b9ec..34900c1f2ffc 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 6e77ae7dc225..09e8535bde5a 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 c26dff13adc1..b9aeb8f8273d 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 91fc5240266b..88f0a97b440c 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 4d19773b877c..06038d09a561 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 51ff558b1693..ab6c7113be75 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 e14a07ee6278..b88e8ad8a929 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 1a35fd974f7e..3b211928abba 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 65c81a44bb9b..83aa91bdd497 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 6d1ba3aa4e9f..48d1b7d3e970 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 de4e2d276fa5..a9d7ebcc7bd0 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 31fdbfe49466..91c7c352ddb6 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 95e8616ec5dd..48a14fdb3f81 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 3f6af0ce969f..f5ebe491e71c 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 8391a9330c37..1a007c60596f 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 a18d4f010340..98823edf9625 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 0d39230e5767..877f4e4346cb 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 a47d078e86bb..f376a3c181cf 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 6a473522f612..bbab3eae85d6 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 c6e85267478b..5a9b57300c88 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 346b38f4c71e..53c034fbbdcd 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 1def812fb040..de1947a9ca57 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 14f336f8d475..386371ae5275 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 4e36b59b16f2..56909d622782 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 5ec51c3e663e..bb26f5bd67c9 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 ab3e8ca7c6fa..313c9d8c5567 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 3006ac7033f8..ceab08f5e673 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 6e3020fc12e8..21cded36e78a 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 5be88deda71e..a7ea80599e3d 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 51f732720109..971f8307d496 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 1542b7b8b412..65a1523ddf1a 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 27fc1a7afddd..3a44e8de4a72 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 9ca6d62b7318..bbc9a91ba657 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 319a7a507c44..312913c47e3a 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 fb6c40ca9dd3..15c8818f49c1 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 8127c4b5ac48..e30122f84142 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 23bf8f4eed5f..a639b9b4c5cb 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 523df5752d77..f2747d4ae783 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 c83ab9d71116..001cd89d0120 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 fd1cac24c4a0..4d974c0d9dd7 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 fb86474df44e..626029a6b957 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 b4f49cddb1d4..548cfb6b26ce 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 4bcc70bcbe21..7f56b71c72e3 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 7a95a3598a0e..f42e43331de1 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 e907988e2d74..3d41444cf37c 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 91942afd9c92..660c3cd40871 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 51bbf4882814..227923d8a1f9 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 70b1b5485e15..a3f4fbdc743e 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 c29b8284ec19..196a670a4982 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 d499801d9ef3..4d5aa3f8e83c 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 3d0a202b63d1..0bf96906485f 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 7321b39bff26..a4c6747564b6 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 ec8e44483754..2fd72f0345d4 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 6ac827e2fd7c..2c1eec0c1856 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 00d5f97afa11..8688c138b7e6 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 e524fb4a6553..aea6c994e168 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 8c6e422de33c..db244e9b3945 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 1b8d46c5c423..834a86b09cd4 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 fb9fe85f6bab..b4e7fc78f020 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 54bbf1f9e237..1fdf306f8477 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 8b1de4c2fb32..d97d80a9b66d 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 1327ca3e1cb5..d63585028088 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 76d6fb319255..763103bc1d03 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 e7ca7af765b2..90563965ffc9 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 c850b4428faf..1e3b217c1a0c 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 18f7005c496c..c99cf6daf47d 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 985e42de203a..c5ee8465d4d5 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 42e546e90829..b930fcbd7526 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 f1cf1090d42c..9f21423f6361 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 01124899c9be..58dc8a018b58 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 2cae86f4246c..7d310a8eeaf2 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 b15b95ae18e4..d47d2ec3765b 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 7b0d4213c756..86f6d4bbbebb 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 7f982f5e8f42..5bace76af83f 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 09f7c0da1084..dbe976d85934 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 6861d7b596c3..f93def9ec320 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 babc3ff2bfd9..5767efa6dd4d 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 e38e1c6e50e2..a0aa9bc3f2e4 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 b569ab1a269e..8d5a4253e6ac 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 e35bd594fbba..f233f4a877ef 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 71513de1766e..88ac17b39fee 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 779b5f2dd839..da195fc73ffd 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 2e7a6fe81cb0..e13600bc3db8 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 cb07f226595c..b137676cab8f 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 7af70bc1ccdf..015c29da283e 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 79f4bd007fed..d06ab9ae14bf 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 2fd240e404ba..a627c3fa1a5a 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 90adac379c41..d4c2dd079020 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 c8383b4e5196..97ca2ac93ce7 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 db88cc473784..bdedae17cd59 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 ee3a4ef2080f..a7bb5c275675 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 55de558138ef..9912efef60e3 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 3af442821f73..658d0555c797 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 5e5685e7efff..6ab66f93fbb6 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 cccf6ad934ae..5e79d4f96be4 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 4fe817d0b5ce..c574a9329695 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 db01fdf7177c..1aa1cbb29ae8 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 53ff6d8e7134..f01dd619b56b 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 4ff58034d2a4..3e1dde678ca8 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 44751a2a98f3..22b5759a02eb 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 6480688d585e..1ee46eb0979d 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 5949b936b45e..31bf6c9854ea 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 07622379f93d..1feed6762d84 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 1756090f4232..7cdeb92bd4a8 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 65f72af1e00b..0e186cd9ac2d 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 5f8d9b335b81..2d1fca547893 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 905b076d4398..a6d574f1c20a 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 2714c6ab7c2d..ea852406f065 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 d6682d3548c8..f2364a3b023f 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 22ad802936da..9cec57d638db 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 51835e39b834..f8856236b271 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 650815b61ac3..ee38c10354c6 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 222f473f8d79..182c407f55ec 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 0a180f78f1d9..202a628e155e 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 2f925beebc64..e55eb1c582f1 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 8e1031833015..28cf3677cc00 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 fd59f57e5388..8dcbf1d97095 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 aadd0965c733..9d9bd98cc697 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 bb3bca1cbb41..2dadf111e433 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 d98cdccf6621..ae9fda0e9450 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 4689f45c15ff..0959775deb1f 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 cc542137aed9..136c4026896a 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 146681985dc2..7f42fb2b8e1a 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 cca8c6752bbe..f20830956875 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 4a8f8a408b3d..604f401cdd8f 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 7ade49afcb42..35828bb44230 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 3bdf8f6545ec..eda6d0895ee6 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 80c2b98eb9ce..0f4ee775c1d2 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 8c893772d270..a6526933f526 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 c3b78d176be9..ab059811b964 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 92b86c407e26..63dac38cc42a 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 8fd66cb8cbed..3cf7d4738669 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 ebee5509ede0..948eb28e932d 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 ac5d0f852d86..040f77d09738 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 8a23c19151f6..7588067667ff 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 f6790e4e08ae..ef75506eb27a 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 2c9299d1a8e2..7d5b938639fe 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 af9f85393bd7..ccbc1106ac4b 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 7c58030a4e48..34f42105a843 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 2a4995cd8319..fcd8ca1cc59f 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 bd1f3fc955ba..03e76cac6105 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 bdab826dcfb2..e8bac1f8c88d 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 1525da624b21..12ff5786c577 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 9128eeb7952e..81b95cd93e23 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 d9cb4c55af6b..88eadf030572 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 d9ae7a7ccb32..7513cd1ed3dc 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 14b3098a8f34..955faa03cc09 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 de83de305649..aa35916b886e 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 ae3654f24a9a..98b65e65aee2 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 34397cba2e62..2cf6a8b28d78 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 55a692c15b98..1215857629a5 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 4b11935fbd54..7902390f7572 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 b387a8a1a426..7aab00291897 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 4519ceebec80..7f5f530030e4 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 eb5f9a25ca24..074dff970a7d 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 3c45e94b321b..c92322b71dc2 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 b4f152df0805..5eeb4343498a 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 219747fab610..698fd3493bdb 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 91d39cff3148..0f0881de1200 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 66eccadc7f31..1a80e9014264 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 26753cca8029..484f01e4f01b 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 5efef7902383..a7ceeade46ff 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 09267ae8e7aa..d4b24a107dd4 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 1745dd780baa..9764ffce12bd 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 bc7cbe110d05..10106c070db1 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 d8e03bc3bc37..4204ad1511c1 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 506f5b0cf53e..a4602c22427f 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 75418714a734..3d25dbfcc15e 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 98e9a31a4008..a38156987cce 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 7664e405075b..c5775d61877d 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 2040ee9d4d75..05a47a5d70dc 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 d94bdd451414..a71452cd2d59 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 cb9a08892d18..6379492f2bbc 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 e02087b4fa7e..48b9f9552bd8 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 ff145ff99e75..dbba70ff6ab6 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 f1d1c224b67c..a2cde25d2541 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 50c3989e438f..28b23bb78197 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 fef5f7813dc3..5d1cfecf0f0b 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 dd68d7b8ff6c..191176cd98ea 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 2cb000a66f84..c78246c6e036 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 e7c0e9f35ebf..1e01f5010b12 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 c34b85eae613..bfdbd475bc05 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 67da62c0d18a..689e4c3aeda6 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 e21f5efe49ed..4c10c1e7032a 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 a8197d9a34ec..deb248cf8f68 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 7c13f7de96e9..78e6675c2151 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 703c8df6bc91..d65790bc124c 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 903e1a1d9322..8c7f6692f2ec 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 a3446ba3b1bc..b719396e4389 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 0fd7cf3ffebc..79c8ede3d0e5 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 91b27532ab93..0c796b09b72c 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 516b203cb8b8..4d3708d96a83 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 c1d9f3164344..8b4190542788 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 928f857385f1..d6eb0d4b302a 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 23154535302a..a382f1f1a08a 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 e166ab82cb19..9eb5a7e0dad0 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 631093c20335..b70a5be0c2c9 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 22b1c5d7bf90..5d90187ef88a 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 9839c1564a4d..85e92bd99501 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 be7d1d846c65..0d8e744b5f10 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 2c1ca6b3d105..489f288ac5b9 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 c1435a2c716b..15eaedb51c84 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 38ade737723d..cded46aa609a 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 839a8442672c..85d5ffe7c738 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 ca09dd4e4ea4..1741e1214efc 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 545d6b12ffa9..5a5efdf52cb8 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 7227fb246961..34e01e77f385 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 f6a9b931be33..1aaed08a7c7b 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 77c0386f1e09..1873f6ff007e 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 dec0fcf9f384..2213473b0b16 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 4697d72a336c..b52d88da0ba4 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 091861b7d7f3..eb6c6e00c8e1 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 82ee67c8195e..c424c1e5215b 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 3d8f4c96a598..0d5ba3cd6fad 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 e41b9ed13d42..0676e797b0a7 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 fbcea0dc1a6f..f8863685fef9 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 aa1343d86ea3..615dd65386d5 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 2ada65999990..cd52148ae3b5 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 cab671e202e7..acd48f8bbef1 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 25306aab2e21..bec69890e28b 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 ea292fcea86b..d16570cfeab4 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 40681425af9b..b5ecdda0ef85 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 b62465bd0c82..51d685749c34 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 ebf8a5c55088..89db9e5649dc 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 30ed721e2fef..8b21c57a8c6b 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 f64f94bc0878..3ddddcca28b6 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 5afda6397177..50cb415dc3b1 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 9398cec20370..07553362311a 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 d0b2fc254ee0..45ae42c849bb 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 893f23e0827d..2f5fe2007432 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 91a641b603cb..80c1ae5b694e 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 e0c62613d29c..24e8fc3ce9d2 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 50921f120d00..5b3b9d9a3a69 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 2f0fd9e1ea54..7dee61b8df36 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 ddb0c76e8976..ba103ee6f482 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 6a40a0d9d32b..9167f554e6c9 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 51883f4751ed..9f4b152dc0cf 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 1be7d21b056a..dcb7f77e5a67 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 ae371bef3dc5..336f7b96a8b9 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 541ca780b5c9..579221d0d33e 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 f019e59089ab..17525c173f3d 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 848c0641b971..942bb358c58d 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 5d2626f7db58..b1774bfb40b5 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 e3ebda252680..2b47c9e7453c 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 cbb2c7b463ae..9809a993eaea 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 fc7aa56100a5..0a5d63f9ef5c 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 238e2a2b7120..fc90be996f4a 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 8ae91e490a10..90b35e54c36c 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 f86040a42ecc..546c42c72ba9 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 719478e2f3d1..5d189aaf8e8e 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 7c49c41811f4..7239223073b0 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 ed57baf89654..7da174fe93d1 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 e275f4c8935e..0f78769edbbc 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 46e069aceeca..6a6357ff5bb1 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 16abd6724c0a..1f940b387be3 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 510364884f4d..d2e258a5bc85 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 b2a90cbb6576..0a5c1f828dae 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 deea2e140cf8..1417657b6eba 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 089a4383d587..aff6b5a799ee 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 64a88b77927d..e97bc8d9317e 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 c416abed9d47..fbbff8846c05 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 b18aa774774d..8bdb4642235f 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 0ceb147dee63..ef0a8a4889cc 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 d3bb08f05af3..f92aee91a914 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 fb9c93328cfd..df347b137c47 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 28259209197f..92c849f42142 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 c5a8a2acc25f..7f71533036c2 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 bcb7b80365cb..0cb3ff7cb628 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 ae530ea5ed43..8b8aa170fe2c 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 e9a156b1177a..db732a568cde 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 4a977d20e131..6dad402011d1 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 63b8a1c89ac7..7e8cb50ab54b 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 bb7d9cc4ca8a..6c1b35cae53f 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 167ba357235b..1b4318baed61 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 e768f682adc6..253a117f2efb 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 ac920da6df23..6d1bbc77a2ea 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 d5b6e6ac80ad..aca5a3330387 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 4bd49c5783b9..60acb34aedaa 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 d567c9fe3a36..80e3bce47d1a 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 580a6467f41b..d135897c3e2c 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 56387889478d..d412d2da3061 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 d8d42dfca02e..556cb2ebbc74 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 ca03a58af836..9b34992afeac 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 a35c2eb61c79..634521a54d26 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 c1d729739aff..f459813fd569 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 a7923fda09ad..a515ca342b34 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 027d0d0b01d3..514eaf3160ac 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 47892a5d3dd5..3c23d8adfb7f 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 38a65708f06f..697bb04cdec0 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 e94f06bc1057..154c4eb0a15d 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 2e2334a07e7b..a59256727ae7 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 dfc2d290afe3..310167bcc620 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 0c4595bce286..21325c0e040f 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 d54a86103547..7974542b53a4 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 9a6cea8c648a..5a5f0bb66403 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 1e1de2b017aa..b3aca7fc109f 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 82a709c6587a..16cdc9ee79fe 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 00c35d7b48bf..16643bd8ff4d 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 4c378b37eb04..7dc98be81662 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 24279da26d24..53355e521d57 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 1d5356d0d15f..c02a2eabe123 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 c63fde545067..a643cf98c3a2 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 eab9eef422aa..b7450fe618a9 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 7013a268cc03..2f232eb3318a 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 1b2752a9d9b6..9ece43d949ae 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 8fc357dccaa8..3c8f8eb6bf1f 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 bd55de0abe07..cd45bc7c3dbb 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 5e34661527a6..3474516cfcdb 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 670318a625f7..5a5dffadf4f4 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 d2760683f97d..478085181efc 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 97181a5a41c7..08f165cff6e7 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 d73243ae49a8..a36985bccaef 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 81f64b4c2649..4a8aaed80b97 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 89d5216721d2..a3999ac65d7e 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 35c107c57e57..efc2e5c90f8f 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 c5865f3d9e25..7b522936a666 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 d37521ed0f18..01a5b1250969 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 572185f2ee49..1658080a27f8 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 b74b4913ecf3..646183e17849 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 6d7fdd8edc0b..53d7953fa789 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 7af052e0eab8..1a7539aee103 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 7772314666dc..e393b5238f86 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 f61d3a701d7d..2d9b9554d96d 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 658a4df1eb59..6c10580dc665 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 45aca85934d9..ee190e42c805 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 d5e495506033..3478ae652202 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 9f152cf85851..1d26530a48c2 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 c883a3885306..13726ee2df8e 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 1bea7157a49f..f1ab978e8223 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 f163ed0be2fd..3dea29e81670 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 1ae66a4a0da2..389805d7e45f 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 3c14f44857f8..8e366be3584e 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 97bdc064df07..ca3ad5608798 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 6192247d4fca..f0a537e7920d 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 4d72ec6ac422..5b2065639ffe 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 99bf0d2831d7..82dfdb47038c 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 faba34531160..a7cec7258bd4 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 49f0cabb99dc..9557e875d1b4 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 196e2cc573b6..68257ebd94d1 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 7fa0f0f39045..a4c7762b00eb 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 c5f4411f03d5..1bdb38e4b581 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 a7d959ec78d5..a08b13768a16 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 a19eafb0101d..1b1fc5ceb212 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 a30cf2f6b3e1..96b9e5e67afc 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 aaaa5d1e5ee3..4b0579f45c19 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 08215bb99ce3..b986d1152ef3 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 59021e8be027..bb7fa57c3f6e 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 f5c7d8a729b7..d3f21b2f3fd5 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 8d543fad68bb..8c93bd876d95 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 f51aacf0169e..82c63d4c7fa5 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 81c2ca8a3478..9a8d08c1b5e8 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 8eb9a8a4f5d2..5bc10ce894ba 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 9f1b8a273c71..537de64b252e 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 1c51b7a90d9e..915c8892e88e 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 47e7a7fa02b2..e1943b70a074 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 e65cd9eadf6b..047dd16d8784 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 da307476e6ce..48a845a7cbc5 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 3c09f24a5125..65a1e9a5ead3 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 55bf9051affb..81a85d4f39c0 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 e6ed59337e08..892abced5752 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 846ed27f3a68..5d1419e3ff9e 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 029c2b50249b..ccbccb92e222 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 a001a4f8894c..f15c7ac2f2ff 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 c01a6b7452ed..807a90238cf4 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 741708caab19..93dc3d671bf8 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 e45e434a8c24..a36949d2d1ef 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 94bd4d3a3674..92cedf136e3b 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 36cfe0463384..745694c4704f 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 d537490b8080..2014bade27c5 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 f4e9c4334f0f..c9a33c30fd5f 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 f4741489cf26..e121e163ea7f 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 af4f6709c9ac..adb55e0bf3f1 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 afeb22aab19e..2e12bcd6f9c9 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 7d238201776a..430be4e2fb24 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 96e73abb11d6..d583814f3edb 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 ddc5dce1230d..b57b69765570 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 4825550e664d..e47947ba25c3 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 393d1527158a..9ebefaf73892 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 13843d540c9b..291690a12d05 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 e04728cfc81a..139805ba7ac1 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 9f89f15ff426..d3c6fead283c 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 f3d55a605f3a..a969b7073993 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 28105714756e..72d6fd25dfe8 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 45c4d6653fe2..3d217f32be98 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 7e256f23026b..da34e1f5bc71 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 94ce75c75408..c04b4c27dedc 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 f620113e75ba..824cae852d1e 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 0cf06e2619f0..8381bcedcc86 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 f44f13733e3b..a6d0afba6494 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 42333d63e9d1..57f6c39b3e3b 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 f8240b9a61f5..02ac99072a93 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 796386e624b4..335b1e24be77 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 4dc9930c80c4..7c596930ac6b 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 2d7b743fc640..db3b7a277592 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 68d8d75224fa..b295057520e3 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 37c0d6b6812c..c1ac9ac474b4 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 105f6e1e2ac8..3a79a795c7b2 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 6777bc1ac005..b2348ebea682 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 b9e1e92cfb7d..678d0d6b9939 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 4bc7762164b3..a5ef002268cf 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 c0616833d9c5..682fb3255ce8 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 a584e3ab6d81..c145d5739971 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 d8852fd12bf9..614349f57c67 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 9d5407a5f6ab..6c6296f1e25f 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 a253f9f834e8..e50ed2f0e523 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 32e5b38fdb4f..381b03430f04 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 fb17e2345e51..cec2450c5305 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 9cecc176edcf..e93883ad3609 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 2c28fa597b7f..21da08dbf543 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 613cbd720973..cd13e6196901 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 cb0a05aef7e8..8a5f39843409 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 4c29d3ab34d1..d3d47306871b 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 bf61d9ea40a7..09c29be3ed5a 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 db65349133ca..79b0f2c265a1 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 e0446c8bc267..e6a0b9afc3b5 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 c8fae970febf..728727de0e86 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 946de8fea217..d0d89a236f77 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 a2fdad2a2a54..5124342402b8 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 d91159778167..fd3a362667f0 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 2971fea5132b..0d992722384c 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 5f9aaa1818d2..067271cb194d 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 a0e599c3e69f..d0f3f5ed0ce4 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 cdc66edd1f61..02e826cb2b41 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 b1c752f6c2bd..0463ac39d374 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 ae7d5b7c2d22..6ba0d06c8448 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 b43be826c235..6682891ef9a0 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 eb6e91f47d57..4261b628ab0b 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 f365b2223131..20f7b2f36313 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 9c007d793800..928ba45334bc 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 ad1b758bf1ba..501d4a842611 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 4bdc646b64b1..f4a329aed761 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 9d2b699e2b5c..2bc6006b99fc 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 f0354ec1a829..f1459c60dd65 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 4ae0050acabf..e09668ec8f45 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 4675564e2f3f..ea2589055cb4 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 8f583599f7a6..6ac45a5c5787 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 9198233caf58..581fb06c32fd 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 38d3f10cbf4a..6435e5d43d82 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 df9eef64e8a9..36cd41616739 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 0373dfc8ff91..9f2824dfb3d4 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 30091f2b6180..ae43cc95542f 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 45a5b4ca0a08..9902771cf90c 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 e8e58fbb6f2f..6785f69ae0e5 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 133766e7d595..7e870a8c23ca 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 cd58c798a06c..a816c0233a81 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 6416417eea52..0c7d538c5531 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 4e0c61d86f8a..92b9c6674b8e 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 9917a936e05b..229ff9af3219 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 f26e9e9d6251..4a6c49eda32d 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 e7832540dcc9..d82f9a78e2a7 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 ad8065e3559d..6a5b6e530098 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 ed7bf369f955..d1c7465539b8 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 48649f250bef..5e44a4271ef1 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 475374359cd6..844d1ee8bd1f 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 cb9954c1237b..79107d4cc675 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 ac54f0a0cd69..b7cff21eb5b0 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 73c2cce116f5..5bd890640e75 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 de498d9a6faf..6c2f312f2557 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 25383fc2e37b..4200ef392e45 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 f9ca76987328..f24f682196a0 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 c7535ec26054..61f003cfd2db 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 53166ada1758..fc04dcce683d 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 f5f8cb8a6083..8c6e7a1bfa85 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 57664cd412a7..baf89a2f9b53 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 5b87c6f60eda..1e2a6bbd64cc 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 03d6f9bc1ab6..5926ae3cc0c4 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 0e445adfbe88..4611d8b6eb9f 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 6dd0bc0bc1ce..013e1a5eef1b 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 513b484447d0..e29f788f47a0 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 004dc4d1c0b3..373a16e8ce83 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 823f0049c2ea..4eb2b2f2dc24 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 9b9dbf0ebc34..abc4100d526f 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 089f135e3b6d..88127ce2c8f8 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 33db0ec9dff9..a0ba0450793d 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 cea1fd74ef4b..2c3302b387fc 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 288ad530da5f..97437ca473a7 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 6973ff46b39b..13a0b8e02271 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 6459aa96a1ff..b5b4afa7e110 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 86f01e3726d6..cf47cdd6efd1 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 be4a0e9a02ca..ad93bad9d141 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 a0d02e621567..4de393dc0965 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 b027415dab96..7a8ace9595b2 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 dcbf525fd5fe..6b80202c51a5 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 02d6e199d331..a203fc1905c5 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 13a49d649122..bc23a2528e79 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 33b6d9c8953c..8f925dfb36f8 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 a7809b8754c7..adedf158ee3a 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 e83a3c03b50b..ac96b6cb6fb4 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 99f71140bf52..9064263e196a 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 7072e29199df..b24d8f3d4952 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 a721d9e9a909..548c98358057 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 37dc4e1254c1..350931c7be32 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 d38b5ae6bbd9..ac70844e9054 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 0612fda13c8f..3f47339fd3ac 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 010ad59aec76..4b7c29110c76 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 36db287cbcf8..0e8990a7f704 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 5dd0287f75ee..373b40993474 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 58a9c28f3c8c..11e50a5fbad5 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 a47a3154d84c..1464e064d84a 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 b7190dde20d2..418ece9cd4e2 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 1e36f4ad8c03..eba5fa44caf8 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 0281ada9c7ed..e2cae31acfeb 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 414c4d9f5193..3e74d1066667 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 5630fc13844f..253feb328335 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 d2b21563c4ac..cd2e99cb5a82 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 4843fc3aa19f..1fd4da795313 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 1c9826737406..c4f513646325 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 00a38d13e949..c811d43bc0a7 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 94a9748a7e4e..58726cf6b3cb 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 c47b5558bbfc..04c268a02a79 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 a4e8718d3657..94f11a4ef8b5 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 491c0b0394f6..78ea07f30793 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 ee7f4b102ac7..3d712437cb44 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 93151b872fcc..d84070b99f38 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 3406e8080117..6af7bf5cfdad 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 24e1d3e42834..e64e69b20acd 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 8b2507ca7327..4b91b562a4b4 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 9e295230f536..5b3d23c30328 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 8a32629c0716..6a8e91ead418 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 262d13818716..b174a8acf347 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 979fdd4aef49..4cd780aabd8c 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 36873511c7a2..b50f1b92ad55 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 090caa39f3d8..d83ad6faefcf 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 2af520926e79..85d87a74d865 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 ab820ac6ba81..f8de854472a9 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 511f9be91197..43cd07e75bbb 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 5be2fd212e23..a0a178148ea2 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 b1197c569037..105ecad48f79 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 8b4cb4f69eca..4dd2db826e42 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 e0ea5b8b0bc0..7187dee79326 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 da4af7344a1e..9e091b4bb9de 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 43086fa78dbd..900e0bdcc0c5 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 2c712bda8091..8d15eb7e11b4 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 9ab56b655107..a0239a217c86 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 8c7d68e94f16..ea446fd46234 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 46de955cacc0..dbbeec84b52f 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 9784651da4a3..10c81061b4b0 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 f498e42feed0..7c3b4d881a4c 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 840743c07892..7cc679c51dee 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 770386c650de..758651be08e3 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 4108eebe105a..6882b75d15e5 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 8ef6066d120f..281b46e6e375 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 939bddf253b4..5844ab439ba4 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 2053ab171d20..1e6202b3dc5a 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 b7985fe036b1..bbbb32780347 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 c555c1b323f0..93d06dd32b07 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 669c7260616a..141e77e4c870 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 06993ecae822..e00c9879dc86 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 fb76bc88bba2..3fc5509ab662 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 3e27664d9115..3597290cff8f 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 8d6e3ac9a935..aac07e82b55c 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 2495f27eaadc..9f70a0cacdfa 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 b932bf70c938..ba3868626244 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 1f5fa4ee581d..c5a14ec6af66 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 60d165530127..1a7bd1ddca77 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 29fee61f5851..52bd51b89872 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 727318968ab8..963d97b42fa3 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 bac5aa146f75..a002262f32f9 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 5cdd7ff10894..60d1e6d8e821 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 7a07e52fa4eb..295fd48093a5 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 652ba9d336d7..3954b7dcc654 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 58f428729ec3..8a05f28d1039 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 08dcdf2c90e4..9189866db253 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 702f435752cc..2c658d78147e 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 86e7297fe3d6..5cfdf88a80f1 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 7fedaaa4e508..187d9e6dee2f 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 8788b37d7424..05f14a2d785d 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 681c469dd0c6..47c2e8b26c13 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 6b3ccc71c021..9a049c21ab3e 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 58fbdb6ba3ab..11613e99727f 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 5c935c30a764..d821e87b2473 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 8b847cc1e7de..8f1511b91279 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 e16cb87fd934..65a0a5beaaa4 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 614e5d8e603c..01642108d40a 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 5a3b25e42777..db86e8ac0a60 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 39270738717c..1f1f5d325739 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 dcd6f70ee00e..7d0e6e574f3c 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 ebf35cedc056..67c7abbe797d 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 698e42ff3f36..b617794a2031 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 8eac821a1c8e..a02a7c942fd0 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 d401fbea1438..eacd7bd46c59 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 7ed3ae233663..614b65508cb9 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 f1e9e4fd5543..739eee783e0b 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 b4a9e5c107d5..b4aba54179ce 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 67d0e392226e..ea2fe45137a0 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 32fbdf2d389b..28f06ccbc45f 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 86159b24cd7c..3b2865a4db0b 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 61a54c1d9a53..fd9276820fee 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 8b968ff2cb6b..c46b43771030 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 974295b4afbe..8ea43c9ded78 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 e1816e20641c..186f38485f9c 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 93faed966ee6..be4b8c860699 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 4e3d4195f8a5..7ecaf5770514 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 36f902e97113..e085147d7716 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 0db217d1e09d..9e6ff0e2e01f 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 32d264379ddf..790685358f85 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 ff87cd0abc15..5d896c3b5305 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 6ce22daddcc9..26bf826e6da3 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 1f203ec7d874..a3fa5341bb5a 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 fd71797d868b..11b6f08ab077 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 753370f04802..81cccae62ba2 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 f26542e47ec6..da24e070031d 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 9f263062de66..4676e498e757 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 59924c6d24ef..6dda22487b8c 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 a1e8ef432010..498381d41cbf 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 e21c80032d14..33034fae2e76 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 bc664360aab1..d8307488b878 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 80c8ec1386f3..c7cb16d93bdb 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 113865837833..eab7622b091f 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 cf4169b906fb..432419000bfe 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 277e326a361f..0ad715fccfed 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 941927c41d25..c844d5dd43cb 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 fc51c15a65ea..da22f85be631 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 a42c5f18028f..ecbd51430b9c 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 3ad314ebc3be..50ee64305758 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 aeb2ec1a49cf..bcad45fc6f70 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 b5c0301ca9c7..a3507309afb7 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 bc2362618522..a8787c34de0d 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 7735c56fa8bc..8771b038a52e 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 7df16e31e9f6..da03668282c1 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 1f0c299c8fcf..342f0488c274 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 8e65d56031ee..26b096f03c8e 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 40c457a1c33f..cc56a91b29ce 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 927e7408cbd5..0b73a663750a 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 99e41d484a2d..002c05ae2bb8 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 207d64bb7902..590184c0275b 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 392aadc3c1c4..6839b51648a8 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 2922a5757e63..c0d58b1d0e79 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 cfb0d19bd0b8..14e1bb09282f 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 7d086c57ed96..3745162a405c 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 652284dc1fcb..9ccbce57692c 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 eb92a5ad2d60..f41ce28c9543 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 c3f5c3875e1c..041ebd9371f9 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 4b1b084a6add..de51ca3a8782 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 2af8d99f63f2..7e820cd603d5 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 1f715215bdeb..f5e7f7923cc0 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 9d4c06798ccf..8bf67f637b70 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 72fece1e4c60..0cc576b4df82 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 f4f5ba37993b..2481abd27aac 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 c149478e08d1..45d4d3484a23 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 f18acec1f441..69115d0e8f15 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 b2f69f0ff3f6..2c7636173a03 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 7c91a5466216..33904dba05a7 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 430a4270fd19..9212b8614cfd 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 60781f7e86d5..bf19e414f837 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 90905d310887..dca1198a8900 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 295b8f745642..9beb4e437cd9 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 23ab4ae6758c..a13636aeb399 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 b54392ce5c62..e0b3ff8ae147 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 68f7f42f718c..6875d573f194 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 8352db2752bf..a7c3a8e9a7fb 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 25570215a061..2e0c81206d99 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 5951bf230f8a..2d57bfa21b65 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 13761b897a08..f9498898be2a 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 65bf9a6fd606..48deb168d666 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 723b0b2d74ec..645fe5db50fa 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 46242259c738..fb34af51e48d 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 309ad561d87a..8c329bbe08e8 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 dd16969975f3..2e95e0c1c360 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 2295ba3cf4ca..fb21f99c8d0e 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 7f9077b65f6f..47b92e2ccf8f 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 0aa2c2f4d102..23239ce7940e 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 be3ac398b922..131224babd11 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 75aac649a2c5..bd798f05ccf3 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 6ff51f2f113c..e05cb49514cf 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 5f5e9c199c1e..95cf75cd5884 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 0f2c8f7080c3..9d135a45e57c 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 5819374daf89..54bd05578230 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 1f163a22712a..bd445ca1637c 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 233f3ff3e0ec..a2734b09b8b5 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 64552764edf8..3e5fb3bae990 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 f7343f928026..6ab81e0dcb8a 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 8b4c2761e6e9..5672c62960b2 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 f6e50afcdfd8..4df38e8db571 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 eb40270522ca..a53961d71d47 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 f322f40cea7d..48f97d566334 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 e3fa02851912..6fcb1e54c016 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 6409a6d655c0..8b75a8e61a50 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 2a73d0c439b6..1c295f2d0bc7 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 7459b5b4ce3f..862fa5b90c2e 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 b9c310120a6b..8b08a91b9862 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 ee04d5c2d10e..9300b93366af 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 29db6b5f929b..be5aef27d8ef 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 ae60af7f5911..6db8341be4ba 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 9ccb9c1aae50..311279d93ff5 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 1863051e552d..107b6648ee9b 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 2c0a4109fced..bc5c54b319a6 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 69691bbce053..18819ae202da 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 87431e9efa47..19af7c752f21 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 0b8a61457b12..74f64f3f9220 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 ba946ea5657b..72374c079805 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 b58c6e2b8c65..5941b3b97ba2 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 5dc9ded7d4bf..5d1275ddb935 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 0557bb03d5d3..5d5bdd80ced7 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 3e35c263367b..d4594b9ab1cf 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 ecad9bcc471d..75a67e0df383 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 0591a4f7bcf4..1d475dece641 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 9e854a1f39fb..dc726895778a 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 723e9245a74a..5a85eb8b980c 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 86a443b25e51..96d4180446f2 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 29f7325e16cf..c535ec09bc2f 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 60dabbab0cc6..d59ea15ad01e 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 52cc1d4b20c4..37eaf86a8616 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 1f140dd52212..400898c152b7 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 572fabafc035..f9520c67790c 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 1354454f45de..4628b7571dbe 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 a8efeae31b87..32288f89ccf6 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 049f40fcb7ad..19f9bc82c7ca 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 8e23bfc094fd..d8afc087a118 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 52303183349e..2785010f5b9f 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 f735f4c52bf5..c3f5ed288940 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 4634596592d7..9b5ce8e63188 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 fa9cc29e10cc..4d69beb3a581 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 a7da3ba5eb68..974004fb85b1 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 6c5bca2ee7fa..115dc8b899a1 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 c2631df339bf..224a0df641c1 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 de88e0616630..3ef0ab28132c 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 af35f25904c3..63efdbac719c 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 ee0354721fb0..0eda762115d1 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 a32cd4622a92..28413c5040c5 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 67572b1a7606..03742aca2816 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 b8a1e5319c31..1de9a76f7250 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 2ab8f9cabc7a..1f8d84742a3e 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 130df5a8797f..d399eba6a504 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 a98969c768e0..e8b7df762b3e 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 fc4ce47806d7..295715ca5622 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 957036777425..ecf448168248 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 976b19c499b4..85f2185cddba 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 dfedf80107c1..a9784fe23aa5 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 66c87fa1dfe5..0fe7ba61c6b0 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 12ec1dc1e4c7..2b48e9fe0b43 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 d596368397c7..9a374012032c 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 e9665f08d1cc..00e3b8612152 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 13c22be3a1f7..8f023421ce73 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 bcf3ad513c0c..84f6d00f542b 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 931a7f3570da..bfcfcfdcfa6c 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 84c8eaaa5246..8ba214f1fe56 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 3d66e1c8c775..957799ae9e2a 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 c8fa1cc5a6ad..9d7b6a394314 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 f648d571099b..3744a02b9883 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 0b1013792cb5..78c612ea13b7 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 a12446f47814..1f6ba7c47e2f 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 0e9f4af60829..67294e431dad 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 a518d6aa5891..db20eda81006 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 cff712303daf..6bfa1b6072fc 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 83a15ffdfe98..ecceaf077afa 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 17eca9bfd180..1a20a0b5c56f 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 1f0227182734..1538aca9e2d3 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 b4b487418119..79401fe01fe1 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 1cacc5dcf380..713c77470c49 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 d5fa537af96b..13684e764d27 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 468dd6ad2a5d..7cc8de743533 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 ce60a16516a3..5c87f6021dd1 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 39b42c9fd9f6..ffded46aae59 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 e5ebe45ba896..534a11d6c92d 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 12fa8e9d691c..ebbc58e435df 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 a18da84226df..00cb905e81d2 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 fa2fdcf1752f..3e01da4a80c8 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 de2d445142d4..9678a51dd3e1 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 7d10288e0f42..405023d21214 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 669e519f01bc..2e89c126081c 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 bfda80d03fc4..0f5360277283 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 ed372a140d10..5d83ee745aaf 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 56509db699c7..89c118a436de 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 d3278dac423f..637bfba231e6 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 7a4f2044f5aa..f7dee0ec17d4 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 289eda8c3c36..a0a0b3f2d301 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 61ad7125544e..ce9d92c72696 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 f67d430f1dc3..d8df9aa7a2ec 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 5744b721da2e..792af1a6102c 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 7f8cddc9cd5c..b9883fb58df9 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 29a22fdbfd7b..2d3027cc75ec 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 1b282e33fc8a..c4addc2413fe 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 c1166279b707..abc800c9a5cf 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 208bfea159dd..f458db3b3b4a 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 9c316894165b..fd19825cbd18 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 1579a04e926b..3c3f902fdad3 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 081815448bf8..6adab303c539 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 eeb81bc983a3..5492c75d27b7 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 2077b2fb4c5e..6aceb85c85c9 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 38bf50cabfe8..108de26e11a5 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 fea434dc9aed..b63a39a5c750 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 4d038791022d..5324ee94c5e9 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 303f8f9b587a..0a17c0ee429e 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 0d24088c509e..b94a0fd8926e 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 8a882cdd7967..7ef9f529bdfa 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 ab355197945b..ca9e3da6c01e 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 8076df6fcbef..c0087f3f70d2 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 e3d289651797..aaace3d65bc9 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 2b7f948589c8..ead378e38f88 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 deefe5a4e875..5431d7af37c7 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 ee617640af70..2aa02009fc0c 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 1b53598d8e52..aa6831e42e1e 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 0f8d70c10efe..915a6f70ac71 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 a4a616de6771..b04aeb195c43 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 5ed998990baa..afa1e63af56e 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 c2997c8da1ef..b59a05386443 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 697bff9a866c..0219c1910baf 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 70f0b649e735..034c6923cbf2 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 94f560676988..1d6e58fa3753 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 f10218ef5e0b..2e9399319490 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 51b672691cc1..2566c4b1f2ce 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 7b0e97bc58f5..ed95279ecb9b 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 35eb336f5e25..44797d92875a 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 b85629a12329..d83592c50329 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 77d13e455262..907e2c937253 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 c7a0aeee8b3e..a55baa586beb 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 0c6faaf09790..4de574def271 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 8db8110da4b0..5061919207e3 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 57511da3c7a2..17641ffae586 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 e75db352e1b3..c71d911b855a 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 4693c319ead9..ad4205aab1e1 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 888c35705ace..5f2ee42c2be9 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 5f9d162938e2..af18b33cc73f 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 d35165d137e3..cf09e2117870 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 f61b577d5ee3..2f0bc2d0f9f7 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 6b3e92c1e575..4abba2187d28 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 06287a749d14..52e5b1d27dbb 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 e730d992534b..464ece7b2659 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 d80f8b92c288..8abf57af868b 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 4e5c1ce0cce1..0588e2b281b1 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 7aaf6b96c982..95f3f24362e9 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 3c2e6236ac8d..7e5a7dde9e40 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 9c38deb680fd..430bcfaf3db9 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 d6027f7bdeed..1bb15b341006 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 e8b8f7e71f5a..ee16a41a8d71 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 48bc6021d05c..7e8bd67911b4 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 10e977595350..4409720b7742 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 8d9b1e5690a3..1f08a393652f 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 85c49dc4815a..69e0eca40dac 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 07734a10f991..32fe4761a7fb 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 efe411e19bc4..1b420d6eb287 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 be8ad0dc165d..7bdc29703abb 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 49a9e971545b..4588d64c148c 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 6af5b737dc6b..9e26d2e43046 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 c7ff3605d2e0..15a516921d50 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 a6968b1420e4..dffb873589a8 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 5f1c6e28672c..9282a9438079 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 45ea7f49a6c9..a8fff4f87fb9 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 fe5b069e007e..119a32fa040f 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 df228a255997..b5f567fa4377 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 201303b7c4d5..8fd0743e3be9 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 664636f5e040..5af1ae3f2019 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 a1dd5b3db034..e60c128c742f 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 1a55ddfe368f..84b451fce49b 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 87560b693be4..6b4d2da1534a 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 25ce358ab1d6..51960ae030f0 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 0f27237c0974..63b451b21232 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 3426af85314c..58d30e4ff133 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 f355e1061b45..35917a12349d 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 52e9aabac03f..59f8b401faa8 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 a5112dec2dee..a6cfafc5f86b 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 3aaa81c7b847..4f4972daf46a 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 7aa6b3a0c249..5d89dc7f0c5a 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 8bdafb6c9185..cd5e7402fa6d 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 ed46b2300f7a..edfad78c9770 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 d8e805df9fb0..c5d2958aa5ed 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 2a24158f173b..89dffdbbd699 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 721fbc446586..03fa45f5c996 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 6ceb006783f4..728ec858a203 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 c516cdc72866..14fba5ca36ab 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 d791cef6df71..6cb732b395c1 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 d6beb9c3cde8..ae740af71644 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 a92fdccd6baf..840208005420 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 ffb37abb14e2..733d5ff8c6a2 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 4b6e49c1de5f..1171dea5fc3a 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 d201c445a165..3bb6c91e3bbc 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 d04096d16ddf..6a3010bd89c7 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 d6c22c4cd7b9..5e6256ba8e18 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 1f0663e5198e..2e8e4dc32779 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 cc92c474a0cd..751c29b09cf4 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 b1b2d84ba3da..4dc4a9212049 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 0328f3f506eb..a533bfad56d4 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 e489e4303c40..da7ded162800 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 9b2a8dc93a1e..f481b784bdcc 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 053211d5f5df..695e411160db 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 933bf07b97dc..02e7c7c39f22 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 2f5d45bdf72f..ceb788a96c81 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 1674e6fccfa7..2ba4182d8e75 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 a888ee851ed2..bd55752e96ec 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 05a64924a59a..a32fe391a37b 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 15bc22a43a2f..1cf3fd8ee69e 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 19aab04c992c..5b5841741bb3 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 c30061801477..527f8a4bd5fa 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 d88e624a3584..ab9f031784e7 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 6554b641d9d1..2938681c0c97 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 7991675d01c6..696f3af842a4 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 02e9f967242e..520c53c90150 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 bc661eaa7e8c..0313bea468a4 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 4c3f28fe3146..b4cd97639d06 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 33a902202c8b..5ee4eb59412b 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 d484822f4b9c..1b8433b59fae 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 356e476fa033..f7c1f26a4071 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 dbedb995f643..85cb7efee4ee 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 c873c2870418..762f63eacebf 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 77db54b81c0c..cb4a8a0875ec 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 afecdfae5568..f489ae41f581 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 33922ed38897..8ac04d7add6b 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 8feb184bd4b0..6cdcd29e1f2f 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 91dfe6cc2cf4..9c80c124e57a 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 686056e7848d..bd36179359a2 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 3f5a1cd2c83a..8ae54af103aa 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 6e17a7b69fb2..9c708b609d26 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 3c41bd332a19..4eeba5da4606 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 5ef2a961cb3f..8c888bf14535 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 4f385a8969e6..7de56614b8ed 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 4d64090a263b..8780e6fb6532 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 bd255b155025..b5461d677194 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 102873d5b283..6ae4a2caceda 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 c19838925e29..c481afe27a1d 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 a7b4838713d2..e4f6e993bd7d 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 d9c0fc930a4f..1f5267734fb6 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 776d5a42a495..e829f7ca951c 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 e1a2d45a4a15..5254b62e664e 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 c0c38a8713e1..a5cc228e46da 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 0575ec51ec4c..4bdee3ccfa98 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 bc5b2d5e8834..45821e9e0c67 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 441082ce8fa8..a14ff5454a65 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 31315a7ab143..7b16dfd93fe1 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 940d3455d33b..afe52e1e1745 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 03702a364c37..f50f91589f10 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 12e950ed1b09..41ac775cb1f2 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 a291bde3c979..f7a1dd4a3954 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 06de569b71a1..02fb4f16e4ae 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 be54b4e605aa..c4e276b63ed0 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 f7ae3a3077e5..92520d168620 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 f921a5009eaf..f82e9571e12e 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 476248096030..d999f70d8f8c 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 ec5472721453..68fec62c932a 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 405b2429f12c..d9fcf2b2fa6a 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 1e5d710d47b6..4a5830ab8bbb 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 f4001409c72b..5355ed666540 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 fe3febdf55da..87c3ac3f18d0 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 12e67fe76676..a2c1d502034d 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 0cf99cc6d745..efb254f378e9 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 c918aee896e2..a519c1455865 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 dec326e831a3..4b88b8165077 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 e9506f8dba44..878790245e1c 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 0ab8c76cdb68..4283e0cd39a6 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 bb094c0c521b..38696c7bcfc5 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 b07e1108031b..3b8b37651382 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 dc398cf3a530..ed3577373068 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 52b1e2b8b314..156479d49179 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 780ea45854f6..380cd458b962 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 a6e41037e3cc..6392947f1f5a 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 7894e269d8d3..8bbedaec8e1c 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 5bf46460b418..aa2d17d5dcb7 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 01991fa99e16..11ed5a5545ca 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 90578efcaf69..092fc101ea57 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 f688172cf0e5..49bd8886abd8 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 98a76616644b..a894e4fc94cf 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 0905da828ad7..eadf0aee6fd9 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 3d5b8f5d8325..8acd62898828 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 3eeac6c9e269..d790c1b84b08 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 53cc6f21949b..08cba8d76368 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 d0767b290de3..1176827d6976 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 49a526d1d5bb..cac0d3cb7054 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 48c88fcc762e..952713746245 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 2d1fa3db913a..d9d738423b78 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 6b57fcc03d90..324c6f516144 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 a18969ef629e..fca6a4108374 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 1cdb5dd47fb2..f7d266342003 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 b734c7ff9303..2956962d0745 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 b0755a036d05..b0f5325181af 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 7b0d0afb26f3..98fa231724a0 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 a871a3671519..ace716d8e5d4 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 82fae87774ed..4ea3a7a47825 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 e6dff6ccb42d..f4fc45a278e2 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 9162b2d83534..0cee5e951b62 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 9b681641e343..42ac0f3e272a 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 6ae4574128e6..7d3d2bf45482 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 0d6c022b2332..05b551d5fac9 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 011341e3c4af..c8d7076d8b5d 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 2cc6fcac405e..4b37258ea4fb 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 238b954faf9e..1db0306c2775 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 f1c09f722dc4..ded369bcc876 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 bdcf84ab8f02..7e643430441c 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 38a3dfe58b82..4b12b89149e9 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 996530ecd951..7cc3e00b0682 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 79ee8d2305c5..c1e8e8226637 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 d5fe6d9ee620..21550e42996a 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 49a1f872eb4d..d42279e5bd05 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 a811524de86c..009b400aa4e4 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 acaccdab7356..3a3665edc21e 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 c88127693a41..0dcdd92bbe0b 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 335163c75ded..f8f3891c8b06 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 dd7a11e8789e..5d8f7c3f57a7 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 358d506ed889..543d77ebc141 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 a8a542fc0517..174d4a3e211a 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 76c73477e5b9..4b3658daf39d 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 8df0cd1b954e..ab0e5bbeb811 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 20d5cb118b19..c327701f921c 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 7e32eabf0ac5..aae6a09ad05f 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 e6cadd6a1cda..bd5d62cb81af 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 0141c5c1c4c9..0944265012f8 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 423f90d567ef..e9e01b435063 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 bf368bfde7ba..c93fe0ada307 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 63c45567b922..4b8ce241a4a6 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 e9662e98173d..0726be536cb0 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 21a8d999ec5e..a13fe98eb35a 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 e283f1377e66..213bb7680797 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 572f9f613730..20ba59ad96a5 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 e73e3c9577bd..75e5d369fb38 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 e81855599877..923a94faf5f6 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 6ac574e4c6a7..1858e7bc9197 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 908f39a57456..77d92ace4801 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 adc8deaec4cc..58c8a1536f1c 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 7e27203c4fb6..13b11ca19560 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 0ca36d10c7d0..9e59f4e177b7 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 d0c42e56424d..2e065e800539 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 3f88981349dc..ddc283ec3bb0 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 639c795a9b14..1749ea224298 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 1014e74645b1..1b69c9f73d0a 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 b72ccfed507f..56e4835950c7 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 e9f09f3d3bc8..bad1b1d30d79 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 a0af3ebc0e51..0401f6b9f436 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 bdbd61030666..9b410bd29ad6 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 02fd7a918251..5a57cf341e03 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 717da8180807..84567fbfdbaa 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 9875cb151ab1..8ad6f964cc21 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 e264e04e16a8..99093e16eb68 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 acc4d5ee6b27..86b1b9bac1f4 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 42fa2514ffd6..31eb6814e96f 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 4bcccee145f9..11c761dc0f29 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 4ca1ae063a45..e9b9e401baf7 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 214dfe0ab8bb..7e6e4e62b282 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 df39c4033134..4191e62a6cbf 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 bc7c092f9b5e..c5ab7489e8c3 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 0edfea4da1f0..622c03b54941 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 4db087f8c2ec..6f8dad80215b 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 786e369734af..9a0f258a8897 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 8686a6c7161d..30653efdbdea 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 eb0f86a7d2c6..c14f2710f66e 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 290285a74e49..f13cca520001 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 ab34b272f1c2..a399916904eb 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 8e1a5a6f5cc3..9a4c780a92df 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 a3e79c73c26f..436e4f04732b 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 98fcea7428e8..2df76b7634c2 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 1973cea63acc..3f5f802e089a 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 5ed67b6deee2..375fb6e23fbc 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 033a026ac85b..591999e2744f 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 62e8bd383a9e..8933aa65ee65 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 15884b7b2adb..2e1c621f3e47 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 1509eb20f75f..28618096ec73 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 c88d2ed78475..c9508fb87a76 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 c9f49e49297e..5f24733683d8 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 5270f86ec47f..f04c0bcbfa6f 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 689628f4a1ac..5fe5f3889236 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 c0af5d37a947..2812f0955c03 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 e5adcf46d595..4c1185e9f730 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 526e7254673e..caef9de3f3c5 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 153084db2c75..9336d55e72ed 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 fe2df4776a50..cc9b1f6e4c47 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 a87b55c0b88a..f5cec2901676 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 b09380edb3e7..7f89b6fb26af 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 bcc6c3c6e0a1..ae9cd2ec3a47 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 19730c8f3acf..9e7f838fa87e 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 9cedcf0f12a4..9cedf0e1e8d4 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 b5211c36febe..7b2fa7ac44bc 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 db4b55e7cc8f..71046cc73390 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 f43661a5695e..24074da67fb6 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 fff66eb44934..8d14b65428b1 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 ed333a118124..2f95f55fdc54 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 6dd3d600f93f..984d7a12d5a8 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 4755fc5e0a72..66d61a26a0a5 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 653a2b1d5d99..84848dcd5064 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 517369942846..a9f8b6e1b7dd 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 aa5de13e2940..4fc888bc3e66 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 366ecd4dd858..28eb415c5d59 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 6601b7cd959e..0f568e76bbdf 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 7f72c0226ec0..f42a490caade 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 574ec48e1864..dc1daeab5336 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 8eea62cdb517..5dc4cc5d1016 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 872a70857a3b..1d92bd795009 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 956d145b0414..86ccda9599e6 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 0f1e7b599fc2..2b12a4c2ea29 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 f1e789564b6f..7136a378124a 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 eac62a569efb..4c83723fb7f3 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 246adf98be98..3a2d1149fbeb 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 c1eef012eb61..aa0ad3253728 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 9451a089cbb7..cb29256735cd 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 f545139d61ce..bc7f5523110a 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 730a5caa672a..57bbf5c5cdad 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 9f79f6440bf0..1ca6ae4657d0 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 d63649d7c918..6b9479faaa93 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 2967311d13e9..18126a8d51fd 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 f30595495a8f..ad4f1cf1bc9a 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 d9e3881b2847..3721cccf2390 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 d9edea82cc1e..d36a91e49e29 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 ad6e5d110835..cb7f29fe4dda 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 d4fb86f58481..26e710e2091f 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 7882f949b48c..4326b5230d99 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 23b121e40b56..f29f0785ea8c 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 fdfb0584c845..906dc544cfdb 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 e00d9523d1c3..5f4987e20261 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 50dc668a0ac0..05a1ef5f6acd 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 d7571b81615d..83f1f4539af2 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 26a9d398ec29..c87ce3406552 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 3c3ba5c157e0..5a061751589b 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 da14b9d089b8..4e2146656a27 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 367471384b1d..b42ddc4ae6cd 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 e1ef0286ad0d..124b028f6bef 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 5e999cb796db..f023a7c3d514 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 f9c068fe2c79..8c989cac78aa 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 b03c6af53dbb..62bc27ce0771 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 29f82c9dd38c..7defce3b7e69 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 5946295e9bda..1dcf5ab76702 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 07aabd4cf520..012bc4d50366 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 71870accd89c..1fd648cc2fb4 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 adbd549028bb..8fb1a594fbaa 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 6b3a4c9e53aa..1c84f4a7c430 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 ca5d9c44c2bb..4578bc12d9fe 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 a31d71359c92..2e9758d28fe6 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 b7a99e3c3aed..83218dd72e35 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 01a9445d1837..8fbb3307d163 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 85c5439e680a..0f502cdb7bf6 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 74f243b7c1d9..19e15019d859 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 805fec50cb76..3af31d138bb3 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 32dcb40385c7..c4bd18cfdd6f 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 d769fbe49565..a137e49e4c75 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 fa9a9ddfffaa..4848fff569ad 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 b476949cfa77..77b322f47222 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 1a5beb918da4..dc662bbcfccd 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 42505b8a0b2c..289a47893c46 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 30485bf59d0e..bf77cd2a571e 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 4a984558cff7..c34fe306d836 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 f6962493cd84..e55bccc0ff6b 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 25d0d57eae50..0370cc0b6d39 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 91f523bd3e71..4c6b09ef572a 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 4204346390b9..debd315806b9 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 f48f16968158..4c9656ff0a90 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 c55320b31fb0..9f30cc71d9a2 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 4dde9181540f..477e93c617e6 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 79f9c3bb47de..03d81b9914be 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 e387801d6c18..3ba6dc6750fd 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 3d24931c7363..af8ba3086d93 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 49ac625bca7d..72dad3dd907c 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 504316327005..6b868a6cfc34 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 03584a8874ea..9ec78c77261a 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 06de8fead83f..73f4f096363a 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 9ce85d23fec4..48f27c4270ff 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 019a68458cbd..4563d16c7b92 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 3d0b0b5f16f1..951457670c16 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 79ff43baa260..5e16d4b06ed5 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 54e5901e0990..7bfd1bd31b76 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 a467a0651df1..86afa0caa33c 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 7ed40be95d7a..5eb9b3aa43e0 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 820586b7b9f9..6f2aa145f232 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 5aa480d508c5..a666038597b7 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 b6c068bc426a..7ec60adb8d18 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 3b1094dab8e8..3c7eb5c5bfb5 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 0c555946ab08..2efd5f7b0018 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 13eaeb35a8d8..eecdab20ecbb 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 2c6087372a39..f2be068ea0fc 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 2950d10b9d8c..673c2991b9f6 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 1ad642e5dae2..97ab6480ae35 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 ad5bfc1affba..31926777d6bf 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 a902763b0852..2363999c6d67 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 56a1733431f3..6c867b121139 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 0833ffbbc01f..25db31f05576 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 71d2e7e5eb1e..90d17046bedd 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 48a07a561967..c695ee365122 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 e04c154dbbeb..b250c5e530e2 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 108cf50204a4..c471ed9d7b42 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 88b7dbbaaa82..d4d914f6c193 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 93d493bb9477..8085065baf88 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 b0b46b45dafa..aeef85b5d541 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 d3fb9ec94a01..09ce7c8ffb78 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 df47d004eb4d..2d4856989981 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 75070143df1c..3160a9661b52 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 65e6751f4a23..e1c3abc7d517 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 3fb27285e2a3..66db989b3620 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 a6b0230956a5..54392110f602 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 da02034fd7e6..1a65f972ef4e 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 d411d6aae58e..483b102f38e7 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 71353a2dddf8..41bf0469e591 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 8f79c769d1af..12fd305f8483 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 40cda1d8056e..cafedfbd3641 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 b271e98049f7..62ded5d7a6a9 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 2a9b8b8ffec8..cfac3d8cf0f4 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 48058cf72269..ce2881a2394c 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 4753739e946c..44ad08237705 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 359259032e4b..b83a5d8d63db 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 a48c7c6632d8..1c43caa1c356 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 f4e93c8031ba..29446ce9ffd1 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 d96dde63695b..fffb6cd7eeae 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 815982ce0d62..cf249b2b594a 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 a77e5f4f63e3..8a6c2ace9498 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 866d859239cc..814f02343b25 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 1c750fe383aa..2db46c1f6ca9 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 ebb6d4117280..b0dc332038bd 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 0c65f3ace251..90b546a16556 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 38635557839c..133f85a365b7 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 2539456b80df..8b11ff1b84ef 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 212186883cd3..44b08c01b79b 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 fa561a126c4d..045bb9a15837 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 57da1c5da0f7..5f4a70bf6c23 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 79bc10b3620c..90e427fd5b98 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 9a80c14248e7..519680e3820a 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 055c106b4fce..debfca60b838 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 323d7647391f..75a84b19a4c1 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 f770daec942b..758fee4d7f74 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 6670779a3b91..bf8698442f00 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 b84472efa861..8a385d9368c7 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 b7a95b4e4e8f..2f84043c0f11 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 967c2b22279f..286ddce0cb70 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 cd26487040ca..516c6d818366 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 e049df479890..606919285ef2 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 68863fb71101..1fa6f1484435 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 c63395fab198..b28f932bbf27 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 57c9acd4a58e..09238c5aa942 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 81e0db55af05..90d13906f895 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 ded57b4ad529..f47196140a2a 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 53224910b730..fd5cd064e213 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 863d7b35d543..54992b8fa8cc 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 04e6c8ad331c..201f8148929e 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 79d9316c14f6..620ef3f23ac5 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 647c07b75ccb..cc674a678f3a 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 9f1181fd0292..bfa9fb85a226 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 ae68a18587ff..2e2c1e075726 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 b32c1098ffe0..2a20b024d6a8 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 895683a0a22d..f71bb3c5c6d8 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 5e2bda96ac16..9eba77949c4d 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 607912ae3b25..2d3292395d69 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 48c78059e5dc..b07ec685a11a 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 71e857b4317d..69c915db16dc 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 30982ae5099d..359e9ff96fd3 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 b0a8295a3308..9b041f6d931d 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 e3cfd0ac9656..b16cb2d9eee5 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 7ef4e25b3333..9cddc7646419 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 ec228604a3c6..f905fad5bd52 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 0e3d1fa5f889..f5dd36af0895 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 7983de9d499a..1fe806645d3b 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 1562638b2ff5..9c86655b740b 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 74646d0fb20a..4bbe455fe687 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 7df32ecf80ba..414baeef40d1 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 c7397892a4e0..e07a58d84a9b 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 19e8eaf7990c..dceead668526 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 46028e662912..fb1e8f5167ab 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 3ba0bba9c068..9b67642b6d30 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 422947916113..29fbcc15381d 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 f5c163103a9a..9598335fa8bc 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 27f91556ee7d..1cb7c58e8bb8 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 f04b4e990179..34ad0c52f65e 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 aca7710179da..80f0ef418215 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 f0702900f40c..14b1c2552db5 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 1e5edb952b76..44c1bfeb27e2 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 59a467c40f0b..6a0e7c0d345a 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 867b5b790512..71b21674b587 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 4cd4fd3ac6e2..77fb262e64c6 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 25fe377f1533..9d8795a1ed30 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 26e4f7e92c81..26fcfc70ba64 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 7edf23e03f64..fe94a901b8d0 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 6dd0cd272493..037c72d18b81 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 c1daba5daa33..20cd819a61c1 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 e71e0cc2b9bd..029b3ae23860 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 944f85299f41..55621b37d45b 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 dc48a08f82ad..f683193282eb 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 d0086d9857ad..ff5dccf347cf 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 9fcce4aa4887..ca32d19de999 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 b37e09979c48..218f6e85a7e6 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 5cf38f08f172..1d04db378077 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 bdb919973f75..994760f094a9 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 94b624c77d7a..6b54cf11a63e 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 c70dbaed0406..123a88bd1de4 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 8461120163ec..24d02b3a22e3 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 c13dc02bea55..c53b2eb59c8a 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 6f15ed91c322..b3f7bfa78b41 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 53213be8f674..928afb40aafc 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 3e70fc9ff1ed..bebfbe85d7be 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 5dce90aab743..951fa48fdedc 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 a0236344161f..ee31628a9085 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 99bf411eb6b6..2c780bc3e586 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 4ca69faad75c..67ffef49f7a5 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 78779e2e8997..75bad6f07599 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 ccf645b8e31a..ac67e9fe8766 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 396d918f5f72..ade31421fd50 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 fa5695b17054..a0b286e6e809 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 31b51ed8be44..76fcb127362f 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 804b1ef3da0f..9d345198d9ff 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 ac5a30e9346d..1defc8d3372a 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 4385f5a32d69..51c8019dcf63 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 5dc68c117c6c..9e473881571e 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 2690f1ff4d07..218756123a5a 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 63e8df029f0b..4a4458b6f856 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 b5261678d666..a02fb76381bb 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 27d301056718..4a055b8dedc6 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 b391c8f47a10..8c87685f3bc7 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 96b1fc6324d0..592680705203 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 4dccc62ee5d1..c3691bdfc12f 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 82fa537d5d4b..62fb37f7bcc0 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 973d9e640c10..655f89f41efe 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 67ea10c1b26f..de7fbb951b79 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 bdf09e36ee75..6c4fa4aa29c9 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 c77e3f69f1c6..3f495586196f 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 37cda73d31ea..1a19584437a1 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 678c5fd9de62..d9531d45d0b3 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 d2b6b90eee37..616732b12a9c 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 5d19b6f3c895..ba72f6a1b637 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 ffaf423c7987..ca673c10e92d 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 32204909355d..35e018b6c70b 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 dd5d72e13024..04f436aecc65 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 044dd03454fd..da4b97d4a523 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 7ecb3f18fc38..d858c65d37a4 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 4d462c6c7bdf..f5b9f3b701b4 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 8baf2f6f75b0..ae824040468e 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 55427c784cf2..806614e60349 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 66925072ba31..b881d332c29a 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 786f78c22ee4..ade4e4c7f022 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 3fc80f654ca4..110a464caf33 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 880afc96fa10..325cdb441ff2 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 201c5ed83e65..43903160b3ab 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 bd74e1299285..40cdb50c280f 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 77faa8646045..21b23bfaae7f 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 24eda168900c..eba4a6022b26 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 dfd4bb1706be..507350c08f14 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 1555db25f213..174295e128e1 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 d631600ed354..703c91a7ed97 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 a3ad6f9d8add..b366049f0360 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 ef43527ebeec..daffd0667e12 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 6ede30f6bf61..52662f574ecc 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 9f076363bbd5..4f923cb8b6d7 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 34358d67e160..c2b0b4648375 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 da528c85affb..5e6f401503e6 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 db7adcb9679e..0c1dd0160b1c 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 792eb89c306b..88e232ae6b37 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 99d45a77d4f3..1351cfe0f14a 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 86d303d4b65b..5c298dfdfbcf 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 d2ac49d0a0b8..7e91253ad953 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 264bb4c145ac..abdbfc47ceee 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 8643a979de21..f868a555b47c 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 8a25cdf755d0..fda5960e4407 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 3d82c0830f13..016ccaf6a1c2 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 56f77f1dec8a..89abfb34402a 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 113a337a6657..dd4a69407f0f 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 5b90898388fe..44bee8d47a30 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 bf6d4203cac5..e89ca57f6fc5 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 df0f473d12e7..0933aea05d0c 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 6781ff17cd58..b988f56ebd57 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 00d51c822477..dc9705a8c62f 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 0130b003d030..52b713c67c1c 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 d591d451adf9..143b807d4585 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 b0f7e1fd4925..8f888adf20c1 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 cef417c705fe..ca72c1e06c44 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 1a0eba834b2a..7595a3eefcee 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 3ff45f90eca9..60331ba4fa3f 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 354b738fbae9..0e850118dfbd 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 07982b33d40c..b345036caece 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 b5f8aa273ebc..391da44256ca 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 e657134fbffd..78ab25018986 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 3c1c39746629..28a83975eaa2 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 62cbef9f2864..5720567325fb 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 17b6123bdd8d..ab97e788bd89 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 8f81a3600467..1708e96c4d99 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 c2b68ce38433..cae6c6448b27 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 6c1de4dfd4ce..b4090e697da4 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 68f6cafe943b..1023cf685120 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 635600b985f3..10010e7dfb2b 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 014d6be718d1..d415ad3fd84a 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 ba6df83ee28a..610010f02d0e 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 77523b6e52e2..77fc0c2767e8 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 dd0a83fd8a53..29b443d62500 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 020d025942a5..7e72a18070f3 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 4325f4efff39..aea2dc98acac 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 9f1ee025bb01..d04807c1c3e8 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 65830eca257a..10c0085af0f0 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 766d33b91b2a..207d2ce43db2 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 14440bfa1bb5..3d5e909ebdfc 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 9291b2f34c50..8e4094c9190f 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 94c565a57192..76d828737083 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 5e7c375b3f19..9b355aee9900 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 b3ea303a7222..972c1f3ede2e 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 1d47de3635f6..e783c13cc368 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 8a5b9f20bf00..eebe8c4ce33a 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 f13d7e59f394..97fa9c6a057f 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 b57a6bbaa32a..b92785f29386 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 411f7a76585b..c339e7b0445f 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 01cf8574d980..f552f3ec6649 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 684b13dbdd9f..e1777be12e7d 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 73612a13d45b..9b644d17d4c4 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 d038c1b44123..04f669a04b18 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 4e29153b3c7a..c83b4f8594e0 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 a3cdccdb4b16..7766267c64a4 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 d4a53f2b8c04..dd7017bd0ccc 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 41ce7ddb6604..7cd5baefa7e7 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 674da73d6821..dd9e6baa0e28 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 d551315de9d8..d5d9d38bf524 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 90fc779ec52c..340ea7e53e73 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 af443cededc1..19a3e6073c8f 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 a39ec3fc13d6..d46e425ad4cc 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 99436f739f30..a06745733b84 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 306b4f9c5da9..14320db81127 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 3a26235d6f13..3ccadd7f73ff 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 04b7eb1ce0da..b4393657639f 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 8df03410a1a2..648cc7e77d5f 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 94ab20555765..aa80914cb860 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 c6b4b02e931b..3399f10a182a 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 7d1295e39fa2..ddb23fb3cb8b 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 b3b03850fe93..7f433a23a0ab 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 70f57c048347..6d70f8f6f20f 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 7d4d35ca0e47..64984b6ae9f5 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 928b536cc5e7..dfd458f2b65d 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 d3d9bca4dd6a..5d89562ffde9 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 f22f048773ea..b0966f8b07ff 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 7c5b3903ee81..4db7865a08e1 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 800d330a5414..1d93348c1b25 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 0a8868eeb1fd..18cfaa314403 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 016c52cbb1ea..0394b1615e40 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 b9da431bf785..fd5ddb3ef493 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 4294aeddc86f..72a04e5d4230 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 845dfc3bd799..a30d8dcf2e75 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 b908d36ffc61..f5646fd33639 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 1b1897ace748..adc993752cfa 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 b6ccd2a89b53..d058fe810304 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 6d6a90853783..c6c218d12b8a 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 ec9135c742ee..8659ca820010 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 b1b8613a0595..5cb8f181b2ea 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 2c47a95001ec..275dab4ad9e9 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 6a844f38826a..6f9bfacc0d6b 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 28c0b398c0f0..5f4049c24722 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 6f1d7cc7f498..50d2e3d06cca 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 f0866053ca7d..6fcbf2718c55 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 48a5f8e264af..03cfd0ed1b0a 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 004338b78b64..e8f6e06b6669 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 47842fbb0a5d..689ca5238f9c 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 60f6e8f5fddd..a499521e0b89 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 e05833d3549a..c70968aba84d 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 9dcb0a5a445d..2d2c2d8d60f6 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 9a6beb9a8eda..afb6b38cfba1 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 556f4de0187b..9f98893d6e92 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 93cd75fa1b67..c9f23f3340b3 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 a29af6b16980..23d586943372 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 41af9eeac361..b6ccc4719722 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 04ffa8e0a2ea..30f894b64111 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 e44d4d312d60..7d86fbe5d3bb 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 efd7c9e01409..bad023efb79f 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 8bd97926b44a..4aa0ae7ba0a4 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 54f40e17d6fe..85bf3d098a13 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 d0ce91b1ca16..f1d358361301 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 534d8a2dac17..7f8b82d95608 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 f71a10bd753e..412854b051db 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 920934636ef0..53b2ed88017b 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 42c5e0cdaa81..1cc4cf577dce 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 e6c765878717..9bdbb3bc73d2 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 b778a421e179..4410b4e776b4 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 7d6e5b7aa343..7d37475f2bcc 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 530ca3b9b9f9..45f3d683011a 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 bfe4b9d017e4..115c26a2f047 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 20199602093d..d578c46105d2 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 d67703969e07..626c88b4dfda 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 760e314a9cc4..eacb03db509e 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 4b61658a6f4b..716e85dafefe 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 e371040aed13..f4359dca85cb 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 337f7660ecc2..3425c3840eb9 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 4659b37d0d84..e8a92d061171 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 f6abdba68925..1cf8192cfc1a 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 9fc73933a124..cb08e1d5062f 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 e9d28bcb397e..575f3d44338c 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 fd3889d2741d..85b2368b20ed 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 eaf3fb80fafc..e54bfba1aacd 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 ac6ca91f4632..84a662f27a50 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 7a3c79b58d08..d594850970ee 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 e1999174d457..8a15f415e6ac 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 8a101c16e8ff..ae3ec9c5aca9 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 4f1e00779564..f7a4027ad7d2 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 f117777c83df..3a3dc501fda4 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 9484f3954e91..a423645f5481 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 8c11b61f16ee..e8afeec5e21b 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 d743247cafd6..02abb801fd55 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 ec54c9923566..7d47ff783787 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 7d203b8a4f48..f74e25e6153d 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 078829bc9e88..ce87cafed186 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 c91d5fa61b44..2c8a113bb284 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 44093d1d9c8c..522097a1f10d 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 ac193eedc750..3627ee0a929c 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 23c72365b386..11f1e6ef8f15 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 dec6d842e187..7304ff99418e 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 d174182e410f..e3a9b2ba153e 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 b5ff1c7c4398..b291c3b4a006 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 fd0d14bebee3..ba2940974957 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 cebb5944cce9..d2b9822496db 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 ecd90d7a0a5e..be1f26952e0b 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 822bbdf95e9c..d88a3a0e00d7 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 aec10ad4d34b..4e23caec8412 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 4e144fdc38be..56ab4858843f 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 1e0d7eedc5c2..f5a8ce8b969a 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 991b2d9b1354..33425f076bbc 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 a28308fd5d7f..c5402b96b95e 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 e2a79cd17a11..4c88e58741a7 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 05390d01d4bb..4770851725da 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 c7954ae7f156..768c1f8d982e 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 10bdb415d60a..53e24ed74ce8 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 70cac9207e13..c8f3e8e25c32 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 458a31596a07..9908367e1f8d 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 b3dd3f5ad7b8..315b0a1bce64 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 597c2e4aaece..d1d87097bf5b 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 0a7db81c1675..790114908de8 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 435fe41d232d..360b333867c4 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 15f1d5818a26..ee7f711c4c3b 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 1866dc6723e5..ba85e548bea3 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 5e4051e315bb..b3ea8c3ce6d2 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 e9ff70f75d20..d99270afc8dc 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 6449c4eed688..0c3c04b14e9a 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 7cfd7cda6499..4fba70e69ccc 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 a0b28296035e..84a2711f378c 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 4e8621e697c2..adc8ae549c68 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 c697901de154..bed6e4b4ceae 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 87c8ed20d10c..fc741473afe8 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 c2703352aeb6..fe9812effcb3 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 81bede5aeb66..58a54a5d49d0 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 2dd21ad65d44..5ad852ea26cf 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 8f36ef96af24..d0df6334fd39 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 c2344b4e26aa..c1d6a91bd629 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 7b9d085a0394..1381614dc51b 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 366b0bc257c3..7547644f549a 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 4bd2d119bb0d..d016f322aced 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 178aa9162956..4eec2197ef4a 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 4f98c517ae98..76fbf454b2e5 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 e8201e7dcddf..23f5ff5123c8 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 a7ef3ea6ab60..338ccd17efc3 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 ee18dbf31a66..623ee040b4c2 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 7d63f542e626..87412e63f9e0 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 a122d6605d88..0adf013fe97e 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 119acddca9d8..7972111b0315 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 08b7e31e2c7f..47f5149504ba 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 f7e15b36fce4..0264d6269b91 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 e72037b69834..523c18b2e54f 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 97baf95d5db7..e46886e3682b 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 069ee6fca552..2ec578d80020 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 dbf7abe052c7..c64325ca1b8b 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 69e4ee8b9e02..aee98f6d0652 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 d27b119c928b..488fd6f8f11b 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 bf5ab3b14ab6..b4865784961c 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 615a89a8941d..8c8f19011c6e 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 1ae61a452feb..f4152898c270 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 cb46bd668f2a..30250f012758 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 e45b042ec6f3..f7c842a1bd8f 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 4a9272aac75f..8d6abda160b8 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 6abc04fcb09a..1ce6b2181ade 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 e4ebf4a77c4b..df4195cda2db 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 b52af203025a..90f6ea2b41b7 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 b961fa206561..b5a8234aaa03 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 e4db42e73705..1541442d0afe 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 06eadccaff4b..6e0b3cf3984d 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 9c10be3dd9f0..44e6b0be7f29 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 3e2363d8dac4..93d9a3a46988 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 ecc24f922fb7..e7debcd2680a 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 f86ff6409421..cbb8a2e99932 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 103338f9be0e..f0f84cbc9669 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 84fd7a029a5f..a35b03ebdaa1 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 8ee2a4c684dc..355b5bcfb90f 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 06c1660202e3..612a82fb3094 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 c0dcec0ca67d..e90ce3757697 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 fec713923c9c..998ef9694872 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 54ec392d817c..ae1043c0721b 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 a4241126c310..0d54a5862fa4 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 62352913e6c1..58e9b4368fdc 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 bc8ca3e7605e..72ace2e6737a 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 7738c0e8410a..e3b66c348c28 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 86464879722a..d7cdb5c817f2 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 6fd1995aa912..be671451f8db 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 f8aaf711992d..a31f66f8b3b1 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 f9e09a1058df..c02fdef7da50 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 0251377767ef..1dfcb507e92d 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 03403d43d7c3..b6dadbc6259e 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 c65218878289..9b3f93b6d724 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 12cddeff5751..04fb07ffadfa 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 1ea91846950f..1da1dd2c93b1 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 e539b6714957..20d9b5956551 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 dbc323143908..385ecdfe60a7 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 aa7b3729126f..f069395621cd 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 b5e95dcb493d..f3afa04b1392 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 cbaf93009384..2a16cf0268bd 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 2ce917e44b95..aff913a4a6f4 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 d62de8d06824..1af5d089d115 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 fa4f3452434c..10b6b16492c5 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 ecd1f8a8a1b9..db9d64a726c2 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 b9b92343b9be..7dc7edce6724 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 599dd66144fa..c27a023606b8 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 9146cce75699..36e6b828b48a 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 7b1a72b7b21a..ad4b4b8c73f3 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 ff7088aca07d..c5cb37ba4325 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 0ce8f0389501..5404c4008494 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 4bd36e015f00..12f5e2654188 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 86cf96e24d8f..2dd5160818b4 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 9ddb11a78987..9cd3a98c84bd 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 c1d17bd95021..f0abc50691de 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 53b904c4df55..ef1669ea065e 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 43320899e237..44017212e607 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 040c9c256738..add050801658 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 367e550b5b54..bc00b81e92c1 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 2f6511db003d..66be80a27f4c 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 388b40714f69..c722291b6f71 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 004eb6a46726..25d38e1ad25e 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 c1a3abfa1946..9dc52e7a903f 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 c25275c2d82f..2d80b222fe4e 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 eb416553e844..f2068ec12904 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 0ccc99e11114..bb9ed103ebed 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 e31ad556760e..35d6e6519395 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 3d9d1bdc4aee..36da717d765b 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 76c5203f9c3e..7b010ec84faf 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 ab7f27c97d89..5421c1d877fb 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 6dda573092be..bddc9746fe20 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 68fe3206bb84..50b2685ad716 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 29eed5cd7135..f3b152573ca1 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 41883cede386..c466f5cacc96 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 1c257542a39c..cd14460b82b5 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 b1d6b5d125d6..f35abcbaea11 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 3ddecb86d152..ed9b260dc216 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 60030575d9a4..964146948c12 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 f2d82dd3e908..3c77d25cc8f5 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 096117482268..8d997172963c 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 154250dd1ff4..141d80578331 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 d8c40111a6ad..2d865278f912 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 44619b13d544..8fd847b95b93 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 62c2eb34f0a9..290c72e366c2 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 1b9e06a16373..12ed3794fe9a 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 21aa88fe638d..c91262b08a20 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 872d6e80a2f8..551443e5112b 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 99ab6b0fcaab..5fb034c8ea53 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 4d3fa3a79743..1f959027f126 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 a5ee655349dd..f6e7a2e8ce88 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 25820d70f041..8fee735fae0f 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 5e8fed256e56..efba267a8855 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 ce88de1e4f85..3ad977e39e72 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 244a6eb24d1f..f73197efb246 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 0cdc8f7d3c00..a7a02d782867 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 f5dc7a4978bd..30ef7e0df6ab 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 a19c563268b5..cff61078b440 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 54e425993ff3..34531d998e69 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 0f726d35165e..eebcc1dae82e 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 36bb9b6a23cc..39375d28c3f7 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 4524b13dde58..d333e7316301 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 8a3fde680dc7..32895ac759f1 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 b6babb3d9020..24cdac866459 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 173ef3456f56..770fb002f32e 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 f69953affbf8..55a1993a00e3 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 1d500b9586dc..76e37a76eca1 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 c851ff2a5835..a20c5306c29e 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 e2c63f31d359..e787681bcd78 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 f32548fbb9a6..1f85f94ecd8a 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 84caba178415..1301d0dc6323 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 2e3d7e5b51b2..7d2896296aef 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 214c6f6cabfe..62ccf57738be 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 7ba44738bccb..2f374709d5cf 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 97eb404c5e6a..9a41cacf4161 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 127b4a96e14e..45dc973d5048 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 8c1d70c465de..8b0b03f30466 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 9c616568dbbc..a3835772f0a2 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 cbffcb8faec9..c415a1fc2ce3 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 650872dc6424..e2ab8bdf4d34 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 b864a6241b84..4a8c3a3c3c39 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 9d7a52c06210..9100262d1480 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 eeeb3ecee32b..f87036b03a55 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 33829362b416..8b53c97e1926 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 75437a2af598..559b0e576e51 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 1a6efe4be99a..2c66f5a7e2ca 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 897abba2a79b..65a8e38ae3ad 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 becec4f54c15..b7ca71872d8c 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 158fe432b096..5e313f33dbcf 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 81041ecdb55d..de452a491e40 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 e52550dff687..0709dc2c2300 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 06af23706065..20809b2d4972 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 56c293bd2411..27e0443a714e 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 acc18d046c65..72f6c31540fe 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 8e9f85d264c4..3b27d80de485 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 0f0478e50686..d307151fcf68 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 f14ba8d1c673..a964a7353033 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 c4fe9166b127..d61a94c83950 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 8624573b3af5..75472a1e066a 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 bced6540ca39..ed4fd2a0a104 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 862c10a1542c..81faa9e9494c 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 2778b8b9f0a5..d122b426763d 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 36cade4f1aea..40045c4f7234 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 34f16ee589d5..b1911b44276b 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 1bb487365033..2c3266674034 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 e3a3b4dc3c33..dab8ca57aa80 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 94f30aa078b6..212f85128e3a 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 95654983b830..5b5445441f25 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 3dcd27c2db0d..a00468741a95 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 21303acf4886..6c6c44d63749 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 124096d07011..539af3a179bf 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 448e46b5fbbe..2478ce57604e 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 2d030d3b5e7c..492b66910d0c 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 134cbadb516e..ba0a6afdeb46 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 47e714d813f6..e2ae5f295bda 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 2d07166bda81..b784f74e9c70 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 257396b4d5b3..ca1aafbb99ab 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 813cf3d7f784..65f32af5a23b 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 b93c87e76b93..4d20e89ffd9a 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 b69a46dce0b3..46e1093dab7d 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 8740f75521c9..52de9b4b685b 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 a35e98a18f82..8527d840cbee 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 cb1bce4e3e91..6e66eac1e3bc 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 39c69ca73ac8..79a6252c5041 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 eac2b66376ad..5f316df8fe0d 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 1e01d0754317..ce4d3325debf 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 3f497cb07ebf..0cd67a7d888d 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 da0aaed5d926..293b0e46615e 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 01ceb0173ec9..670855a907fb 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 54767d6a5619..e8e9576bcde1 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 35ef0fcb9a52..1a5ad70d12f3 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 3554aa936ff1..069278804c6b 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 5b85eea44fed..504cc86afffd 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 2fb6dab972db..6c8b9aeb4f6f 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 8b11c130edaf..d8acad560671 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 388f0fb2102b..ba8eceb43606 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 7fa6f0d6929f..8545cd3c7ebe 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 4ccb4c464701..a48eca2f6e70 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 45c06fa07847..767d01a775bd 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 4635ef6da8fa..38f65bf86432 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 12ec0c9b64b5..f7b8a9f91321 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 29feb4f9a58d..b7d53eb856e0 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 0759b556e6b4..cd4ef043505f 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 d268e7871c50..f559f3f5f6ad 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 c9711874b3cb..544b4f4f4250 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 b852bb8b9832..f0c94002eea1 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 9545c58c166f..1c754076b025 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 dea516d11fba..6365b68e29ab 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 967e0596856f..c77070909e8a 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 bac76eddd37c..f29a5b82751a 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 08b49f75d17b..be1d71c35dce 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 6cf8908b3391..b9e4f3f1c423 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 7dc8e900c16f..7d3e663f3697 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 f28eefbf06c5..6a4e96ead78e 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 a81d6cadbeeb..5fc11bd6dafb 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 0d00a759a02b..927cbdb86cd6 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 4f51c3c5dde7..1efa38329963 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 f9b40f9b9cd6..40d425600437 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 f153c34c9eed..69a5e48388af 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 3c0988ce2574..b8d5cb4ece78 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 8ac434b7236f..1aada7954c98 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 7932400df3c9..ab91fdfee198 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 c0c6c178a456..8ca6cc38bc93 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 367f83e9fafe..ddbb25acd0ed 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 bd379e7781a8..0b7398e50d38 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 de265013b5fa..e38465cdf426 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 f5e00a3f8673..48d0e8a02a83 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 883fdb639ccc..366802399695 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 2e6fdae6133c..7f43fa8c7c14 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 7a5494d84460..08ac1995f44c 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 35e1e914f581..be455f2eab03 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 ed4ae2cbe9da..6c45712bb45e 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 5e57f5a84f13..ce1e30c1d081 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 6f266e4ae0c7..c721b85d6c73 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 5d791ea40af3..eeb105b70599 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 36790b49482c..ccfd427d55ab 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 12f5a73ef76f..f1c055358772 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 6363237d94a4..c2b3fe2d8203 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 da3be1f1f517..91131e0c125e 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 6121c1985358..864308569646 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 f20cdbfb2476..c98ed5ff8dca 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 cd6f32816ca8..8ea1cffbf133 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 c1af0a5738c8..7ae5c381fb81 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 8b117e931a96..cc533777a19f 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 ab8cb41656c3..9eb83f3cf50f 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 e009bb6aeeb9..232a30189414 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 49e13e6b6ecd..a74667c199d1 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 bf8875169da5..0de3afe0ef60 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 ef09a3895930..ed9668a0ca26 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 b60ec2d11c2e..15cb5cad7e10 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 09c369c34c56..9602f241a7e3 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 979df4517659..f568bd046d79 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 cc7e96143a53..6a471d4fc73e 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 bbee3a45244e..3c33924a8c1a 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 d5b081656801..5c03591da5cf 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 c321a4e1638c..721538f4f3dd 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 cd9158210e6b..e6e9545e0534 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 8ff1141dbb2c..e3aad2b06bb7 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 1c75b1fcc15e..d96c54e5834c 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 0d6f877c9c2a..114bc7c4d225 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 021b43c1b85f..1a151a32af5a 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 7a05c1a3a822..3882ec2eeaf7 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 11ca77c4a05b..d2562bc1bbd3 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 184fd31b40e1..5db33f678a58 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 ba8f2609bd4e..77588bcf40ce 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 64b78e185506..c113d2f3d3f7 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 eae0c2f8e59e..3fe8cadf07aa 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 e64b09798754..9528adebe973 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 94141228eb85..dff69a483a17 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 51332c98ee85..785615ee54ed 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 4960840a1557..142e4f9a5790 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 c3cc1c3bb3a7..2af39545d327 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 2e02241fce3f..7e791f9e6074 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 1cd57a3d5db3..04e68c8cd0c5 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 9c2ecaadb96e..881c00a5899c 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 45ba2432fda9..b55f5d0ac287 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 84534305041f..ce5543965246 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 d08451ba9d97..0659132292f0 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 8d7e679f484d..b4f8e358b6ea 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 189b60982cb1..cf857cbce335 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 32d02892c8b4..b1d828a5115b 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 4b505d5405de..ab3c2297c92e 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 ec0a637609fa..5a7636eddf54 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 c3081b0a8626..93a167a6b5d8 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 17b704cc95a9..1a7f3ede3f04 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 2052b90ea0dc..f4676b2531a2 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 ba6e659d03e1..5ebeb71f7751 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 15a4cfa6ba3e..64bb84b7ea09 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 8977440564ca..4c9b81503f6a 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 240debdd33cf..a5103b88499f 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 9f29a5bc6fbb..275733322a19 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 4b268ed0ca00..b0dc64e16d3d 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 3b0410c1c865..e6ab5fefdef6 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 a1f1ce5da388..354d78b13bd3 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 43c91c76d2fb..3b77e3a01112 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 84c60459b19d..03faf76826b5 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 5ae54c6f490b..2173f386a90c 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 5cffbb303582..3a7f6bdc6339 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 8c2e2843356c..49df234b04f6 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 6256bf11534a..058044d37abe 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 84bd1507cd77..b644776a98ba 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 d8666c6d3525..365e953830a2 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 d30a757da4b2..ae4ae7842bec 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 4a2a0e832ad8..4a9677f58938 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 da0563314865..502a794596a6 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 419bc8d26e52..93e838f94626 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 16efd59d5e7d..0f1978deffe2 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 c9e4766ad422..3ab9790d0267 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 bb43823115f5..07466b12df81 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 608654291d79..a2337ed973de 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 531ef9538679..f8d47ade6d3a 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 1b98a8d20311..8951ee1a8be2 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 fcce592db2d7..0b76137bff91 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 4037423523b8..1b7bd79d2f8e 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 f68ac6ce79d1..c0b98185229d 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 ae271a7bda35..4932d74a68f9 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 6ba9e18fcfdf..1cfc294799a7 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 7b7c94195b7f..7e8b6cf68f62 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 092886e77dc2..0d5d882adcde 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 67d672c47e97..cbb6fccfe030 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 573137bd7452..3d7cf4dde637 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 a53a0930eb6a..dc3c00d487be 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 c34c0257e489..9fb86aa21dbd 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 7bbb14a2f236..6078a56f8622 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 d5231e73b40a..168c61b3bdd3 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 b21984a91f88..f44079add01a 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 f43a68e4ffa9..f6a55e886e4f 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 977d3da8c424..17516e169a74 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 99e356b2e965..19f4ff6157f5 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 5b36696f16b3..ca53cd481ced 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 360244dee653..13844e7ab431 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 8aa181275eec..54f17fc135b0 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 0df67e8523b8..b77c63b7a3c7 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 8a2988e74b38..002268c7b142 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 92c8965d4cdd..7f112de85f81 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 5d0dbc48d25d..83a49e85272b 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 dd6d670ebab3..aa31ed17ab7d 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 0a004213c8af..8ae5612925ff 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 97e1991cb696..21a0a25b67b7 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 e3cefd24fe81..b7fec4f2e63b 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 5f461228d5c8..47995cdc0f6b 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 38fac8433a84..5acb70bc8df9 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 473903711c97..148e9861181c 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 8915c12d4809..21c843ed49b8 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 6ffb4448e2cf..71be8e073f6e 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 a415cf177edc..d36a90b6405d 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 eda6d2d15634..e06f7cd47a1d 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 6188c3029665..b05936ab6a2e 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 71542612084f..68d8d1c0f232 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 265597865bc6..618224478281 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 a3f34a6e8598..68246977c8cd 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 eca28ccd2657..7d65d38433c9 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 2aed914847d5..e005ff73b6f9 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 4aef259b9bff..694ecd4d2f37 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 985a6ed19eef..e1cd70d0d029 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 c4da8616827f..da81a2e60cac 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 eac2e81d0fa2..eaff5584b4cd 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 c6ec503fe096..029b2e804f2c 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 dfe489467572..9fa5a79f2327 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 c843e55463eb..b2d8f85fbf31 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 eb04a847fe18..7ef5d17aa3fe 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 341f0b853230..e85fef6d39bb 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 55507271df16..52ea6c499a4d 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 d570d68984e0..ad1e78deb547 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 34aa04439941..fc4d6b61ead2 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 84edf0473649..7d5fa59b7149 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 a21b8dd6fb7a..18730311a298 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 0dcc691ce8b9..6fb6e9204cc5 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 2c055eea08b4..ee19ab4fab51 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 cc4fc382e488..881192f1b695 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 f5baedd5d291..4ba76b444744 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 35f9bd28bc3f..cb309505903a 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 a99137756aad..3676f6f10134 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 da90eb597d47..d7259a14ec1f 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 fc91f2449f8d..fa503ecf2c77 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 6a94ee51aa83..3233aa8a3b28 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 2b0c34e42895..50efa43b6252 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 e7bea5349f27..7599713d3a2f 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 aaf7d86d865b..088e23eb53e3 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 6c02102d6733..54d84ffa4c9d 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 2099798df39e..af8d4a96202b 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 e3f873bc83c8..eb5b5989839b 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 4f506ab1e3ef..599b3a8d7e9c 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 4375112ddb43..a2370d3202f9 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 f2443e470863..d4406f2380c8 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 b38c03beb999..8274fc6bf694 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 311dab328acf..e52e5ff5fbcb 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 349a440c4322..9bee3985c4c6 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 6fa629101500..ba882957b40c 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 b0dffb7a1c03..1ea5c7b0c3bf 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 737df153a16f..909780f0fc83 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 735c94fa96ae..14716f54caf5 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 e7b9771b7035..497b27f33888 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 2e99ef8b131c..a20b755aae17 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 a56d5db11588..7cf8f3012d4d 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 31abbd5e928d..dee7f012d5ae 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 3e3a9ac6c17c..f6514a1cc369 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 c5aa39962fc7..f8e9324ed2ff 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 2eaaf0d97483..45ecee1bd842 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 2e578bf51612..a1f46c7021ce 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 06359c4e9924..dc315316117a 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 3beb6de624e7..5abc9e2fe500 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 e488272f5101..9b022093f56d 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 31fb4c0d7266..6cc3af3a0552 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 d5fc6b4b5f32..380595b1ea46 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 596c36aa7f85..ee213f81b3a2 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 21efbb4c95cf..5788d5769804 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 16333232fec3..28bbecfe54e2 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 8b20e0c032a1..ca8ee0d3294c 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 6d1c5103ee71..5482b2f87be7 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 64acc0c263d7..6d11012c68ee 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 41c202d61293..3f290924964b 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 b4d055f45da0..5a71d422a65b 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 d433297d38dc..ddbde0b07582 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 afcd30c6106d..855e31589ec0 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 ddd511064883..fd53ea646af8 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 367c3e5932e8..e05e504e48d9 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 dafaed844fa4..043b5df9efd4 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 53184aba699a..c0bcf893a9b7 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 4c3acf640857..1f21fa6a6d27 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 95c1db99f400..175d0c3aa9e0 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 11e0de1c8e03..8e1129468263 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 b754e273145d..ff2be7bd3474 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 96bf4ee0462a..cbadceaad670 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 73aec2eefb43..a54fcc8351d5 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 b7454b09c8d4..2690bd7106e5 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 ce83941349d3..6fdb9faad2f8 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 abb73fd75ffd..47f980697963 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 f135b8dcee59..f9baa9b812b5 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 d1391e856190..e4bbe6ddeedd 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 7b689535ebff..ace80710887c 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 926d4ce86d31..057191f12cd9 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 49fb565e73a4..ca691ab02cbf 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 8df0da3251bd..0fb7271f1ca2 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 3c9d401f1fa7..426e4301e1f6 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 88b3cec3971a..faaf51da25a9 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 4a5d5406220f..9b46bf5c6afc 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 b09b8312567b..3a7678b95e9e 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 54f781801d92..18c87ba967ee 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 829ef1635877..9d903bdda169 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 003195d40199..3a037caa8af9 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 0900f8e65486..dfc3c56dcd21 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 ca5323719918..1f4060bde634 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 5d929958abd3..6945b42c402e 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 e15c2d1ed18e..72a34637bf40 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 086655e6d8e0..68fff3e23913 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 665f79109573..d31947a17539 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 c36b816c31ad..3b80dbacebb2 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 285e5740a0dd..dc19f1d74b89 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 fe62c03c52b6..adb14bfea6ef 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 0d4aa7bc7e84..e2376bf9d58a 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 92ef01188b3b..f4370e1f4a36 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 38d460f8b16a..746847c5dccb 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 ee1d8ce485b6..f58cfaae83a9 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 08720ca77ec4..e53d6396a2a2 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 cc5ca9d27e42..1b07cd819313 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 5a4614bf8027..be10a1b7aa5f 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 2ba74f94c3f8..0c06796351ca 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 df9e56a37a51..9d7ea6260176 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 84938c55b3a1..8d1efdd55987 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 e462e02d18d8..c65a821afbc5 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 482406978997..4fd8ce711f54 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 5e568f0b9ed7..da5ec1fe04c2 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 cbbb6204ac1b..1b5a88195d81 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 faa7a8297a69..a4e30de33699 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 dfb954e517d1..ac29430b7d65 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 73e884f90c46..5bd654495cc9 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 f831d4daf591..e3fd30c7616c 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 e0ab9bfcbd3b..42e3a7c9a081 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 b668d373bb7e..2694b703acab 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 e7cb35e0ae2f..1260ba5be661 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 3eac935c3d4f..5a73bd3845af 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 8d7a99f867c3..6a077729dbb7 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 22a5092a9a2c..00d52e622d61 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 2e9d5e50fe20..fb3d495df702 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 42fa0109f63f..33ddd02c8212 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 88c4adbe95ae..c2cc24034542 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 c27fdd1a64be..59f83ed71dc9 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 696a6dff9bff..c1952adbe8c9 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 6f76776545e3..f835aeda9f0d 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 6b18525c9b2b..3137b46998df 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 a7e8d4de4227..2ba757d5556f 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 1fbffb768da3..7b7c71224ca2 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 642fe3487fb7..45c698532b50 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 87d73898a1c9..e401a2e8a283 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 3d82ff0776f3..6ab807926bd2 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 891527298959..b5b4f06b581b 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 d4155dbfe3aa..a22ec13c6151 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 45647f0064ec..66a3a82a6792 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 a1d34a0801ac..70c31957b69d 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 9f5f035bcfe2..d85a9e3eb595 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 98b195f3d25e..8774e5ce0536 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 54c449d567e4..654a56511f94 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 14c066bac02c..5f73aa231c07 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 d7e3dfefe7c8..d86664860dda 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 d3f851b0e3c0..7e96693669df 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 3daeb70cdc1f..abf05921b949 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 9cec6f238a78..63f4be40b220 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 0e93eb399558..7b921da273bb 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 42a202fcd3cf..f25a1e8811c7 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 9a1511d3ffad..216f9d0cec37 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 980aea3e7ad4..117f84a8a1cc 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 5966510ebc95..044f966cfcff 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 da6784be57c7..2ad30a0f5db2 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 e77c80048b22..d150783460b7 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 7708405655bc..fb6d0f7c06a6 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 34cba58e76bd..c05e5ca8c2ae 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 0c14cff08fb3..cfad446e7b73 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 2dec27743b6f..02390df47218 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 4752cc74bc01..29f4aed12ba8 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 cec4fed32fa9..247c41dd4e2d 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 41a7682fa269..b89f95360de0 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 f9577984cd12..2d646944c010 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 00f4099d12e3..fda71833dece 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 57d1760336dc..3d3e03372ce9 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 85e8af80f631..40e9896b21ed 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 e4afc0d74cde..648e62dfc30f 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 67b93530714d..2fb1b10c68a4 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 b4f16474e554..13f677ba79d6 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 699034e4e45d..4ee6857076fa 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 fe7c279c68f8..c6d839515571 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 d72888a4d253..34e4abc09729 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 127b60c89b33..7203cfdf2e4d 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 85298f015f35..723ef52d78dd 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 71afb259449e..509fb28d494f 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 65038782fdd7..7a33a8e23a87 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 678a20657543..e550831b6806 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 8264b5d89d60..f9f488f521ac 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 98e14423f50c..0615d4b2d541 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 55a0e73facaf..cce4e87ed1d4 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 65f48d457ef3..b5760cf3affb 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 97552b5b8c31..a10c13037c44 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 01da789108d1..83e6fd109383 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 9261637299a7..5941ab07a063 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 1c242020b158..acec6d489cf6 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 510772fc2286..eebe0ac1e929 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 92de57b89017..d382931ed1db 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 af0bd5a5508b..5bfa2e85b150 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 f9d3e65f072d..6bb0bbae0aa7 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 493b283213c7..7a9afba96fb8 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 9a9348fd7e45..26b59a2a1629 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 7f0df10c668b..42977a69ebe2 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 9630bfbe83b8..9c8b38ec6b12 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 5df6c57b3e7e..914da7ba4ad6 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 d9a154fad1e7..16b8bfb2bd02 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 64af1b1c601f..fc0f0c9c7a93 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 b756c43a073d..4c07624af817 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 5547fbb7e41e..2f393ef13a22 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 1ffcbaa01a11..c5e7c08467cd 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 27c67d9929f3..9ac8fc944d4d 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 cd1dc7f58122..c708613cf4de 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 b8730ddb8096..d5de865c00e6 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 b6cfad6bc2d2..a88d24e59525 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 23c70cafb94c..af1f141469b4 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 26fccbaf6343..6c210ce96c72 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 5a44158cf2cb..87a91e098e4e 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 95141416f763..c84293bf1591 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 c4e01f5da191..074ad1a44968 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 f602e20214e8..f39f0477dd13 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 0cefd9fad355..af7701b364e0 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 b8c1e7d9e6e4..95e5ab53904a 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 fabe1c2da164..bdc804d551dc 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 ad064b57ca48..96e8e751f77c 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 eafa9eaeef0c..c0ec0dd1b3af 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 276e32ef78cb..7d37e4017691 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 c7274274d38a..3dda9a845881 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 0d47058a90f2..0cd8dd475cc3 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 5b1059a70973..5e321a005202 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 e659e4efc90d..6c1a4968ee86 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 2bdef471c989..71d396a002c0 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 88c1785f2abe..39d999e174a9 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 fcc3ce271dad..a6dff0f0acd5 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 bc64d746564c..e0349ba76a3d 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 d26fefdfe80b..5efe43b462ef 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 77c4597fbbc6..9dc2a751192f 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 ece991c76bc7..54628b7c14b8 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 f25ae9b80d46..8908db955325 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 8451989fe262..6030675c3b62 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 e8474e7cd10d..0e163532e6be 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 61fd9a794d15..0b2ca702baf7 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 7413146a0392..041fba6fc607 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 5cd15003dd82..07d14e68422e 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 f9ca440e54de..a2acb43fd622 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 32281af13e56..44d5615324fd 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 b20814713be6..c28e802addaf 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 8a4c15f0930d..2c6e426d1cc0 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 5b43af373299..fa14c23c5f5a 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 77aeac18a938..f9938ce7b381 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 771152e6cb5f..66a56dde0044 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 375045170da0..011b0763facf 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 8a1b30c6a760..c00de4f0d0a6 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 8336d0dcc1ac..6aabd8eac592 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 a3bce3130476..44fec143dbe8 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 3dc242e797a8..6ef21f6d3928 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 5a4559e3c418..0f672691cf43 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 b3ca5c6256c9..e850c2bc5248 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 46526ae74b99..7bdf977591aa 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 3e82f7de1a39..edbd5fd7ac02 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 369763552fa4..63c43c1506be 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 c785770ef0fa..faf9ffd98fea 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 b4b8f65909a5..10d009e587eb 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 e2cc16b9a8d8..e60d71dd2074 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 874f6e4b7cd7..e34964c6f85f 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 5a928f3abde6..c00d7a3bf99c 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 4ed1da9f00df..ba0d2fa6aad2 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 96fce31e2935..ec56272030e3 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 4084138a9e27..310134e797c6 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 f5da202f7f30..0ad1154704d6 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 084ddcbd9274..19695fbbc641 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 87fcb19d5591..fd08d85b3fb2 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 8215bf653713..64e4fb28cdcd 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 0afb8b5925ab..8aab807f690c 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 5b5b141fb9ce..db573e486b29 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 aa8fc20cc90e..1dff2b5e3cd0 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 3974292cc6db..1fb2420a7c0b 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 df90b7ddce7f..44dca1b93a1f 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 b41c389a0a2c..3383f3e0c786 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 16ac08b138c0..acec133c84dd 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 024576284a8c..16066e410f56 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 e9bf75d1cfc4..f9b0cec6204c 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 107d164b2bc3..cfb68df83083 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 af128d8006e4..c6052b81b24e 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 17af290e2eef..1987f83b1719 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 ddc72ae0064d..65f717a0fd68 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 c6d7cb31c390..ca4cd4c85f96 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 370db0e4c21c..c75446e4e75f 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 f47e554ec58c..351941dac4a2 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 fbc4cf745eb2..fbec2b23487b 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 64cb08b51827..f731c7b3ffce 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 7fcf469f661f..db5366611049 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 9a560aae713c..7eea2688a4f9 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 3b22c763c133..8cc8cf6c9db2 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 76956802ee49..3a2b05ff40dc 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 6d5a604a31b6..9bd35ba0ec1c 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 e5c8b3c25502..aad90cb9609b 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 b83f97f3a0f9..5efb17142a0b 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 8ca316c31c80..b2b3182e6bb9 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 4fb3d53f72a1..bb6e20d0d58e 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 de70ee290ab2..15549b77bc0b 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 f56a7e5b4aa6..71fd9ecb80c4 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 5b4d99e82fee..57788e56137e 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 dbef91b0a152..5218026a6d5c 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 e74f33437417..c7a473c966ea 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 9d4b50494156..538755c28a4a 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 306fe76bdcab..1fbf1878cd75 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 0b31058fa0ad..0dc3ded4dc91 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 d6c99e7ea4cd..7837cf9b0b68 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 0e151cd62fc0..5b9ff669619a 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 5002367df976..3d1cdced613d 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 6c5ef4979893..af379f55e954 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 6ac894b9c45d..22203061cf07 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 5cbaa8aba387..d8d4c93e05e6 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 ce6d28001bc4..4670c6828f82 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 4da8214399fb..401505efd508 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 3d76a796a07e..684e48ea850d 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 36db28a3abaa..1bcd386a66ba 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 8d131ec58930..a5f712a0dbec 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 88237be5eeb3..9209e193456e 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 842c704f394b..2a6b908e5d2d 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 8af209af4058..d9d753c4953f 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 e856484ce5d4..83c940b779d2 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 735f788d62f7..0879c9e91f55 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 ee70f5c3e5be..3f06d9de46a1 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 b46758089406..47bc1986ec3b 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 df39f3bb7c3e..c13bb7e673a8 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 763dc68af0df..c2e9ab49c5a2 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 5f343ebe8b92..f2cff382f4f1 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 da2242732941..7c8bc6083ab9 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 4040f2eb399e..684c0bcdf8c9 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 aefa490e67fe..e6bfea977129 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 1d452e03ff4e..2fc6576e19f8 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 2ae913ffd5c7..dfe9072d60dd 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 458c086a396c..96e9f9e5a1d4 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 fbfe4b395a8e..a48e2c68b2c2 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 58839a9028e8..71f9e0a2a64a 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 131acecb7110..fff5498eb124 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 e0dc0ad6d54a..40f72aa15a6b 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 59321e360c24..d767caa3c93a 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 07772b7a765a..3beda5433378 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 069d3167c01c..0eb1580f96a0 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 f2dedca9a33e..d265ca5d406d 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 aff2ef911efa..43f5b8f3e9c0 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 df38d4d5747a..ef606b7a7a0f 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 64dea65c5b7d..0e146696c7af 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 cc0b929740e4..a84b0002a0f1 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 bc61b0d928bc..f2f8e1e79a3f 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 e64a1d984691..f88642bba6c6 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 8113379a73b7..926a675e3297 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 bdfc2646edeb..b86b65669679 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 26ae549782ab..ed4474d12443 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 a08ee1ebbedb..066fd846aa0e 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 9a1ed983bd68..e4763495526b 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 d13d21bddb05..682211618b89 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 4dd98a7e4deb..bd6b6b065b47 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 356c28f92e32..e22f32b2f2ce 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 6e814505a690..05d959e49276 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 9520aeb9dcb7..48592ac2ca6a 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 20507b6886fc..994e12582ad6 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 e5760d754412..e8a109b7cda0 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 c8580c68776a..ff11212fc1c4 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 11032bfc0385..6c5049895ed6 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 d30fee69e82d..bbb90a903ca8 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 e986c8cd3f6c..175f019bdfba 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 0fcf22285ba4..c0c2e7c02b47 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 bbdd1cd1854d..669caf68c251 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 6006a6c3a0c2..76bbc9c9549d 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 52fb441d6f5e..9e9374fbb5aa 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 a18ac0413905..bf60f0cb131e 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 8834f17fa62e..f47b8272ab3f 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 1a8f7870f08a..cea9d35038bf 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 e1dea95774f6..dd1bf75f2eb4 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 8db21a7cfb82..2da3e1a7fce0 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 8a7e72aa250f..4e88c25e69bf 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 21694f6ced8b..da86106a22de 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 d8591d66414c..2beb5d64630c 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 639d74e642ff..d99ee0bf20f8 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 8b84218db3cf..7be6dd683b15 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 44064dab2fd0..d14960510a15 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 44bc992eda8f..5150ed56f7b8 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 6d4ac77dfa33..e599a1f1299c 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 7ac6a21e5eed..a878c6703c79 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 871b8ccb45d1..6a399d52f0c5 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 9d7bc483863a..b9f6ebf7f578 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 35b8b902ad7b..b9d574924231 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 23494594452e..54e6a4a23649 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 53df80bc7535..cff0f621125d 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 de2e02eb849c..bab4463109b6 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 5edcf7faff65..aa9a77fa65f1 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 397981763748..bdaf43b2c1b6 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 18ad6a9eda35..000e2d693bb0 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 76a5f4d14e06..f56c5769c7ea 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 855212b419c7..008bbc3d26eb 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 b78253b9e656..282f7e294032 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 8ad574c8e185..625d25a6c1c0 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 116e7ffb9acb..451dc599c281 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 ba6da7e18b1d..500e35b16d87 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 c13112dcd83a..abb3d43e8c8b 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 c19c06dd4acf..4f4e9a277462 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 bea9a6900d7f..4409929f4dc1 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 e5a77e0025e0..6432cf6271fd 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 0e1db29bcdff..d3cf460ceb6d 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 bd203aa99642..58ae6da84943 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 fbfe550241cb..fbb6adedf57b 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 c4ecbb382be2..c4d056ef8b60 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 b191e54475a6..27bfff70158f 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 b5b68cfa2b8b..94e5bb31740f 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 76b4bf101632..3cd822005924 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 0d4193712ae9..ff66d88fec29 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 fb06f724aa3a..7cac3efc7ea3 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 300abb301f33..2db7d029b0ef 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 28bab212babd..5797c12663e2 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 615d3a697c42..449e000e4132 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 69b668f233e7..51400f367cd3 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 805ae42776e7..0868dc1f746f 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 519c278cb811..0c40ff4f7ebe 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 768bec758ce3..57dc70dc0ae7 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 28b43a868aa0..fcbecfadc8a5 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 1be799e7abae..607c9ae3793b 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 6a2b2dde2054..792147e0e5cc 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 2f037e5b802e..6f67df62c5f0 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 1d012c4f36c3..17a8663152ca 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 f2f2dedff0a1..ba2ec937df2a 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 9d8fbd38957d..184acc522e41 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 02ee9d7acc6c..6f553d67d412 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 5564b65a2d33..5afc5d8d332d 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 55d8681d77a5..13d4f2244d31 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 ba7742879af8..173c1fa51a09 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 d4245d538244..a5ab80fa853a 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 a823f67405c9..3849193e69bb 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 d00c5f12f231..ef7718fc8b29 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 fef98c541bc4..94059aa66244 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 fc083ba4c85d..b2bae3183dee 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 d6720a0bc6b3..1ab182cb8a74 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 a4445d46704f..9b3edd85fd10 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 39b7187871c6..55868f23d687 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 0ef5ee1978e3..b663a733c2d9 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 68295bc39d48..f807617c84f2 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 7d19ea5dac23..7e85339b2c21 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 30c9f8cd6ce8..ed48e8536555 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 786e97bdb044..9a5e7957084b 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 d6a5947bf845..86ed0039c0df 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 a9e7a241bab3..3286024454da 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 8bca66e8c920..aae4ef585ab0 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 a189aa17369a..8f812e37804e 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 5b003401a55a..ce34a82a7e06 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 6ff23e3150f3..19ae6599fcfc 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 d13d334e3c31..b5b470702293 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 3d375e7b9b18..a5ad39e3da08 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 790066d962f0..d29b7ead6ec5 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 44b00c9107fc..d5d61a3892ff 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 28749994d5f7..b9f03aa32ed4 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 904517ff6bbb..6e9e627d8f8e 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 afdc98222ee8..efeb82a48f44 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 91c0f5a90da2..f8857b2f7998 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 d64fb2b5e70d..3a0455444d88 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 a247167accae..e592e65faba8 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 3a0b0c061665..adfb7b2aa5f6 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 5f66bdfeb965..f1531dcf50b8 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 2c7e52f834c1..b4183d63c3b2 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 3e0c1c61ee2c..8ab94b76b47f 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 d74e5a15df77..81849d3a58fb 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 4f7d3affbe17..a0137692041b 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 602e0f29ccb1..c59c54925242 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 f16c76ddaf17..81e437e3372e 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 9fafa96f23ee..5fbf1049a767 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 2fa92d7c24c3..9d16487d6c00 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 56f3f1a514be..0f7a228ce6fc 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 cefdbe778620..acc001fac66c 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 28717e440ea4..80e4c274aa36 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 07878facd987..5ec26a1a91cb 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 869af6265865..57df9cbda0bf 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 861deca0d3b0..07fa674fe748 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 a9f8d6720cdb..549db00bf194 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 37ad03cdb6b7..6c7943849a0c 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 d4548e5fb392..73ede0070121 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 e22997f32071..e61f122e27e3 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 111543bd55b9..a453906fdf2f 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 55b64d01bbb6..2579975c5f7d 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 3464cd4c29db..7b7b5ecb227c 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 95f3edeffd73..bffb890cdf4d 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 bd46fef93b19..ba6759b53ba5 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 74a30091855a..e53031185de7 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 718c1a126532..e6b0728806a7 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 8b8d182b0db1..b324cc3d776f 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 426ef84f169f..ab425c0db362 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 0b0bb76747cb..3759c0e00a22 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 3526fe511370..8d4b363f8ba5 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 db217893cb35..2120c3e9cfba 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 5d2dde5e5c1e..996b73d6c0dc 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 be875d2e6a4f..bf05c3e1468a 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 5ff92272646f..13eeb3ec7c32 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 80bdca07e787..a3a654029c67 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 f6b545c8cc2c..76e7f24dc9e5 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 d6b1ea8106ee..0b5b40285e72 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 5dfac9693804..c852abb526e0 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 f87acf804e46..5ee705728e91 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 c43c6623a369..98f1fcfac0a6 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 64a9faf095c2..50cd378cf75f 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 0b050673208a..1f384987d601 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 0228852fbe35..3dd28ec1c6e9 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 d9d8cc9f275b..da58413abe3c 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 0b7e87e44b54..19cf84d63bf7 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 63613afd5245..adf06dfe2f25 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 c500c2ae9088..9b271c19d9fd 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 b926d9872534..3b0ea1eb7649 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 8726bb8c38a1..f4eae29dce65 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 8643ae5d6d4b..ee968e9aa79d 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 d0519b119cff..44c203637880 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 9cc928e2c437..22973b53c4d5 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 d085edf038c6..afc7c883e237 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 ae93ef482b74..0e5c99e95bf6 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 5d9a89890cd2..15e3281ccd5d 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 309dcf9ef85f..227b4341a1a6 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 b270c31dd428..481924afc753 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 e615734f4d5a..ee4f58798278 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 3cf617e81ec4..b274bbd17127 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 1f80fa456987..2462a29bc417 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 2f8659285217..fc780d90a748 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 7c5aaa40579f..e61dfb7ee75a 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 d4ac42f62dfe..1676d66e7fb4 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 633f4c928a65..6193f1462740 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 f15b39112654..885eaabdc230 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 d0236fbcc014..4b54ec0cfac1 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 d197a958dd0d..45c0e10bfd23 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 2bc51dad06df..c1e1237689f7 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 aa0df9b9ab11..cdcb49105cb1 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 52c41ea6f309..5510039b5eac 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 1d48c8ae22ac..aa42325776dd 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 46a792589340..b5f402af1231 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 159888df778c..2b79b55cff3d 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 473000ec8633..6942e88f397b 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 d6a0e5413b65..19b8cb6bb068 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 5435c377d94d..4599aa7365ad 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 0d90293637dd..2e4f1c5e2acd 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 c2699221d6c6..03dd78edc279 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 1473c816fe05..dee07dc5e78d 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 1d1e62704481..fc1f6becd161 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 b741fa28bd30..00a675bd3025 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 c6f5ffb3f094..c8adab9ab1ea 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 2c42b4a0ceeb..0788ee872b9e 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 fed0b83fcc11..dbbddfe7ed81 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 858fbb03f711..4f48e085ea7b 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 f68b2bb88b3c..9f0d58d00961 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 db90c009d03a..a974461fa068 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 1704528c4bd7..33f05cfc6dcf 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 d6dc3e28d5bf..121900022782 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 4eca526c0292..e097b2e3e274 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 d2004122d76e..2a542942eabb 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 0e42506e8342..632bcb4c50b2 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 2645cc7c0646..1a4ed10faaf3 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 2d4e3668ef5b..38fea00830bc 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 259409b8f3f2..9907c0aa2a68 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 a24be32402ab..978fb2bb7787 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 b65c6531ce0b..eaa6be374015 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 6a4c28f77f32..85d5a02ef810 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 6c285c2c29d9..62410bad7304 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 b69c257470ec..eba43b855b8a 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 d49e40d762a5..0986e27b5f10 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 5d4b7a69c8a1..9cd8b98f5b56 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 1214c8cbf525..048c0544d1cb 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 c3e26a8835f0..f1427ed04231 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 ad8975426aec..f0312921e9c8 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 39cbe3140d53..a148ade923f1 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 aa0fe4a0e3bd..0e5870f0dbbb 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 7135b5f38da5..ac294243f4e2 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 c0527b2240da..e667aebcf9c3 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 3661d10f9f2e..4cb5ac33acda 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 66b619153182..df25abe0a2a7 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 449362e1ded7..4656f4752ca5 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 b614b33111f6..e84e8debcaff 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 051b3fd2332e..fa8e1bafb34e 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 3c52e96ea5fb..44bdd7d33645 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 c31483d111bd..b15a8295d752 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 31731569fed7..164eb8c33821 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 0caf04e9fc37..294b410834c7 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 24cf7b5570e9..6a629db1627a 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 51bfb16775dd..c77549fbd179 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 aa09471f2d9e..c9d8c74cfef9 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 d5f78009723b..4b8c95986eaf 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 73b84547d87a..54fb52b133d1 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 f528b4b54399..2ebf9e4a5949 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 7866e287166a..910a23945d0c 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 629ea4526860..206a83019ff8 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 e17562cf2fda..cee3703995fa 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 38b94894c1aa..df4a2ee7c473 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 031504578fe5..028577a23e8b 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 518f1917cc49..89e97f39f8c7 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 724646b1f327..1d989c36094c 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 b96ac609594e..e5a6dfa3c097 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 d1c7fe59a225..04228baf4126 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 bc2525cd25c1..4b15ddcb6bb1 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 cb761d70c31a..0dd339c5f3af 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 d2c601119291..245a57423c4b 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 22ab906469f7..ac6a883de4f6 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 3e75a77701cb..5a2cd65de12c 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 a9f3f918e1a8..6754a72e5c44 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 fc624048aa55..566423bce52b 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 c16373a33486..da11a78378e1 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 674eef3b65f3..dda3cda9b18a 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 a08a70c5ccf0..1f43aaae50bb 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 4475d4c39dd9..d0db8da5fd1e 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 9913a005fe13..a2b871a640a9 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 502c6a68136b..f56b20fd1f33 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 5c9b6f7ca642..4661a3302dc3 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 10adbbe3085c..afb4783d6a6a 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 103d9ff2a648..11a0dda30eaf 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 3b680604a7b3..5baf8a164ef8 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 cb21cf5c30b4..04251e3c71a9 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 e0e322a35c0d..0aaad3171c0a 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 86ba390b3095..30978d563f84 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 c51a8f590986..9f1c162d9e3a 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 2098b27ad07f..452a8ae8b86f 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 6c2df8f14b08..b1e5b1af7691 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 e3e75d4bce63..a78a9863fd6b 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 4920276d18ad..63e24191e94d 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 73bfd1ae738f..13e680403159 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 d27aed1336aa..e4101a153409 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 c0a38ea9ab4e..b49a6d8e29fd 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 60f2f6ad3390..fa78d70362b7 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 0eb8b5e10e3a..2d7d00c7adbd 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 01347d586ed5..597b746a48ec 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 05d968694faa..265dadd874f9 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 f615c9d7511e..bbeca0ce3cf5 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 bd20a4e693ad..683ba53b8852 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 53e3b06254eb..4344cdf7be28 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 5f76b46962dd..5422aeb76ac7 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 ce04cd552c42..3a3281fcaa3b 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 bf0a0ca2d5d9..4ba7b67edc79 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 b401349d5a5d..a36dae852105 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 92f228ff467b..ab00a965dcfe 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 f8a4e820e49a..70f7a4d3f27f 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 d4c87da37f6e..5ff08b7afe6a 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 a313ae52095b..2beaf320abc3 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 718b06f00806..22b14a8b1de9 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 b5b2fbeb56d3..9a7367a1e3b8 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 1757284eb2c3..fb2a57e252a7 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 3df7d3037ca9..aee1dd737c93 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 a0c051eada2b..f4e9e8c5c270 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 fdf2abebfceb..76c586182770 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 94eee0322fe0..da3eb9ea012c 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 25de768c8224..dc9461b8aecb 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 7346b68688ba..a2b3d4182971 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 3e01a79bf34a..8cd9ba5a2d89 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 9c2df6fba089..685cf114a65b 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 dd513b4c174c..80998b4cbe88 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 4c3185d63925..3115383fc9b0 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 e0903df76e1d..20890554c42c 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 7f9156c9d1af..65783cf2c1c4 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 3d2ccc590f4d..c8d6f844e427 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 2e9f4e5b2ccc..b2e66e762b7e 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 46b4edbb629c..d5391ed9d7dc 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 aa401116408a..00b90e593503 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 8af806307cf0..64cac7847136 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 9ff8d7f043d6..c230fca20149 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 2f2679674c2c..3f0efc48e8f7 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 a8b3a822ddd1..8b8dccd497a3 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 742fbc939a9b..e5fdec5bb4ba 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 7070c7c232a1..ef4bc812b46e 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 b738260605ac..70d9d7fe2055 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 7854a7195029..3d445e292516 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 387a9bd8501e..05df561ac3d1 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 0fc25ec1376c..ee5e6eca9917 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 bf5c67a4a9f9..68d1cf949bfb 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 b3506128aed1..7fa3b309154a 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 cbe86f3bb9d6..609138ee5bfa 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 2c0a06ede1a9..efbc1063eb44 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 4a33787dfb38..eb787adc7455 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 83a8d3eafbab..b8718a906ba2 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 2d9675a941b5..84dce92a4cea 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 53f2b2fa8b19..852e7fafe48a 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 8be1c777ef09..4bcad8a87203 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 19624c19c315..5e86a325db6d 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 62429e5eaafb..8d036bbcc2fc 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 22c3dc1d8061..1e16c8a50e87 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 dd377b9725da..ecc6b5a942b4 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 f0dfb8de9d39..e6e365846162 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 707c5e534cc2..06950550bd32 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 00bf6f9c5394..1b1adeabf023 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 ecf80ca6c10e..c0bc16999780 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 a20d70067c3f..68d9da484a62 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 659a516974ad..eb0d0c41345d 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 958320e35376..dc0df83f0229 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 0c4c063874ad..02b795a60373 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 cd2c17bce9cd..35b51650763c 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 550cb74a06eb..78c8bd128b79 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 7838cbd6003d..39af233f2ae3 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 0f41d029fc6d..29115d2d67c7 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 e26fc9a07f2e..9aad3fb4840d 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 552c277f923a..114306f5b0b9 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 d87ac57d2e4f..a3194019aafb 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 0e7d09253f44..42b3c0442087 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 019101a37f2d..db19af0a5ee3 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 804366fea483..0ede30a115d1 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 cd39440ae74d..a3289cf772b9 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 9815f0cb83c0..29df999ce59f 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 b6502014b47d..2aec053a3d3a 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 5fb69cc9601e..92008db0ecfa 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 0e40535ef893..95feed8a55e6 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 303f5e1492dc..c7792395cc9f 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 1e84e79f51ac..a6ea9fc37068 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 eeb90b1f7d57..0af45be2ec2e 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 c7bbcabd6bf9..f0525654f5e1 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 2251dbcaedcf..ba9cd02a08ee 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 e0e58a1505f9..c3b1cb9d0319 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 73fddaa53e00..c17e30af3660 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 fba116f80c17..e0597cc7cb62 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 bfab5ebec16e..21e4942a1bf7 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 a1813511bc0d..a8fbfb8d2981 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 24f72063898c..5442862b2f6d 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 21ec0e460eb1..f41d3e8bedea 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 d82f03f37a02..510d4fd6af60 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 fb101bb12898..4bdefb39bdf9 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 fd0d31326b37..e3f68d7071d5 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 fb437fd0dea9..a8fd38f4e04d 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 45fe2ce90de8..3142a0f0e21b 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 1ca1234a5209..a633a1f56782 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 65c473a096b1..81f3d4890c43 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 f50a376322ce..9978bc45d73c 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 1ef9578ce724..c838f366ecbc 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 a3708a85c0c0..2d44074e4419 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 b3dfd772af8e..da74daede324 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 3bbb2d6b0dcd..62dc5445af62 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 0010fb4b1bba..211cecabec0c 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 39617320ba85..9123796e1921 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 81a8b994f280..9424315eceda 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 85efedc5276a..2922afe9a153 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 71eda5a6d030..9aaf169c36ab 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 a0b4313d3043..92a9b9598135 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 22e9f2c7f5b1..727394c42c22 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 43637b909578..0e1392579b26 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 64d09d8178d7..efb4aec81029 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 3cc051af8bae..878894d09fb8 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 f2d00889c2bc..867fcfc96780 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 c05c3eda0932..2bcbbaf80e8e 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 547e9354f782..791e41cbfdce 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 8d657149d7e3..b092fab5c7e7 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 1018ebe326b0..e5801e0080f8 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 05cd9f22ae38..04650f7fc582 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 cf1a8096de7c..a2bd62d5da96 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 aa8180bc99ae..b23cbfee60a5 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 2c45ebf9c157..2fef789dfda3 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 c63475196689..e84386f9ec52 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 4583e270d02e..b5934e044bde 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 1ededfa24462..7affe2fec43c 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 5b367ac21cc9..202a5029adeb 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 aeb4cdf7d009..84a7de883d1b 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 1fb886145206..1466c7dff882 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 2342e24f7cc5..5bde0df62f03 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 4403f2b50099..bf5cca15a94c 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 6b44b619bd77..b0f50ceeb12a 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 3a722e59ef28..0dfacd4d59f3 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 a2afb035ddf4..fcba104075fd 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 5f65a3aaec1b..0b57c6454757 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 32c87542530c..988db95f3c8d 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 b8c63f8bdfe2..8b2eaa357da8 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 88110a62848c..94a990bbe90d 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 e824f17f48d2..95115a52039b 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 f882aaf76dc3..38bb14eb773a 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 afc3fe732848..a9d03caa6151 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 8ab35186c351..16355e2b91f7 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 59f375117577..fba5a4856e1e 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 4bd8a5754839..a07d3d49e1f3 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 e17f19cf2cd1..69d98d3578c1 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 3b7ab44c2108..5dbfd35f5c82 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 e851dad5158e..8a41fc0a5c1b 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 7c90d46cb2f2..837880420762 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 048fc18b2f73..609b35224ac8 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 a486440df571..5cbb4458aedf 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 4b548caa732e..c811ca0dcb41 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 75020ac1be5f..80c4117dc347 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 454bdad1b84e..086f3cc7c9cb 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 77a00f65fc95..353cc5724d09 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 99c8a7269efa..e2d08241188f 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 bf0190898326..0243cbd93936 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 27e62d1b206d..3f2422b67ee2 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 30cf958c71d7..5177a51fe8ac 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 8681283cbce7..6b1eedead7fb 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 e9d9fdc45c54..d8cd0d2c9e19 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 9556b5f719f6..6a249ad3976d 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 2d866053c64a..aa7444390c6b 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 f58a733e1d0d..d8ae459b593c 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 495d566f7b25..de6467eecbfa 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 59a39ef315b6..d1c6ac298fe5 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 8e540976d4b3..e3b6ad1b582f 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 aad5a6a18e37..89705e4f7523 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 60a5d545853e..d510115a06e6 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 d6ef46a96f75..3f9285c1fae4 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 fbf13ca3c486..a03aeb7dd984 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 771633f29c2b..5f33894dd844 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 33dc41c55205..3f682247e030 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 e85eecf1ef22..50ad43c82371 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 7eeb7a41521c..6e35b9cb1faf 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 be41b708417d..f01598e73b50 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 bdfd5798d683..66f0f8f29fd7 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 b894f85cec17..fe2f69076bdc 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 01b5a86a8a05..a2c646ac01f8 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 d53171fe1cb1..db1ec3d37d4e 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 a290d7ac6857..6bda181d8d3d 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 66e42f6b126c..68cada6111f7 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 bb9dfaf984ee..537715e5f3b6 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 4954857bd2a3..1f14a20b35f1 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 b1da05dcf279..b3f1d9b6b75e 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 278656ee45f9..f3c9b6cf63ab 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 3d15459e02ae..c2b949a23907 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 a110ffa5fc84..65fe3b3913b1 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 41c76d6cdd86..e5f472114ab5 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 3bc999597db1..28e2e483cd68 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 83f1e786f44e..c36267ce662d 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 7978478d3ea5..d8d21cc0d1e6 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 dcfe94a93e38..9b0a219cc4bc 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 c916cfb6bcfe..03756a373364 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 d1e1ebd33445..63285473ebb8 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 5f14dc18f962..dc0546021c5a 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 e3dafa089fe6..fd0c29256deb 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 a3740439486b..ea1df2dca2cc 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 5f3ef6fc7327..c4711d16e81a 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 6a2a0846e9da..8ce7479135c9 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 3105c0be3741..56c8999231b8 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 2c79e4310a13..b0bf4c08898e 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 d5cebfc5eaec..d45c2db944be 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 7d0c324a08fc..be9e1f3ef647 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 b0303bbd7bb0..867334f0eac6 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 c87521b3cfe0..d069439869d0 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 7a6fc1ec2a89..cd164fc258a9 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 b99c76dda1bf..cba9361b7b34 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 c5bf9812a98a..a9e873b79dad 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 1a93999b3788..f068be947293 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 6a83b69de0d2..2fe1e6a5d06a 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 7006b6098078..aeaf294002fb 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 596f1168a495..5183c7985a8e 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 f8a4d1d9375b..2a9dfb7a2090 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 7b1066379e47..03107fe9f723 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 10d2703bc72c..d8883db5ba56 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 62f91a11b12d..82405c69655e 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 96c3d6e612e0..f5ec7a9701af 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 505d79c4822e..2f68a9554f6c 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 1ba764a618d0..031a359a9e59 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 59944932e8b7..cb14a9028bdd 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 0eea8d11ff06..ae91728130fa 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 1dbeb88eba1f..1129b4ebcae5 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 6d64c5a9443b..2b6d3ef10cba 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 dbc0b11a5099..3b23fb1db524 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 c73b25464c7e..b70634a76e0b 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 7fbbe9628546..226258395248 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 834451e8a756..05def5910e27 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 7b2690ecf1e5..f321ff83a1b6 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 c4621394b860..ff6b519b9960 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 c7a0ebb879f3..0fa59cbb3fe6 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 3f243ca13993..f393a9f9a747 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 6065a1aff085..06c84c5f44b3 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 c1a74623a83b..a2766751ed91 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 66df3edec65f..fc835c3094eb 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 e352392d1977..d563bc408a7a 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 fc3641608299..aeaf482671b9 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 f4dcb4b7aaca..654b78db63e9 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 159ebf4db613..ef7d5de3e81c 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 c6d7f5049ab4..13ae514c841d 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 960249dd4b78..03c906231553 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 42154935e061..00f6c3ec94d1 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 7d01ccfa7dc4..e9f5e38f7461 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 44ecc0988d03..f1acea1bb179 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 a4682b38de0f..65b28552b527 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 62bc33b42d63..7c6586caed3f 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 6c55f8f588cf..06a20a3d8713 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 6bf7f3be50ca..39229b0f7880 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 ffe3151dd154..529b9e2c5989 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 5b68597d5a39..17f79ba9ed5b 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 1a17c36d14a8..0ce02f4fc63f 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 fb80097f0c2d..8fdb35b73dd3 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 817ee398dd7b..a1d0a5fe8b70 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 6d06cee3110f..1f70fb933c22 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 47228ed28971..7c485540b2e3 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 9b59c239fc04..2861f16c9f1e 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 3ba2c677d785..7d80280d255e 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 fec3b675b5a8..fd4ec0bd9971 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 bf7efb60966b..d7ac4fee60c2 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 7daa1d8eecd7..35a0f626fdb4 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 6ded00c692b1..35feac60029a 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 89d5c32106c8..33c0a103b12e 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 adcd8a235797..d015242d4694 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 f90f5947783b..2cfeda3042c3 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 2736b699b87b..abed8d88874e 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 7a9a577c1466..8cedeb492024 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 e1cf8f72906e..cf67c83c38b2 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 1aeb4362fd3f..f3608ca454b9 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 59892581b882..c1f2a6cf0f62 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 ae187a25abf6..3f610e381059 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 56800993775a..25c7cce3a097 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 e8ff38911518..e9f482bb264e 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 2810c6d7caa8..b7a8589cee1b 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 0de587ee435c..ad804411f15e 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 9d50a8bcdb81..d1b5c8002759 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 265ac7715ea4..eb30c75ea4bd 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 b89bc3b3ea58..208af08017ad 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 100e0e142d51..d3097ab2d5f2 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 f284358e172c..9f8e05ef62d1 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 f53d4c523a95..4f8bc8d87d8b 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 eb7c08ce4d91..623cc01f9884 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 081380769f18..128e43c5c1ca 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 a2f011d9cbbf..e7494bd0c10e 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 1a95e00150cf..1e31c7dcdb20 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 a5c4502b032c..7a4ea5cbd295 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 729bdcde360c..d0c257dd5b4f 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 1d4b6a82597a..a2e8516f8fa3 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 2e4e68e6b1fd..21f4b620f271 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 032b2b763fe5..3c0fb73152c0 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 5bc44ee6e5c9..a7afbeb6b7f3 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 93198af95afc..57352599c859 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 4ba165021a38..2341d68c4629 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 d2752949a4a4..2b8db5f4cc0d 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 6256319fbf83..288c02659b8f 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 76b80321934c..d6ffb47721fe 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 73bc9e3a464a..a35f9ae59f5c 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 619b014b195d..b8a000ea159f 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 265e44a943d8..37ca09c17b7a 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 fe19c0c035d2..c2adb15b8f5e 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 0b29e8c1ff2d..c053a1917cb8 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 7642deb3babd..d13468e01735 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 e1fbc21f1b49..3ad4f1dadae1 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 d710faf5a11f..f4bfdd491f30 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 440f87c6815a..5e88eb83cd5e 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 4828d2514e3b..5be4ccf62b31 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 d126fbdba6d1..2a603ee68b6c 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 3fa403a9f8fa..9ad0bd11998d 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 46b0434824bc..7ddc3627d962 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 30536c916827..3a8bfbcf6099 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 0efdb7889afc..0f89f79d6cc7 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 9dad0b35a728..d273dec2ea4b 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 69ad15ab6c7b..b5eb44eb9045 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 d00a416a619b..d2268ef65c13 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 cad0d61cdd48..1c3eb58f3130 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 872a7326a350..f559c1cfb5a6 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 551f11672f68..f24fac588dfe 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 d587221cce95..08072d0ba5a4 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 0975a7759522..2c56b67b7fa8 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 fd8496a087d2..2fd1a7d158f0 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 b43c2ccb99c3..de9f6504a0a8 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 a1b6afe23c0c..b036fb8c8a2b 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 eef4d256fb95..de7be657ce6f 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 c87faa884883..5ed0433b9154 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 1e440a9636b4..3de36f6e7f44 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 de79177bc5e0..9fa72e701f7b 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 29bf13d4eb7a..81e329ba48fa 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 b2d16846374c..2f668f8d7a6f 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 c42c0a227a66..7a32f8db8a3e 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 9b84f021035c..43cafc38da1e 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 9b736c6f71d7..720f925670ed 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 d03d91461203..538de096998e 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 9e3bd4ffad07..50bad45670c9 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 3c27f7ced852..683168fc897a 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 00973f0863f4..3995b35d455e 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 fd32b3af66e3..3020bfb78512 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 457c8dd00551..a18672c21203 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 03ff13e8b683..c943b41b8cfc 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 1cc6e390b9d4..3698b4e2eca9 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 722c845e63d8..b3076c3a2f53 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 30862993d621..93b9e574a156 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 1918ac557726..1a5985ae0cac 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 d2cf62d5c8f5..0375794a87ef 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 884d7944a444..1272dfb79616 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 c1b8e800af2f..4423506b1868 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 eda8e5142f20..4e914ac784bc 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 e9ae3f0eb6f3..408a9bac80bb 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 1cf4fd6560d4..464c98eb588b 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 875d190b0879..60292d84779c 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 2adc5fabb7a7..8274fd74aa00 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 0868d15338cb..106e7869ed71 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 19e3c96a0dbb..2b6afbcb143c 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 9dc9902aa7be..140cafab7f01 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 499b616a1a60..635cdec46d5c 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 f522cd68faff..e3e4474383e8 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 37158699fe86..4a68fb10156b 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 df68b0f92152..898238b20821 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 60165181a3d0..7d64a799d27f 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 a30ddfe442fc..f20dd7ecdbb7 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 88aef91ea1a3..575f5a5badcd 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 3b31f52e5db7..1e836989af68 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 02ec085efb08..9cc9a980e6f2 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 3dde0ef8caa5..4718cd923478 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 d4c45d3debf4..35776279d357 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 a688f3c73f1f..5fba4557d70d 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 63762bc4f9af..974246df0ec5 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 bbd6f4163080..e5965ce1b90a 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 2090714945ad..3e3027499868 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 d4a61a95cd6a..71b75d68c0b5 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 d8310a293e35..243c6ceab8e3 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 8b0854a0f90c..e3af6a8ef887 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 2789380ee6d9..70ac507b4b76 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 cc94f7ca4ded..8cf9a02f2749 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 24feb15567a8..4a117f3441f4 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 dd31f372ddc8..04fb8f1a782f 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 abd8b999a43f..e922e7f47819 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 573ee13e384a..4bae7f229700 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 fdc478a13633..e1c79175c23c 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 b1836cc1a626..03f0a9ff4b5d 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 3d2b36d0fee7..05638fca9acb 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 9f4ce7be642a..0205708acd7e 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 9fe3f0c7f458..4bce11e04d46 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 52419ccdd2a9..78e7e6aabd3d 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 5a715893b9d3..e95df231b3a5 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 98cacf94e339..d98f4a7ba149 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 efa1c11e103d..c166063697d7 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 f972ef451d9a..754d700379c6 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 2dbfb3cf431d..a6c199d109e5 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 8bb38d60d47d..614623ed76ef 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 0c1c56dab98b..671499a43cd3 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 3092c14ae759..15f3065e4bb9 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 dc17e028766f..351580f1c7c1 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 67343c55da84..96a83840a2cf 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 aa115da4a80c..086a903a2887 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 37e3f465dfbb..ab51d0f0e0a8 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 0178a0378d4b..07c0189a3808 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 e9d5f2f894f5..b8d3c0ea862e 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 b5acc214afcb..db55ccef4f4d 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 dcc7d92bc4aa..bbaa9c557009 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 ce317e5b88e9..d5a2ad4f462e 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 3f47762f8c05..7254c053342c 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 c6ccb5b4fd86..6c2888026b62 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 72f374303cf4..292658c59f9a 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 6ae7880515f3..bb1eccf43ce7 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 df694bae75ff..78623e301eee 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 64cb0b0f8323..1dd04085769d 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 35375185577f..d6ebea74985d 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 c6c3b2a8f0be..1b70cfba2fef 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 c932ab254b17..e0d991ec99e7 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 48019cacf118..60725f86fd83 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 920ae0033bab..b01f1e431dc0 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 1bb302df0313..9f1f2d9ceb18 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 90c0f43a13ae..e041da5b5804 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 7ba835c22248..4582c5687b2d 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 ed583a4b62dc..3de6a8caba06 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 f7a44be52ed0..d6ac1b4b68b7 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 d50a2ed2dad9..d7fb5ae6fac7 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 3a07fe5d778d..25fe2131bc0b 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 641c1de54a64..ededc6f8cd65 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 defc07b78ba5..b968dc60f1ea 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 f2c066331e0c..59b3ea993ac5 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 b807bd980f18..f752395f30b9 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 650e96e66bb4..4bd79d0652e7 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 601af8c9dddb..c8ce3d268461 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 c1c796e217eb..5053fd71db7e 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 191ad9a3088b..32c8676471ed 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 8baa670fc11f..2827b3e80d4d 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 6485c0d91a49..fb5803cbf13d 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 734fc61bd415..11cf98424eb5 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 3f52b22a9eba..872889d08b1f 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 558227a9b1c2..21bd9a9d3cfa 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 1899fa891810..fcff2d4761c2 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 2e2955b03481..563f21435bf4 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 f95f64564a05..e4920ce606e7 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 8be4c128180f..c0276a50b6c2 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 0e068f06862a..b327edc37ea6 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 ddd6b7276b2c..cd8116a6b42d 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 0f347b44d8fb..1cb1ebe0558a 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 1ef19ea48963..bfa27d558ee6 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 fdb320431d9e..9b18802f2c4e 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 047fbddb7206..a7e9587056c3 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 8baa3b4fe607..2ff48f7ee910 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 eb713e4ef63e..303fa2b11e6c 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 74ad0e0b45e1..fedfb2434bc7 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 f58c7678e1e9..bd046b49f7a2 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 61e5d8ee3a62..16eab96ff327 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 4075f759bf64..73fd2014ba9e 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 84e6725f639e..6155495dda48 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 974320bf4fba..6e53f709e311 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 a9686d371084..b13f7528da12 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 81cb25e8a4d4..f5f4332d15e0 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 142385e8db8e..742c73feef7c 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 872c8ba35f03..7c7268bbae23 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 1e7806b5ac8e..9743c6f3ab86 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 7204b5c3306e..98193fd77e14 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 81788d38018f..bfd67d5df7de 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 cce0aade8cc8..ce39a59c6dda 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 3241f44e6d3f..192d748e55c7 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 894140915f2c..f6c27e5b07db 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 92ed1b380256..a6e517569793 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 1d0d22ee7321..cde3d05a4a93 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 722aecf2edec..b76aa300c439 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 a0c26e867b0c..33d87150463f 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 29e08a912f0a..31c51c71c62e 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 238c5a14a525..c352c1e7872f 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 87de826c8168..bd4444a9c11e 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 14389672d2f6..d05efa14b433 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 a1c02532b19e..20b17173bc4d 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 512885f1018b..c71ae9d03a0d 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 8eba8a925f56..6ce3b0997d6a 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 fad166827bd0..9b8495a4d424 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 5bca0d4340df..4ee52490f0ba 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 1b8f3d11eb48..26e4506b24a6 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 38843e424323..d59a8139d37e 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 102d1368b50d..26dfb9fda035 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 52d4fb496115..af56c8236376 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 6ac73eb99f12..a33b9881980f 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 847b81c01400..011a2ed4527f 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 48f7c38ce33b..121093b6b64a 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 748f75fc7f3e..dcd9de01a5ce 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 d8978daae1f5..10b4f4051acf 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 51dd78454104..739e259b1e54 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 943c9b22995f..5c20216527db 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 d3f00004f368..ee9313e9eca5 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 84d170678b62..9f52ebad3207 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 7668a7af17c1..3b2df2691a6b 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 c75be5e5073b..666d904cb71a 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 3fbdc47ba879..2c44de79141f 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 79de525bd31d..3d0d75e5f0b9 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 581483672d61..74acf7acdcfb 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 40d6f154752f..9e5413d38fec 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 c3813c74e72e..9a566f661aaa 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 3dc77e3e830a..c9fdd4437da9 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 75d25b71be20..adf851cc4236 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 12bcb894a06e..2e9b37ec4552 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 b474c356c049..f8cf1e9302ef 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 47d2280e84ad..2dca34f84c60 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 a974fe5fb12e..30667aa374fe 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 803290eab8e5..981350854d80 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 246a274c3c5d..b81b6fc5f96a 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 a0e9fab16d25..5875f9a23555 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 9210db216f3b..d11980cce725 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 983b8573625c..2fcb7bd9ca8c 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 07d8774c9cda..c9bd199aca33 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 4c0dc8aec381..343eae66f28f 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 9ead9186b3c6..192b1ad9ff5d 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 5259b600642e..bb9958a13ec5 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 94089b9865a8..bd62fff45b79 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 8315a86fac18..6242f86bfa20 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 9e5c2adb1937..9ff159b85dbb 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 aeffbb01ee71..96fca2480ff3 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 186b8b12c579..a6a13e36ddf5 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 b9b564116745..09621076a157 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 20eb4231c60b..7c59363ca3e9 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 f897751f252f..2bc902550b92 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 cd4846fb8887..7a50dc202e61 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 d00ae63c1bfc..79bc729930d2 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 d9712703633a..d8d509f74029 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 837c1c10e0f7..257126664fd7 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 2fd30d1c5b3f..ad086b473341 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 3aa571f14f6d..878fa05a9d0c 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 d130da792dee..d9249b7e121d 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 2a0f529a7374..5fd9ed7c53fe 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 38888c67ecea..0129d1207b3e 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 acab7b996e09..cd789dfb8f88 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 d2c0de4b2ebf..b0f5c1fd1236 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 4f6b90b638aa..ddf8366e73cc 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 bd01ed7bd85b..a2ba03d2cc0f 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 aacfa41e8c61..1120365f5403 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 61cdabc42f4f..d488afa083e0 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 34b9b28b045a..16bf9f162e02 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 4725ccb8af3d..114b0c1408da 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 593c90acc327..712cd1baacbd 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 140b70e3307d..89224c6c34d6 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 fd31727629c7..1c8617efe65b 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 3cb55a3621e1..3b9f4d6b3ebc 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 0b03479417f1..867b9af65780 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 96e7d699e75d..b3cf268bf4de 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 a0ce7774b527..2c21d709d3d9 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 694f71f59fca..8bd0accfffa5 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 0d7621ba8e95..d37a5878de6a 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 97b9ee31c3d9..d99dec3dd1a9 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 f34567c37945..249bab2d5cda 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 ae6f1c675b65..13c6f1ee0abd 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 27850ef33008..5f9d379eb29b 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 5dfbfa944462..865a2e20c887 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 f31895c1d215..855d62fb9948 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 9c0c656a6acb..dc7254e22788 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 d8f238e051a2..13f8165a438c 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 0aebb8014922..31eaba1f67a7 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 e48bd18629e5..8e3cea84d2be 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 f325917a76b4..85a5d82fe03c 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 6fbaa414f487..836943b2b37e 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 dba6bb2cf50e..40e650e4d6a8 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 2757a39db277..f8344b702595 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 6bc6d7743cb7..2cb174578d8b 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 654092c1f8b3..452e777c4445 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 4d76b27d1f2c..04eb25d5c3c9 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 a3e7c2b42fd2..89a99146a2e4 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 cf6d2f6beb2e..f86483330848 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 34ec7ef19d5f..66cfcfc3ed06 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 05872d29829c..3109375f8d69 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 5e2a25da991c..016b5a2a8a97 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 3f65d03a85cb..7b6efb735b35 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 2fd2ad00bbad..ed7ee60e5e3e 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 cf34ef62a6c3..c9a422946847 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 8174de17a783..eddcfaf1dc98 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 26a5096c0061..9fc10384c2e3 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 84a7e4e1e11e..6292c554f96c 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 8bec06d676b1..e340c7b370ff 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 4ab431d4382c..206f03eed054 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 536dbe599125..7b163d29739b 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 be22e47aec5a..9fc348df79eb 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 cd76fe56edd2..f87e46a6b94e 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 83b3031e2dcc..73d12dae78e9 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 592c0bb07f11..2067da396016 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 494d1e866254..cea6a014b28d 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 b4543aa288a7..5c56d91fca5c 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 0da5820f09bd..96e8ec7044f1 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 3813ed1cd986..aea332f702e3 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 2115dcf1c32a..63e9885ab380 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 e1da53192aa6..985c43601374 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 d0cf02d3faba..fd839a8b706c 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 7fbe1ef3ae67..b1b320d9b8af 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 b8568a035a06..0a0ee5e8540d 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 d943d444d778..d96fdac7bbad 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 b2871608da89..30c263e8f0ed 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 16e18b25a7a7..a4e6b5d7de2c 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 f9a13ef33098..407a16bea589 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 7e9fcbc0eafd..668fbd884a25 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 8f4ad20c87fd..e5a87770abfe 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 5eb8bc67112a..444741870700 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 31816690a9d4..5da90510b304 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 1c57effd983a..b5c5bf921707 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 ac7c14ff24f7..542427a5eee1 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 c96ea71e088e..3c3eb295d8cd 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 9b3add5381af..f7b8a9de49c6 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 be90fc06b514..ae776b3ca1a8 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 d7466451ba3c..cd1f8292bf0e 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 5dee8871a97b..8de2d6eaca8c 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 650027a9843a..8dadbc87205e 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 256fd23f5a4b..f6a3e3206ecf 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 cf9dd5c5f022..5e47dae15dff 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 da83a70cf5f6..9fb494d3a672 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 0da789b79a24..1c004d286aea 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 4c45438b76ff..ce03fd99046a 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 437dd76e8d12..887da0697f9b 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 5988e0687be2..bba5f2de2cc3 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 c3ab4ab501d8..01011c83fa63 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 61dea22a230f..aa22de02a3ef 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 6ac3fa6ed520..87e4d6756e0d 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 7c86afd3deb9..5a72f259b752 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 d615b09c46c9..538b9fc4a8a2 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 9416e47983a3..a6d02ea956e0 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 bb4f427be6da..462a8fad09cc 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 4673c3c63de3..ef69795ce134 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 65bb3f9f23a9..f63a030f47f4 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 84db38e24cef..c6ad94202fdd 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 61d9098c5380..6d0c44d28156 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 303eb295a89e..83507f0ea196 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 be9c2b1a42fe..6f627b30b6bb 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 98eaface5bfe..5c213dc6a6ac 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 e983b8558c30..8a5408bcda01 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 deb08c4dcc7d..6cb3aadff3c4 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 a0760e9857f3..2f7d12ec5e79 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 1cd6bbc2a0d9..e9fc9dd16249 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 3d5d3f6a6393..1299e763cf01 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 9d1ede4456ec..cd7546ebe9b6 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 a0fbfc219e76..2bfc6464d5c8 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 c274ece849d3..9b23217cf33e 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 4a8b27e37f7c..b6bf2f50b1e1 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 fc8dc4f61252..56ab689ca60d 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 7ebb402bd4c2..329543fca721 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 2535fd8e803d..88c1e18c7204 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 090b36354a3b..4b90c5cb8cf6 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 88f81839a761..02d8cb01ff57 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 906cbc73200a..fe5ef376c1ef 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 bc53b35d8f9c..d4ad3c265551 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 d56ac3431be9..c0f2678f6e50 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 f429b6f8f68f..99b30343d170 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 bb2201b05591..ba3a543b720c 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 4f21ba0e473e..a674c251c752 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 6fd606270489..630b6a316c2d 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 c33021703403..1bc1f91df8b4 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 b5c2ddc70e9e..60bc3e0bbeea 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 a5175407885d..5193c0842b25 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 cbb7f7e88b50..0d9cb08b98da 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 9f5ddf6e51bc..86caf6a31b79 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 2d95f5be4b17..28e6938bd222 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 dd9d4e448d4f..3c8e561c6850 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 bf4f6cac60ae..0fae39345e8f 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 4c7c41fe3d46..b5cd35a56cb8 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 d0aad35a1da2..93ab61359abc 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 23213f5e3bae..2b421636c9eb 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 30d16044d0d5..a95e2becd1d0 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 0a43b0e8097b..7c41bf7bcf8b 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 d0d2a3faeac7..9aad28ba4a05 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 f844075dae0c..6fa31fbc37d2 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 06a90b4a3fe3..967d2c962782 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 a3db982369f9..f9cef26651f8 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 a689a0b36dc2..9efdcc4bdff3 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 1df3c159e5eb..5ff3a2a864c8 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 e862f2ae2be1..683b6c3013f0 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 e48a57c24323..ddda5982e577 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 7150fda7c002..f7fda3676c4a 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 f50eb3760995..6ea8ba248318 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 0dd613494e44..12ef859ea005 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 fd9e6fd337b8..af78b1ea82c1 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 9adf2f161173..f5c9f7b9cae1 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 15f2e4a3960c..e5dc5dd270d8 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 a1cc51fb8bc6..7334e7741a86 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 d8e62ce2d6cd..a0672d0917f4 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 3f7019f3660d..28e2e7143f6a 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 f1d2136832ad..af71fe1dbb18 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 968cda5333de..063839305c8d 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 5786c54e0ebb..5dee7e44278c 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 f5b7a79646aa..943af56f4fd2 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 215f1eec6f3e..10453c3b1014 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 5480e58aa50c..c7214fd364cc 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 cff50789c118..217077215c89 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 1e3ba7567bf2..42196f075688 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 bf1acbc5d7dd..25a16ee1e046 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 0162cb415113..196fc80582ec 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 a5e77d4f02b9..e976763762f6 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 6245c3b7506b..eda4965d7f99 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 59e859bd29d0..d9b7da456e46 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 31079c6e3a39..7297f21e79f1 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 4e3d494f8fd7..a35217252497 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 9ce820b87bc4..a8889cd0e0a6 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 b831314dafb3..bb13b96a420a 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 a8cfb99c494a..69c996dfa337 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 5f2b8ca710cd..ded4d6a4d5ce 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 61bd512293c5..143baa6285fb 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 2af73f2fd49f..033492e44fdc 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 527530b4054d..f0bcb8fe0db5 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 78a22e52bb01..517d58b926a8 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 b1ff835b5367..4fba2861ca5e 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 eccb6104c43e..bea037d21355 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 b84d56cabfd5..26123ea92159 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 1d192c5487d5..b3a60874a941 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 a69896309a44..5a18fd8a689f 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 a89583a138e2..c80c11ef4f27 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 6ff40670ef60..aa2a4c0e6139 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 32464803f62c..1636d0fb39a5 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 a6142beb727b..1b8d39fdc424 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 281289981884..f42e5410272c 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 853677732792..761fdf2039b4 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 3543cdcb0418..c8f67c56c3b5 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 8c7b0cfc17ba..10c025a694cd 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 67fc9cb8db70..afb1d0a64ae7 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 25f711cec177..0ab57ae37f73 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 396280477477..11e264ad0718 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 c70abe2da423..146f51089eeb 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 3c0b4d887802..93aae129b006 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 b889ce1c66fc..055c1ad175ad 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 2bd0e21ab00e..efd40c6ffd07 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 e911a7697c85..0fbc8a6a2bcd 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 158b67ad5e8f..e5da8e40b823 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 126264748ed0..e9fb3b8c4adb 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 2dafd25539ce..c8be40948046 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 039dddb3f86e..3443a3efa60e 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 0d2b731d71e3..c35f6eaf860d 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 ee592071a810..29a0d0e5d5e4 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 3d58c75e7d05..cbefa5bc2fa5 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 953463fc5e46..bf6b98df8eea 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 19ac2eda56d1..6f263b579f81 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 bc5082001f97..de257701593a 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 d9ae9dd4724f..d74d1408bb21 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 92b560ac2655..9007d5f6a4c2 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 732e518a2388..56a1df29cc67 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 c29487080d92..840e1d56d334 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 f4b3e13313ef..a8480fb73eed 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 f9ddcaa562cc..a57192deb407 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 ae7a51197299..f5eed06852d6 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 2304df85232f..4f113e7cd01d 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 01021b0d549d..4863c3e421a8 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 ada1176867d6..d9dbb8f9d7c0 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 2e42772785da..1fbb49db2f2a 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 d662475691f5..5ec00e016bae 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 a305d56cc4ab..1932000ab384 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 efa8b885563a..b54bc327ef26 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 1b9c85b8d866..6107b448381d 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 05656f5a02b7..4de9a99780c3 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 1a03e7264567..11f4899d91b2 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 8b2ef1ee0980..1c5e0046486a 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 57584d84f216..cc6533fe456b 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 0230965b8010..15f75ae3067f 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 b9993be74309..a0fca1f7c5fd 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 91421110a4fc..69bbdee416aa 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 fb2be37f4608..2509ee681b21 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 7b5d84958243..e805ab76fca1 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 57a1eebfa832..c50993f36e76 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 754e84c5e529..5fb4fec70383 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 9ff21f64f916..ba8b2f096991 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 74f6df1b2034..d00a50affc7e 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 e385a055951b..f8a0e0d85f52 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 79b25f73973e..623fe380cae1 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 8ae15a1dec5d..30a5f4c88eaf 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 493ac6b2e42f..3c198e4be4ba 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 5228681840df..3ea916f1df2d 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 f71027f0d261..b11388f83143 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 9608b210fa44..afed1b29a017 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 184b1cd053c0..75695c2f8072 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 151bc306f382..2038256110f2 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 d2db8fc66936..b5055c425d56 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 724e8ef471e6..9dc755546e30 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 8da5e3e2de61..a994aa9879e4 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 2cbe7860feb5..033c7962efad 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 ca72b3a21319..e881e5964ab2 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 6f00d9f50ad3..c355abced068 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 2619839377b5..1b9e494208cd 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 9f2e1acd53cc..9767689881e5 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 9b1d0f2281eb..15abcfe5cb3c 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 b2ecdb6f1e01..8dced065c00e 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 5f10736ee51a..e1e011dd6ecb 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 785da3993ad8..942568523597 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 54fc9503cbaa..52fbbab7596a 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 1f95f0584ab9..c191c8e23d01 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 52284029638d..c8bf2bf82b21 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 e50979f15a5d..b093b56b79ce 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 d7fb4e713242..0bc28b70c629 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 40c918686ce5..6130eb2c1367 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 fb6ec7dd355d..96bd30baf986 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 e72504d237d1..29c40e336f3f 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 1b308a0495b9..f80d5e7e2036 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 6bc9d3c63253..8f8e54d360d1 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 21c75b913c94..c9055b2a91fc 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 bb371150aa85..5589ac690991 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 b675b15850e7..496d219f015d 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 391eb8ceeb8c..6441852320ba 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 080adbcf120d..a9732db38264 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 f07afb59d1b2..b19840dfb7a8 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 2ad5be7e2df0..e5cfdce2bbe5 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 8f6198baf558..27be0787404c 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 e70ab3d7bea7..b9b7418113b5 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 d25df66cff05..76095cb4da97 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 886c268dbdc9..912249a48388 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 2ef1244bfb4a..6e52c08f5ff3 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 0436eb9609ae..ab473527c35b 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 d54042172589..f04d75b72a4b 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 ad06e4dce087..1df1cd6dbc3b 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 80def38404e9..af18e9b07b71 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 7562b329d4a2..d017baa7fd68 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 45b309161d16..9808119dba79 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 27523f22940e..c90a9c24118f 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 eb07c8c99943..1cb5c482a1a8 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 eb4ba122c4d0..f2a1ecce64b7 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 af46ed90855d..9d2fd57557b9 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 77143e7559e7..1dd1d0e7b243 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 3c702ca8f372..606bd2a2200d 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 aa505041c004..3154d65bc5c7 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 5bec8456dcb6..6646038cabfc 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 ee561020ed90..67be5912e8cb 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 6bbd638149de..3724d5bb7c62 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 bf979f6790b3..ae5588b53317 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 7b44146e5ac4..a3bf5303a036 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 0e15d70c89dd..e2aa9c09314f 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 057a411b8156..e20f9f787d8f 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 1b7d4067d2c8..9fecc87ab852 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 decfc119f158..49bbdd5913ee 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 e01b2a45f349..68d9beb27edc 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 d973ceb19ec1..8e32580b28b8 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 daf80f6c6c6a..3d33cb609d9a 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 5318f4a32b3a..b09a3f6a17e8 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 6534449d2a1a..5d16a0f66967 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 8467cd4e53df..754c00ad1811 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 6eeb327fb3e5..0578a6639aac 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 1eac0faf23b3..22eb869320a8 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 297297f697c9..33875bce1be9 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 0c6336bb0b72..535fe2c3397c 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 caa0368e71ce..048307b06f99 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 54a01cbc1d35..346031159c14 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 85fa08881852..11eccd6bc51e 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 4513672f231d..c8846691538d 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 c5e694e24da1..b545b9d375a8 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 3d4121d62b1e..78c89c327984 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 ec1ebe2ad386..76fd83048b50 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 51fb91f43dc5..71093d52fee9 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 10e343d05cab..3a546795e505 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 e7daef310207..8d4fa8d55c7d 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 73515bdef1df..e189c9c926cd 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 52f279c0877b..9046068bb97f 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 f0b82cbb4742..e5d5ea225629 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 d6e1f8571772..883fd6f4f5f3 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 cfd8bd31d756..8d25fff8fd51 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 592ec8ce7f35..8206837613a7 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 c6b63a680f5b..aa9bfb09570c 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 a2134198c846..8237df6bfa98 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 dc35d7a0498e..eb6372499c66 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 85f9ad030440..b240a1278aea 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 e7d586ccbd3c..341547296c95 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 79fb25888d4b..02b3027826e5 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 dd292f8e7ea0..022acaa2d2b0 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 4854c92c1a9d..8dc41776157d 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 02c503728998..cb83616fb0cc 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 211b9eda0927..e244c8b6715f 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 67eaf99f842a..9914951c087e 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 7678d49c58b8..2e5d57868632 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 21271261146d..db37a7386849 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 58d1195ac1c7..45b698e84ca8 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 74b28438edda..19975a6fe7e8 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 486776e8d157..dce1af73fdbe 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 1cfd0cd82722..bd5aa71e4c94 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 4cb7f3fc9899..5e3e48c11773 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 f26b34b0c186..15863f3133fe 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 da622c7d381e..f05993d98fce 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 79d63a1601a1..dea8e44f98f3 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 8ec8a5e4ef82..3c5d521e9451 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 46baaf2286f6..d61b5423b5de 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 0cda8f7ecaec..d1d742e12851 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 e49118d68b3a..4f612c1ba4a2 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 133402024f30..5331e9cdf4a9 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 1b6d73117cae..2d5c7d00924e 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 fe85b4101517..3299dce597bd 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 95ba338bdea0..4294101cf928 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 9ba26d1bebaf..cee84a0d6fe9 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 2bab6a8ea641..a901e7fdf6be 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 e9e430eca6bf..02fa5c144ce2 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 bd621a056794..f289f4d92c83 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 4e7fb5062c89..665f20d0563b 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 cef91e6c5669..a27b20655540 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 4c7dcaafbe6a..f8f35f9c699f 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 761101368c67..cfc229987503 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 9e49c13fbcb4..3c2c2c05dae3 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 8ffeb150fd07..f1392a3974a7 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 bc7473819fa4..1475966ec419 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 9aae7c7640e8..f151c389baf7 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 b49b546ca1df..b84fbabb0146 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 823fda7b0805..c3953ff69a8a 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 ae31daf5e3de..b0ea71339bd8 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 224eb3f60176..d6aad812161a 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 fd5ef46ecf99..b09b618faa3f 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 fb2b0fc9aa8c..8cf5633b9ef9 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 5fcf027056dc..bad5a640f895 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 ff9ab6e90187..2416895b3933 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 b4e39b26ce92..639ba8b34604 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 50535d853c83..9df61b3a7aa5 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 f4a1be178c3f..e69c95d6f4f7 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 d4647be971c2..14da8946a3e3 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 a4b1c6b7ede5..99f0e7863145 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 ca5f0d687450..38c2afc5769a 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 4c39a375fc9e..b8ba9bab039d 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 e4e0c5094e45..3186d344d67e 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 377aac12715d..9f787ff0ad39 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 30142775bcdd..00b56b1d2025 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 f7f83ad4ee22..008bc97d1e08 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 b3115d680b5c..cd954092645e 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 c0affbb3866d..f15571b1d6e0 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 89f99cdc14e4..c1fdff7a9cda 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 1579c7b4f75c..24003cfd4795 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 f92692578606..050ad7d38e20 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 06be909dd5bc..dda598c518be 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 061b21bbb699..a3a40d41064d 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 885e4ee6a97b..1b5ac43c435b 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 f55714cee224..d76c0cc0aaea 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 1cbf2944a3d0..62e0e2907bdb 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 212ffa5200e1..f5a08585108b 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 96da63733c89..2bc0e615b9df 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 c0a5e3ede898..b2186ca7acc6 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 6162ba44d822..cebe3137a473 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 60d340f0dc9b..35754309e7ae 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 628351cd484e..f827b163b59b 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 52ed0f3cb81f..a4931c46f0fb 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 00485c26aa71..70c90786ea1a 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 6091d4117f5b..fee5265f92d2 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 749abf16e1de..5aeed3718e73 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 631bd84e8e11..38f6664807a7 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 33c4cbcb8ee4..7146381a1148 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 0d0db8d613a8..77890b381276 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 db680f7792cb..b987274f5cfb 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 da6a61a28e67..d4c8679765d2 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 3a3d1febe1f2..b64ba2bd0ba4 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 d685afb15dc2..535be550b2f4 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 acc339f0625f..8b58d7487109 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 d856fe8cd9c5..ffdbf4c98fac 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 17bc5495d93a..4743bf12727f 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 2f6a60ba7faa..d916ad95f347 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 0639ef39d2da..1f77b8c6300c 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 7577bb7e401c..002bbd48c8f5 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 c0a9b2ad71f5..166f6e934bc7 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 3a64f3d4c91a..2db8ecc99c8e 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 82c5a75c34f9..5a343e2df0d2 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 ace4f65cb3e1..70c06b5ba35d 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 b744e8396d03..434671d44f40 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 ef48c868d076..5cea1c88139b 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 23759dd643de..491fecb8c9e7 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 91de04018416..cf8e8aeea8a2 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 009fed75ce1e..e5d31d8ae69e 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 8b4819ce9e30..dd3cfa7873f3 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 22a5f13f6e9a..06e710aafb72 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 6f94103c7808..2672a394b6a6 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 ff6ece12bdd7..7e928bb11173 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 d709ca6284d2..75285ff66397 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 466df18d8efb..76cbf0781230 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 e7feaa886dd7..d283bbb8a2f4 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 0be0a7e07f58..985b5c4c7ef5 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 620301e4434e..4fdb879ed7d9 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 9fb85fe9356b..a744ac372935 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 6ff018a039a2..4f10e8717d21 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 9ced0d5f3ab6..f32a84ef24ea 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 3663dcff3379..9b2fbcf3a14e 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 03c99d1bb316..bc2f69721027 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 b31fdd8f74be..d635f831ae30 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 467237f68367..14243ade3830 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 6e3df0563d8f..4faeb354e09d 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 2116c98dc33a..7b200a925b7b 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 42f04eceb4f8..3c3b83e0a2b0 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 6529265bb5d5..e4bcb607ac69 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 cd41e4892d0a..b342b9247f76 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 d74fab0667a0..dc4198fd9c9d 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 422728285c77..6b85b8df044e 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 8d64c6b3b6a8..77d61b721441 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 669283c5c15d..c11cd0e55ca0 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 6c58d4896b3e..8b740824dd37 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 52b03b9a04f8..c1430f2fc304 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 327642566c94..c8e2a96f5efc 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 b35132906acc..23a7ad8da5c1 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 069fe2860976..de2c02cdc03b 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 9230c3d546f4..7a02e87649bb 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 99d5c406eb64..dc22744db41f 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 61fbcd3751b5..8572a2e091ed 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 c677c54fd156..a8a16885bbb7 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 7a1f521c1477..f13797a307e4 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 6b2084ea663f..9878bb3e204a 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 c0a3b5d81e19..e00ea42a8b58 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 4bf3191c21ef..cce8e9e9d717 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 704a59cbfda1..b0436d3d196d 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 edea95adcd5c..3cf976c0ac7b 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 559de2ab2bef..86f69a9138fd 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 a09c97b10603..a51018887c2a 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 07743fd11e0b..ca9ce2bf97e9 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 2f0d17ec5067..6f8be890a31b 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 a05726f06446..bfe8476c85c3 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 a4cbedaf1e3a..c3b7c0570904 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 9435882d6456..0bdfae9aa6d4 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 a145986a1329..92f8eab4916d 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 4e5ee28c6702..755eefcfd302 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 026252d14a4e..a3d8f5bd33f8 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 518d736573a4..d47ec957d4c2 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 dd3be85ecbfb..94a9d0913aff 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 fd5ac2617419..a57607299a94 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 36c7d07d0ea4..1da77cb952dc 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 abffff8ed858..9b5564333fba 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 44941e50ba47..e53e12540fc0 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 93a64bc97316..243e9dcf7a04 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 fbc4c6e92eb4..62a4874d5095 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 dd60833be62d..1035c9f1f17b 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 6a987b0c02d4..379c8a704430 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 3b29992e4311..9f1935ca8c3b 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 f23f65470d73..77afc4a69320 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 65c88486d9f3..f571cfd2ab90 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 377b8cc3e8b2..4f57c5075574 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 43d0da85d95a..0ec3d13d6a7f 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 5b8dee6c169b..59b8052fa844 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 49bf26a292c6..9512f7e9d9d6 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 d42681dff01d..183399dd7dba 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 b581698357c7..53c735fa4a1c 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 4f9bbd4f5bc5..78044cc95fcd 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 1d182de09c54..8444b62dc1cf 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 8dfcba686f74..355acf3b210a 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 bbb408c19cbb..1b8942ecc04c 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 ab82923f9095..ebea21f1a3c8 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 dd3a08a7728c..f70fd132ddb7 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 daf79029d3d4..61ed9567df9a 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 c13c036dd843..18ce4a48edf4 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 7cfbdcf27ef6..2c9d90b207c4 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 2557ac873fbc..9c6303d92fa6 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 fe4ff8b2988b..b7cb5e9b07de 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 34369655a278..7afdd9c86482 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 09981fec211f..01daae117a12 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 45eeca0cccb7..6b74bbb1353c 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 007ef7597e42..a546e087b32a 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 43fa799b6f1c..6b4783fb26e9 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 cb5175685425..0da6f5c52e07 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 9793298840d6..2e5b5067ed53 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 63fce9866fac..1c4c382634a7 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 4df839661079..6a9c6af75cb6 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 ebb5c35157a3..f46ede2eebe3 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 1bc16d52d382..9345333118ae 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 36a554030309..789c084fdc3b 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 414758953fb4..ffb0dca4c934 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 6499d905f9d9..851883a7deb6 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 77424c39bc93..56bc5bb85e47 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 82c94736b635..fd3abadb4ab4 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 43abaff8e93f..0e7ef9533314 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 34bb63e25e82..25b54e873412 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 3e7a7b69abf4..47d756898e56 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 75ee1d468182..f051246169d8 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 67c4c8c5481f..4cf85a5befc4 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 62a751c0b9c5..867056d2c297 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 d8f7a0ee704f..a33f4c3aefd7 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 069ee5b63b35..325a918ecc83 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 392eeb764652..3e571187c1f2 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 6048c9189115..78ec883d856c 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 ed053c5b81ea..8776b2ac7623 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 0ff18925cc7f..249b6acea0de 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 3cf6e0af48d4..ecb770b1c8d0 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 f2fa25b08a1e..d5c952e5f4a7 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 3c917f9516f4..824e9ddc37c1 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 132271ca4035..affbcf1b2b84 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 142cf61c1103..2166a6c8c7f6 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 cf16fc529575..c551f39e8e3c 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 834d70a4e75a..e5fbbb8146fe 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 b79cb0e85be5..99ad89c57f88 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 0ea303185d7b..b16de49f2f5f 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 0c87b3136264..63f136974284 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 09cd23de6c26..c2e873abf7cb 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 9efcfb2b2360..157b3c4e76b2 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 43955649946c..9e298e879ce1 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 1dd195363b36..56e675c53a1b 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 89d1854b7a43..32282914f9ac 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 bdc05bb2effa..3b3a285a0b5b 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 74a626b48c92..06525ebc9dde 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 c96863c96642..d813a35de642 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 62895f5c5d35..1d857a0a51b1 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 7604d5c2b91c..fa9aa3b779e3 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 22805b0b20d8..3e9720c72949 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 fcfd71f94270..9780da7e90d7 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 57a62be991e3..efb28ce1d827 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 46a2ff926fae..304ea8489496 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 b9df21b10f8b..a293c696a914 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 a7fe05a87236..30a0ed3e22fc 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 5ce8d11d3fde..1684370e9736 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 d76ba3b9f78e..d8d69d9a67ea 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 68aedeea292b..a756fe1e3964 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 f39d700e6476..83c16a319395 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 f7c84a5477db..ecfd5c4233a1 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 fcebab26581e..366b0fe9797c 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 049179181b49..1f6bf1758322 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 d7e3461ff759..863c9b3390be 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 d65a41f557be..681fb0320d37 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 bf53a7ed8870..766ca61bd4cd 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 58765cc6dbab..333246aa2d39 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 3e400f86603c..de65968e1545 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 867c29625d4d..d6381fa73267 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 db915fc3970d..6b77b7479f39 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 5befe78a7c9a..7a7357939d6f 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 81b344034b35..2f7dd97b0e8f 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 5100b3c5ffcf..4ef7a05d7fba 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 b1783d6b609f..c6c8cc730f79 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 d4ec2b063669..d40cf47a3385 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 fea2ac641097..f425d676b34d 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 77812084aed7..1b00bf5893f3 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 3da1006a4480..9acc4c0675c5 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 0b57cb6ec5d8..1f9f68d1456e 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 43f8a13889c1..59146ec83de1 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 0f7d7e98411d..fb6cc4da9615 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 388b89f54ae5..e958b2a5de3b 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 e29556903dfd..9d43f8d13896 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 4ea6c47092b0..9f7095ac9d44 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 c155522dae0b..2175b236ca18 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 465c80a12bf7..fe69a9de7331 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 70b7b4879c12..c41ffa6351d4 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 f6d7b6e8c2c4..afd8f80c0c1f 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 1dfd91a519d3..9fbc301c949b 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 c9f5f4eab104..705a2220ab0c 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 23558cbf3351..74cf84c6db5c 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 e7ff91c15733..83a0dbd9c5be 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 11f892cc84e2..4346c7417e95 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 3598cafb2d10..5f4c32551b98 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 8c2622ae2db7..580e112367d0 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 7a135126a72a..6ccf1133a0ae 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 a5998219ec4c..eaaba020c7fc 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 25c64ec3d172..a3428332252a 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 7f361f970e48..f107dc4a3ae4 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 d9d18d7687ce..82d2aa9b4ace 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 0a53feb4f92f..3ac129379551 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 d373232fe6cf..53df45a81bd5 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 6ffb285fdeb3..cbfa3e605d83 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 e911bdd6bafe..1ceb70269be8 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 41e291126bc8..3e1679ae1200 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 fa628209756b..4f3685d2530d 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 4a541c14a714..a971bf9d0534 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 2c2268e890bb..7a708ee0dd6e 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 0fab77d2b983..5e9e99c26399 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 8bd9b47b93ff..7489c47f54d8 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 ee9a96a6b296..f52bc6c2c720 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 f4491534391a..e3666c18b19c 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 536fd975f8cb..ab071c72f7a8 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 9d09ffdf113a..85a34602f2f1 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 892bc009d7f0..c5d9985672e2 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 b59d15524677..0d80d4c31f26 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 1773c8efd3dc..6dde25f8d5c3 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 7ac62b7a60a2..bfb7b9b775c5 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 95f960d3ce53..33b673e02814 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 739ad2bab2cb..5592368d08fb 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 66604f99d754..6c3e013cf6a4 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 44e670d44a09..23a0d41de38d 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 8f07bbaa1c05..55e1702c2dac 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 ef09d1f41bda..a52bc029d732 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 b86729cb7f3c..dd152081e395 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 b2141014a41a..8fb00160251e 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 f8269eeb0c72..806b43491799 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 ef12d2b0c9f7..e7e2d068fcc2 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 877ccd905852..3de4b7c7b8ff 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 a65c61132a8e..df3652a9f58f 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 269d2b2212a9..d9044e6c9258 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 f07c35780845..e34d33b26b67 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 76dfbad535fd..970ec19e1943 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 285e4a9daf2a..fc22cf98f1ee 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 c420e92ae1b8..43e053da2ba9 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 de2100fcca41..93ceb33b0641 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 777182161e57..1d9d268c5128 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 12dcfbcd2541..2b9c21a43303 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 0520d2eeb5a5..f82aa2f1c802 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 91ea4ce71f3d..5e3980c25f2c 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 a6e5c0e0996c..90f87f124aa9 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 dbbee3d1a10c..32cd2c83f304 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 53ba57887f03..821e62ae03ef 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 3de244f17be1..a1d692d87d9c 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 570da19cf76d..77f0844d325e 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 c844c32d7e2c..686c4a7974e5 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 5404c61639d5..00a999feae2c 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 6e7e5669965e..8e411b72f89c 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 fa6d43b4e8e9..8991a98abea0 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 c848df8e6493..3dc0fdc3ac3f 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 67f7c380dd89..055ff34acbbc 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 b6366492dfd6..fc66a7be3bf2 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 2cfee071e7e7..dc292b42484d 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 5c49cebd8ea8..204b1a0e74dc 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 c97fac620931..7f8138b15d9b 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 e9d5ed0c7a1a..bc1214217ffb 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 c25f8254c2c4..f229a3767ec4 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 1861996d95cc..f8b682f36906 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 d3e318a80415..1d7b954d17a4 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 3a98497d3308..92145aeae7ab 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 3dcf9cf8d682..56d1e02738c3 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 ad20327777e8..2620c152c7db 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 87d1581edddb..a586574d41a8 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 1cb7d5dd2506..98fda00075b4 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 fa3054bd7e02..58a0f4bf16f1 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 265e929e1d4a..0a246f311129 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 7750aaf7b6dc..6032741aa214 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 ed15c646989c..f615a7e9edae 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 5453efe463af..f91c07519eae 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 734ce02b1500..318248825028 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 1ec725b52411..481e3792fa46 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 62b741ad2b05..13f7bd6f75a2 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 1921f5c6ded8..85d798ee6c62 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 ce65bb5c660e..43ebe16664dd 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 9e2bf3160014..63ff41a2e256 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 b36fd8b83111..56969a99b501 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 901ee205e27a..66d467a76225 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 9d4009858c8a..37061dacfff1 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 d03b809ca522..e0b59dd1f3b0 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 19741fe5d03c..b9918888ed48 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 897b94408aa4..155767651055 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 42a83c9cb791..ccb0126c27eb 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 ba06fb159345..c26300c73736 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 e7fa7da757fb..db689332f4b5 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 51450893edc9..8803876ca26e 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 9112cfb0398d..be8b34516d53 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 2fc9c56f4216..101b9952f890 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 149cbace2f1a..a78f93ddb5fd 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 be873e4629e4..70ad79760228 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 200c54d4e7cb..03957652bd73 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 1d47b61edcce..c563dcdedc2e 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 352f49d904f4..19f8cb381523 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 22113b140dc4..6ed428fe7ef4 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 03de9b2814d2..e78d014125da 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 999888bd163f..361ff68da832 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 c2131f313f81..fe0a3f3cb9b5 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 e3810e68bdcc..54e6d2ad0216 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 459ab2ec59ca..30452d6244c0 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 a69cec5fba45..06767113b5e3 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 05c621077dc6..c1bbaaf33bb8 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 5f3c9de15af2..b89626a2b97e 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 af7b4c186963..c65bbdf75b6f 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 6a38f847258e..6416537a0651 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 2d48220dd238..66caac5f6592 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 7c5451df813e..400d0cdf00f0 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 bb350c1403fc..74292c5aab68 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 47b597a46608..69e27237bb7e 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 f13d911fd5ac..5de0d85b2eab 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 3950365a2926..abdb9f55cd3a 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 aca33c97916e..91931e4681ca 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 fb8b9a53a483..5cf37002bf5b 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 a66387bd9e41..ec785910aad1 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 3980db560b81..caaac9f158ad 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 1e0d75c56795..babb55432fa0 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 a19d9d3abda6..1c1fadac8922 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 9ccb316615e9..ac8999ae62e0 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 8d9909883352..735bd1acb74c 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 62e2887178f8..06f7afb8f4af 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 699ca799bf98..a4690c9bede5 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 5b0fe43b6b48..2ed27be0db33 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 99e04b0be6b3..10eef81f8d48 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 1824e5a7cb80..020c28d6d43f 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 cf825dc6e148..6d0f58ad7da7 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 814b70220402..90098c2a9551 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 4097b5f3f4b9..a101c96ca55b 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 6476cf900e0d..7d79468ead00 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 4f35ab2a8718..da4e9b53a723 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 1e4554f9bc2a..bd47b86ad7be 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 d2a0ece7f493..d7fe40bd33b2 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 49d7ee71767c..cfac2c607685 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 b0b1a850038c..97b3d63c4aed 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 4dcbebd80436..bdf29a1b8cac 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 ed30ca1315f9..932124326d78 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 73fe47c6f06e..6d92c2dd4a3e 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 362cdf1fc34c..9879179f70c2 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 dc94d1be47ef..8fff575f7807 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 82ce7c4ff04e..9fa7d4278d61 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 4a9c4f6eadd5..70c921ec9bab 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 657009fef712..e8cfab8db77b 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 f3220e4e93a8..b4eaf47a29d1 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 1aeeddc6807e..0748340b00b8 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 b2f6f5014dc6..d7812e30c3f8 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 51ec1ed606c3..b3612e38d6b9 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 8a326849db82..1ea54023b3ed 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 4e2f25f1d559..74d6a8679750 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 09ca500eaa97..901c1bbf07bb 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 d59586db9c79..6287e368bbb3 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 73ddea451efe..dec5cdf81f01 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 2be1e759ee65..03006ff253e7 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 3e3701bb2fe7..2db869e775e4 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 93d7e868fe96..3d5cd994f76c 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 8c8668c1ffd5..25c78ab8ebab 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 c00e042f2ff3..beb0122b2d9e 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 15765c78a666..4f0da57f6d21 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 e96177a55fdb..8ae1c898fdec 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 b6ba306353e5..e4d8cdab815b 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 f4b32230d4cc..c99cb9677f4f 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 d71b0bfd5a95..a2808c462540 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 5c45fa0bff51..62601117ad53 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 c34948674e09..ece354a5cea5 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 fae0ee3701c1..5fdfe9caeb6c 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 f882d8ef2712..d0fb6d8ea0cf 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 6c736ae34803..55e86cd0faa2 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 362023d7e9f7..0a61c4a94950 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 4c0a7b109e87..a2290e5e4785 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 f6fca5c96aea..55df2edcaa84 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 89c6d3976b8f..97c354e6b93b 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 3d29eb177957..bc0b1c9ea90e 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 1a00e89e8ce5..671b0ce8c8f6 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 9e2f1a72221a..c7ef1fdb2a64 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 ca6ea346bd03..93f5ea4ec3e3 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 b1cc27529fea..67ad808de7cd 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 314275b8ff20..bdf25f300fe4 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 a2799ab7d828..2fcfe33330dc 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 177cc955722e..14a034748a54 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 da1ddfed17a7..6b536e989b85 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 72c8d5f09d35..77c22c9b4bee 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 0a4788ba2cde..fc725c377df1 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 cbcf7c66c111..91f85137be73 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 678812c0f024..7f0c7c59cfd2 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 a8266ae2d848..b4423a4ff79c 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 0c5e0849883b..825e33f6910f 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 bd333e716799..5d5848ee2d68 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 6fb1a44221e4..fd102797572b 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 6a9fe96025b2..0f86dee1bdaf 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 962a93c9b352..be502241462a 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 47133ab73156..9b22ef11ddc8 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 193e46a8b465..d64997302c1a 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 4783969225da..1a3a83fd29a1 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 9b1c7dd2329c..c745d9cf88a6 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 bb7b06b71d28..7ba232f7e519 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 44f6c58d70bd..f2c69a77d094 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 5443046c2a08..3152569d0cff 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 a0dd5363d191..aef4796c9cc9 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 8d851dd336c7..39cdd6058deb 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 bc74f3023f64..7d0832456849 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 3735c2f30802..03763656335a 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 f91107825ecd..af455a3c502f 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 2d1a534251e0..2e145dffa41e 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 6e2bcddb8acf..3950c9d1f709 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 c3bbed2f113f..0c80a2968ce8 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 8e4b8faea64a..3f45ee63a678 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 10ba26f3d574..48d23c59ad4e 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 bbb0bc06b5cc..b5a4ee872447 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 7a238be38b8a..970abc1c4874 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 09f9e86eed64..3042c5ac889f 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 d21a21677781..8b78c17d9979 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 ef3710d509fa..24162680060a 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 53f7e528c67b..7fd1b96647bf 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 415ee820cc35..18d7565202d9 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 37c8c403b409..794c20d17d75 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 3b8150679ca6..888b5618abff 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 f2594bd34b1c..5eb9218cb46f 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 68a5be695db4..c684b53b67c5 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 6740f5a60cad..07add4d00255 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 403bd44f679b..6d3dbe3de15d 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 e2c786ac72af..e0afe5796053 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 02075f35c5ce..683f41dc894e 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 77e076ad49c8..288cb5c7f6d1 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 3a6a611fb32a..ca09dd529475 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 24140987ce2d..f8b702308775 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 d1699aaf35e9..8ea197aeae4e 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 a14a5c90b9a7..233328d1847d 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 0550f096662e..31c29a828fc3 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 174680987200..341f27a81214 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 1ace008f9956..11857cf40ff5 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 a7facac5a551..27252161a62d 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 712443c580f1..4885b33b28d8 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 07eb67944e8b..d91e94b9aced 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 d0848b4eac49..b51e30bec9d9 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 5696264b6e22..86c7b7ee78a8 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 ccd3637d7305..2e3520d82b98 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 68e43cdffd84..3251451e846f 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 41ca891b561a..f89781bfa48c 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 08c0770c7c7c..54122a06ea56 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 a767436c9565..17abcb949c5d 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 bb3d0d64041a..3cc836e1d275 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 0d198e8e8ffc..845caeb17b57 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 db6797583b37..f9bdb0009906 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 916a4e0d6aae..e579e3f03835 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 3aab70704e25..306e03e99b16 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 b0f0cc0aa3a7..0196b868357a 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 1724482ba362..e1d0d7700349 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 767a865ee7cf..28d77e8b7edd 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 528f4db660cd..8bc969409a5d 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 05ead0afdb24..22af63c3928c 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 a1f554720375..43997303fffb 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 e80bfa0bef72..7ab0c423dc9f 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 be4aee0945b2..df97d2eb9c5a 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 b12566533547..92dce27a2415 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 6589704662bb..84ffcb48e25b 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 b84beafaad96..605fb4f2d816 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 702e98634096..ca075cdf35fa 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 2b7a899d220f..9e683746ea39 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 7e716b947131..fc0fc3d4ce91 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 c7e9601a5ca8..599e5b068e05 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 8a9fc9bd83c1..bacda8ead050 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 03a462ef6da4..e5747b8f1afa 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 a307f0e735b7..64a39bfc00fc 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 7fd3a391816f..5fc314b59cb0 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 3c2cb685633a..dbb4d70bb9c4 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 9371164cb9ea..e8394737bd58 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 406a990663a2..6faadc16a9d2 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 166f68447fe2..634be7c97513 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 fd0bf7dd482a..a076b2e4501e 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 595cae850be6..54f89c52ca95 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 19902cec3f90..4a77dece31f3 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 f99bdcdd9538..1cf7d201dca8 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 bee5c8f0a344..1902cec49665 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 c21dc389aec1..220e7e4f81bb 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 0bc9567a611a..af9813040986 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 bb6616428775..0127813367c1 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 f75fd43af6ee..4627884f960b 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 dbd6b9123d6b..42b4d527671c 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 d87a828bd77d..f6034c0004c0 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 ff125e44e673..c3e934e2e9e8 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 783bced80fcb..53661bde7aab 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 d61715203d32..256789f0e2bb 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 394f97c67d47..5e57e49bde75 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 eed0e4c03096..92fae28d40cd 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 c733efb725fb..4f028c8235c8 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 cf54f844613e..129f17191123 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 d2465d7f6aea..46f8e55322a4 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 48ec52d288fd..8662f57cab26 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 446ac941150c..91281288c58e 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 9dc1effe5899..8cd0c4510dd9 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 fc4f470fdb1b..2a48e683c644 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 65d232d7f375..3d63a86a40da 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 ab8ee5dc379b..e4235206a984 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 63c93ba9a59c..dcd864c6abd7 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 2cf22fc8f56c..a7abff9ff349 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 f2575c89c87a..b0bf255b5f92 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 34d0c7625b95..ff04a5a5478a 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 9460710007c9..7f920e86341f 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 1c6e8f4a038c..ce6d9b05baa0 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 da19189dded3..d8d522f0b3f1 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 bc32ad912571..1f6907315f49 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 41461e233411..b8fc402c3a93 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 53bb7558aba5..01a27cc35256 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 897ae0d863d7..b55c48b5e50f 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 1cc5a3b95952..e0c6f5f4202c 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 0923d60fb094..84ed5002068a 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 65036ff5619e..c5ffd4a99602 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 5782448071ac..ce3420247615 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 c69ce5422939..5172836f2ad5 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 6405dd9bf156..40eff274b41f 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 ae8e2ec1398a..f67e3ee39c38 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 64fad61c6a47..2e6061929733 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 77fff10e6c10..9a5277a74b2d 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 44b08b6c2ad8..4e32e54e52fe 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 87e8aa053c87..be26a75dd665 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 6ac67ae382ab..0f3fca0c8b25 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 5e071f89d557..9aaddd4ca483 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 dae79cfb4e21..1d848467adbd 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 59d5b4886c83..578718d4cceb 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 b1b2acb8f4e2..0377f6f920da 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 6140e10b1e1c..d5fa631eac95 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 198835226ced..dce06bb37d49 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 bedca2e4e3c5..4b8b6bee7ed1 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 63fc557eb005..018d12e44fc4 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 86a9409f6354..41992064fbc8 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 3fbf7554b232..295e45f518bb 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 ce03bb2085d1..4fb969ced742 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 98e8dec95474..cc2afae03d0d 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 4dda1a2aa2b8..e83462016ac6 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 a38455cb5cd2..cc270781a0d0 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 094059584e6d..c823912d1939 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 fa816a09f920..736fd947ec1b 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 858216f6e980..e85fbf103e9d 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 d0d17a598154..d9e272e04cd9 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 f31e8a1a93e3..51a98e104da3 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 4ee1df63ea37..1debff473260 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 a762a896490f..ddead09efca9 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 f610a515bdcb..6cf994237ed3 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 fdaccde6e9c4..dfdb90aebee2 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 01a5d5d178b1..c6d2121bc974 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 e0618ec5480d..3687f8746935 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 5ba56045a129..412e387e5c49 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 500a8475538a..5ac45f44bb35 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 994ef524f6e1..c37f1c90a259 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 12a553a94106..ec30efeab10a 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 a5db892b155e..f72d908a097c 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 53cb888cf924..9d44502830a8 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 4de212e07ded..2a642b510065 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 1890d1b8e245..48cb88e97fd2 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 05559f6ad3ef..656804ffea9c 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 2854907d5092..0595cc6b48aa 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 fc20b7a90f1f..a23a2edd35cc 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 a9c0db04b63a..90a9c70085fb 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 9b59e4d2c132..a07e3261f8a9 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 658e9ab2f1db..8fee0d41520e 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 a5d06d2568a6..2164ce96d9ee 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 0187ad7c9eeb..5c8d881785db 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 27c40ea32c0f..ed8c2398a810 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 e4424c0c1cfc..074f0f71f3a8 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 f44dae351853..1032e126d19d 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 8e4167ae4ae3..976295405b9f 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 46aec1000b1c..f3a1790cc042 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 6ac17c8b8b91..97c765e7cdc1 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 80defdf637c7..8479e886d98d 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 2cc1cb94d815..bdae623b9355 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 a33333fdfec0..b963aca15596 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 b8a75e354cb4..3a61bfd21a7d 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 76ed232dc615..3306f4d44029 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 fcfeaf65a623..fde0767b3c47 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 8bc4375b4709..c2b155671d73 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 6351553e93d9..fff498efc2ad 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 557586dee865..44300e6736db 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 c4f1813df91e..b797a881baac 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 f2a92565b210..ab79f4f93c19 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 aad5860841d7..10075eeae22f 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 7e36ff098d69..a70d867b4ee1 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 9586e7bbbd33..2a74099ab927 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 944a4f38f02f..910c6bc81d32 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 33991c2efcc0..67ab5f59f225 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 b229814f6858..9f60a3478f75 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 08eb05394c90..fd04bb55ffa3 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 d6dedf1b54c1..3f044295f2b7 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 273c81f9487d..b8c746db5d65 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 d32e99601c4b..bcdffca5c58e 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 ace716d14cde..4e535b0e1aa5 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 806d1aaeb861..a7e439ab19e4 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 4fdd7d828855..2d6cc30c0bf6 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 36b461c5a0aa..4772e09b7def 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 b4ab8eb96050..f85dff4f9604 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 42f4110ceb8a..693c8ecbf7aa 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 1da49f2c55be..98ac3efc0ca2 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 b2135404828d..604d5e58b1bc 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 0904e13f0590..1ec7fcacea68 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 d1b54af6ff23..2097ca0134c5 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 36c1a45d6674..173a4d4e4a37 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 3076eefe54de..f1d1190bc993 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 45a543e5a126..7b820da838c6 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 cc1e92272ebd..049ebf884482 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 4f81ced0a98d..b2ba4c639d96 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 a8b16dccd4b7..26aaeb650172 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 91a454a932d8..e47775d2b975 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 9de75b922747..65decf0dcc1b 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 7980e53f3f9b..c1fcac0e7012 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 b52f458d3f8b..f5508c5bae7f 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 a67763f1052b..0269e500118b 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 f1892b52c190..d15595c1ab09 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 b37a2b8e8326..31b4a0db1ca9 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 6ea0a71f9b44..9f67960a19fc 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 4420374503cf..5241f68f5218 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 6b32e562a789..f583140a1164 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 b3629bca91ba..1c258ad95275 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 832d2fb83183..9181598a1a42 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 5763a8873505..dc64593a0b68 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 7ee09304a042..5e0310b01d69 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 b7a956a8b3f2..b7deffe30bd5 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 a5356007a89c..7419c0d5c898 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 856e55b5a3a6..48ddd3e93574 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 f22756f7fb62..a1ec0732f48a 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 06bcf79d848e..16a8271349bc 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 3761f641ca19..c6f0e1038223 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 a92f1fad17c0..5f31ffd42a50 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 a72123dd4a97..014c4fcfe286 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 79efb77f659a..a788f27cdadd 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 4d6efc058caf..a6add842118b 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 de8e11291e47..2172ad0c6dde 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 737b153d7ec6..f270bd45bd9c 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 6e951c83aac6..30208e4b0252 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 a94754968473..4cb9cf77870f 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 8fd098fcb9f3..eb6e7cf8fa28 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 5ce57a9b270a..6e70e2326d1d 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 9297b92949c6..cf6594a41504 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 c74926672896..0f4cd515dc4a 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 a55e656f4d29..379e5207373f 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 0b8558c65c0b..910155c64e57 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 09923d1c88b4..ed59c6a4ef1f 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 5020bcf54557..dcb888cc341d 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 46c7315776c4..602894f20810 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 0d38554e4a79..2dca8541d35e 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 4a8a4ad88833..029e82d06d07 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 c7d120d0b7b9..33a73353c493 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 9c5667da6ced..9b01acc29688 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 062c655e2244..1067d930b39f 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 05e82209a0cd..f2ff09862806 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 d039a1c17ba3..81447528d5a5 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 e25ed6610262..a6d7fe044c48 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 3161d2f9e5b3..672580c08199 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 43366f4e5756..3f92a26ea644 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 802d107aaf98..e8c99cc1ddd2 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 4315088f6824..bd1073d5608c 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 0d84d1f175c0..0681d8cf2d84 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 71ecafbaba36..d6467a48d30c 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 2c742c802511..173bef3f7cd9 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 b6a6b6874d27..2ea6fd91d5ff 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 14c0d88b7a71..77b7b5f9e823 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 689fe5799aa2..bcaebc19479f 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 0bcb942bea99..14c4a1040319 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 f45eb650120c..c7c35b275f87 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 73fdf9fda680..935c1dbbb465 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 6707e196cd25..f5675f99e986 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 ba7e8eaa4cf8..c007d33bd0fb 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 441c9c4dda92..8562841cb7d7 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 c64a96b955ab..07d9a8339fb9 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 229f7d6adf66..7d96b3fd6b04 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 1eef65ded07e..8a29b4e538fe 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 576cf36d9d8f..f33c96043c7e 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 638b8e7a2247..fa8496c79de9 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 4a2d0bf2ca9c..26e8368b46f5 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 8c34c6626eda..f4da6f85a2fd 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 fb292d6c4ce8..bd12c5c22179 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 52e5006fb8eb..5f91b00b85f0 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 693ebae9642a..d52d909bd14e 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 8a13befc9b6f..4bdecd681f29 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 9d98dbe98d97..b4cfb000705e 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 b9066f779d40..4697d948a014 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 4af1726df268..f03d78ff760b 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 338e54767930..78113c7a59c7 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 5793c857636c..63988c26fa27 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 a4886c81c636..3d3982ffda72 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 f7db47f6e815..38bfedddcaf0 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 5c768b92f8cf..d10730186208 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 aaf69cacd16c..73b15e7a47d2 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 7efd1b42b9d3..09054bea374d 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 cbd798386a8a..9b6f8821a31b 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 3a17716d3268..e2f1b2769e40 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 076912a649c2..8de7a9170f1e 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 0056f28343d6..2b9de4eb15ab 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 091dea1a2212..d370a1e46fa0 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 e4938cc13e32..7e65b293bc3f 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 a1635a11d316..3f6fb5742249 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 774b50eea7c9..df968a5f022f 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 61a228b93ae4..965111fb734f 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 61c3243d949f..a27e76c0ef44 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 b7034199c562..053892c035b1 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 5905c7850e60..9c1bcb8566ab 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 63e74fe3bfea..65331469f61f 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 a8506c3f3815..bc6743b2ba21 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 7f5c477023d6..9986c2216070 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 3e5f2368e6be..e8eb4ce7a7b4 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 11bb94d1d515..1cc8161d8abb 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 402bb0b55247..d99d5db06265 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 e067774daa1d..70df7f8d68ac 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 96f65ba97d89..f32f1dbf3e68 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 fd5707724d6c..ad4518b6e347 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 a55581cd51c8..eb58d1ebb2c4 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 601a4d6aa8a5..437e19a569a4 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 eceeb7cd7662..45d4a441bfaf 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 0938a1d8c3b9..964f622d4b8f 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 63278af8ceee..771ec00b9215 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 4995d2690d27..8e397c37b5f5 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 443e78ced4c5..bd8267af4062 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 a19d749a1673..bc346bd0cf40 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 223bbe245798..bc0f42e999e1 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 0354cbd8bf32..331f3ade2e49 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 3599a9d9979c..3bfaf0d58fe2 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 4c742b9ce6a4..2eff5bce83ad 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 d5415e064e8a..2743cc019a65 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 995e268a9c4f..0c471344c364 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 ee9897c989c6..d8ebaf155594 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 97cdf5f26a9e..471feb6ccbc5 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 b1b437efee57..a55b91d4918a 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 45b1a32a0cd2..50acd6a379d5 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 68198e66e74c..f0cc6fa44b1b 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 596b7e3792a1..61d920a79799 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 78cf90fc9620..75363f211552 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 05ed7ed6c56a..0c1b053eea8d 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 4c0d8f442c9e..9a28cfa7af62 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 b3dbb6716671..4e1f9d2aa38b 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 1e69525448ad..00881cf16602 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 125d0ddab204..eb44e97c8a45 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 a3ac2a92a790..f76995ff51be 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 d96709dbad1b..f4a4875359a3 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 1d4758defbcb..1e4f9eaf15ec 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 cda12b49bc52..dae7fec0fbf7 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 5595b267bbad..d05d40473a51 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 329a7140520e..72beaeadc716 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 1f886bb2458e..56c468b91821 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 8f6c00329960..f531bf52352a 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 b79162ee4a0c..2a80cc056408 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 d0a8050fdb11..07538f6ef92f 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 8ee8ed90ad60..c6856ab9d6c7 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 ea7f5b8cefab..97e6be2b0050 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 8ff7f59b6380..22e3e8dad8e5 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 c6b56f651db6..cb7cef2a1546 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 24ab0974be31..1890b37c4328 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 139d681ff35e..59beb9b83bf4 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 20c83d44e7ce..9d43018065c1 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 92ad097dff76..6eb316711543 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 55fec7b25818..7c946b5541c9 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 a4ac4dc18521..a13cd8e8b58f 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 b36f93c4466d..480fcfe138a2 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 93fe8b87fb51..f0ee8c6a816e 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 a69c0661b669..9b8927f57b4f 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 cde31e538f3a..1412a00496aa 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 0951f8791e03..09af410e2cea 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 3a71b1aba79e..6de834b63db8 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 cd63b0553075..f56fd8640ecc 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 b9329032f753..63f880857b63 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 d36b83d08881..5f2913e5ab8e 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 ebd928737384..2169f2fc287c 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 6e67e5e8a768..664ffe74db1c 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 3eb635b998af..9fff284e6a11 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 63e10323d9e8..5073f10ebe87 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 5e4b83cf9a1f..e3186a56fd50 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 db1c4bf170c4..3b2b162ec3a5 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 d02c9e04c7e4..eaa87c075202 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 b4cf34e90c92..278715fb5c39 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 3ebee78ac3f8..0517ae2bb73f 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 36ce18da94b2..9f7fc052f950 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 9c5e3e053c14..3b91496b0320 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 00ef49a2da11..c4b3ee362e1b 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 fc0fa5721016..dd5efe92504b 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 b42685aaeab4..5e78bef21e58 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 8a79aa861751..87454a84b068 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 c2143012669d..76bd0c4b4b4c 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 63ef6071ca9c..cb646e0a3583 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 394d8eddf0b9..7e8c75d6149b 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 15a67518017f..252707b541ad 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 e0e0c42201f4..42009f89e532 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 c4b1d3dfbd48..0cd2ad21ada2 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 448d421a8608..db7c5c0b222a 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 94f2b9fba2ec..ef928ffbd611 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 5e1e1a60ea49..e78d37e3e960 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 843ad345a78d..91679b233032 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 7fb8ff36e375..d9870b57c081 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 a5ef12ac9770..e10253b17ae1 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 576a75f3509a..404381028a16 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 f99fa2033214..f053a63db834 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 1cdf4c0f81be..f016e88785f9 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 693f66f3ebce..848352bea741 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 458ddfc91d5a..bda9303ca403 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 aa39070ddb82..caf918543443 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 0be202330fb5..c50774f9b855 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 65e49446e953..0693176ee2c2 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 b23f048db3ab..15e30bd4f4aa 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 611334e28c13..f51f5710dc04 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 f12689e3c66e..a6d41426f8ec 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 724b92b4e75c..6fd86191a75c 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 a3d5583babc6..e4672c0dd9c4 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 118dc77b6692..fa9c73d3c9ba 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 375f96ff73ca..7871b951c1ae 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 f6de372f1d68..1b711f4985d9 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 00389fe4296a..69e61fae76ee 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 56bb6f97f02a..290a3429cb5d 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 f939128537fc..e58874549b51 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 7e3d0d0ebc0d..92e5ad0b48ee 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 26a0f577a45e..aa465bf16419 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 504558f92fa1..8aad62684c00 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 23e12bbe7b54..744d18cf4c60 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 7e18a36edcab..555cbbffd32f 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 287d36914bcc..d6f0872d86d0 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 3c085ecf7111..1ca52b7c0fc5 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 fc082b9b826e..37e2c898b252 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 ca5762f4b6d2..6eb161bd6e64 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 f77d5a21db66..389590b86f00 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 ce530efaaf4c..a964fd29551e 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 d9fde583fabb..c27da722cd6f 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 b1c058cbb621..d3edbb990d6a 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 13e0019a3609..4b9d3ed07919 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 562d572ecdc7..b429da0b63cb 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 1ee7fe7177cf..ea180b7f23f6 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 a536f668b124..3b71842db289 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 5a203050696f..be09111a8ff6 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 fa01e57ebb17..3d650160d9bb 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 310873563ab8..0d4bd08e1bfa 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 8774969b3683..f76548d5b3d9 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 9a62959dc450..c4df73116b94 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 d6f8085b5b54..14c2307b878f 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 b6d585637057..35ab9cdb7654 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 944ce62d8517..4a248bca1bb6 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 e0a3fd0599a1..fe08ff84b5c5 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 5961f0f6c304..cb956f9d4ee5 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 4623703a033d..389e0146e873 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 62349474a577..17eb7436ac44 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 e0f5e19e4175..a8463f2be425 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 d6d8ddb13129..bc8babc7f92a 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 f623327bf41e..ded6554e04f4 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 b4f8bd54d5a3..7d777b7f817a 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 192e05d8d827..be27e7b490af 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 51a6e4f62b00..7d79d4a6363e 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 266fe93732d6..3c2c56b4665f 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 28710c4ebac1..43b7de73d6d5 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 2e85dd40548d..4447adfbb051 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 67a7e8f70030..4c995b037188 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 20890933dae5..c9ff55261581 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 c14c5a90095c..e574f90d0096 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 a5991de49eab..cac0032b7c31 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 99a9ec69d855..69c234f7f585 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 322508da4cfe..b68d43091120 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 945892ac0440..951c32f6f530 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 c087f383c765..9ca9675fcf4c 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 ffea421e13a6..ac94f2cf7320 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 3eee074dec67..85b7496d38fa 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 e8737f549b28..5a191ac550cd 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 3c41680c035b..730a3d3453bd 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 e618090d1f16..abe8ddfd38e2 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 551f3d9fec03..3565feeb4ca5 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 883533aa39c6..aaa5fc6343c8 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 e5e12ba8b8c4..248eb02a4aee 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 c6c034ea6b78..2a1e446fa520 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 abd129435fc7..a440931aa7bd 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 1010ddcab61e..a0e3d1a9b9fc 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 fef3b8f5845c..1cba3bd154c8 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 4d9fda57f3b9..c222dfedfe83 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 0d8190945c6a..481e126002eb 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 c6e467f90f28..95510fb56cc3 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 d06ae3c25cf4..801b553a98b2 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 976bd636e94f..54aef0d7f2fd 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 c67be0c0e30f..45d062566b80 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 e51be8136828..d55ffcd778a4 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 82a38b6a82de..78d3dfc0ffc2 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 34e7f7b7abd1..ef4914262ab1 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 9b410e5f9beb..4cf9ea4ceaf8 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 8b4991ac357b..bd68ff8ddf9e 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 34746d8687a4..3847ae47a824 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 32dcba8529e4..6d41a5823c07 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 239320c6e203..52e38acaae2e 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 cf81a7d9b66f..1058398ce25d 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 062c5fc5aa68..9defb237d69a 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 2e7fd535701f..05c59ae22983 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 bc74a3b7e21d..1ed4b0c7bc1c 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 b0de9c207ef4..16f7aa865c80 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 2248f391480d..f98eefdee8ab 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 edf7aaddc23c..7371f2e89cb0 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 9ae632d5fadb..65bdfb19b242 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 daaf0007d7c1..4c0d5adb8022 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 1cb147cb44f6..c96686d23369 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 4bec458ce087..3e303e9dcda0 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 df4d0551264c..5dd22e4c2ba5 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 8d0f44d11cfe..b7149ff3b966 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 f99153199c6b..7663977b6ac5 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 177f28a8fde9..3b9000516758 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 db75d2e3e823..8041f714a22e 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 b605ac59a587..7d0f48f36a68 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 b57ae407a7df..20316a704856 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 a2cdfa53ef29..6cd7fd1848b8 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 9debbe7cef89..2306a3bad4af 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 51b4255e9b9b..e083b61f912e 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 ba6f178d00e7..a70dea826f91 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 8674d0a4ca36..ac2610cec316 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 63e5fc2e5fb5..5f897d34fedf 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 62522b54a0fe..b6da58338e9d 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 19183d8cb96a..20ff41ee151e 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 3f4f6b66f0d4..a80e5e4ed045 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 e22383648dad..26ad90479a08 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 6160128c2fd5..a2a83d8c2a28 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 3df9b38ca7d9..2eb8b45f2a26 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 0068cccbf1b2..e6df70b8f9c8 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 82fd333b6e57..8564cdb8b961 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 be883f2368d6..01b6b7a79dff 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 b87e5293b854..5f374ad4ece1 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 931c296bbbb2..43197865a53a 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 1e8898cf62fa..c4c81e92a797 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 c643212e0c9f..f04a118079ec 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 70c309625b70..cde2b02f77c8 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 b4bccba1c7ae..e4999c2d15e8 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 f1ba0ca77efb..4d459c0e713d 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 38d1709e90e5..763c0c500414 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 eec39d23a619..8138b15483d1 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 f2d40db6e2bd..fd84241caed0 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 244a64e8b1d3..64c38dcf6e67 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 1918bd9ec428..5299b139c366 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 a84f28aa0317..9fddccca10ff 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 72c7c7fd622c..b4835ff0f167 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 0381f28a58c0..b34e12fa85bc 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 2ba7d7dcbc74..1045c2521cfd 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 ed04907385f7..c5e911ba1f79 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 ab0d9bcdab4c..410c33ae50fa 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 edd2d4cd097f..31090610c834 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 f8b550686ba7..8271a624d2ae 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 5d5e5e2195bd..ae481e329a75 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 0d3a43ce3dd4..424f28e4793c 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 f7abed1e69ae..74f83dd909e8 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 621ec0f9f9dc..0cd9ff971b46 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 731f7b48b2b1..2b023e2f52af 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 6c11b89735ee..9772fdc42600 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 d067377ef949..45e7a3bced93 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 226fb0933a3a..8162ce40f8e2 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 23b0fbc4265a..cf933cd049d3 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 8738bcf1fa30..77427b0e51e3 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 e93f8b7503e1..97072d181796 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 16eec1e9fc37..20edec293156 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 92e1a8a448da..68583bdc4a6d 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 85ea0c8d101c..0c2908201124 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 5aef5a08d042..1c54004fba69 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 427cfc9bb889..48bb765ed81c 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 2f455d726e34..79319b6b11b7 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 ffca6f0b26d6..a9f34a33c5a8 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 3dde6fd6fcb3..a6183bdf9e33 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 313c52aa5e53..54a6b5eb0216 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 1d91a659d4e1..d7a4253cd339 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 57237dd2979a..5a61f052d193 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 0e002263c6db..f427b5799583 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 d68f19ac5d84..9db03b89f228 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 9b0d128e7ddc..6c36a4832f48 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 5b47924f763f..3141732bdc7f 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 db4a7411fc89..2379df7384d2 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 a1455b838575..1ef46116fc41 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 a14479a3de44..4f1fdb37b72d 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 ea4aa35bfcb7..ad93c2f3507a 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 8a3ac1f8fc09..f8d17570faf5 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 88abbcdc6c8a..77ec145ea335 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 c3790d33a6f9..058c31170753 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 3bc6c704ea11..5fc92cdacc07 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 1909c347b546..8aa524669543 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 687aab3dc545..5dcd2c8d802c 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 1e111798f094..79931d15ed68 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 43336ab0dd64..42ae83bf5246 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 aff32da796ff..081473fd9587 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 01202cf3414b..31e173db9cdf 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 5d6b71147544..f6b180d2e2e2 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 ef0c8e9e73b1..491d4b244791 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 5874d2b6d795..fb38f36c950e 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 45285862ae5b..6600b341dc45 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 39d8a23456a2..ab1ce956ba3b 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 75bc14a119b0..ac63db4c1a03 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 f275bb81f35d..b0d62f324d61 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 939dbb50cb3e..201b79261fd0 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 821f10bf46b0..3bf9e439c7af 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 24ff8e7672f0..c2109a731056 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 be8dbd511ca6..827b04e50681 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 5898504a88ac..fc968545d47a 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 fa7add119dd3..c4997d692def 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 511ad3f59661..f94181b31b01 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 2e930af054c2..20487437932f 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 7dda153c4ea4..dce90fc73bb7 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 42d73f1a2525..06fc556bebf2 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 e5185e8c14ca..dfee3b0472a9 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 17456a9c6120..225b77026f96 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 0eb62874c3e8..568e283991df 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 f1929c3c03b0..69f715f5a717 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 2a3fc5040d04..b84d5714ed71 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 1cd45b0d8090..da141c80dabf 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 3ff6157cd5dd..ca502a87180d 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 6618d4f4fe8c..edb845b4a8e7 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 1846f080ff12..0c8d02e75982 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 8e4234d3535e..eafc5fdcdbf0 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 6062dd70b9b8..c18f57338018 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 1cc3e3f1b11a..44d36d0e9f34 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 b56992ca7f25..c51e6b775fd8 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 7b9d8501060d..14b6a8692b28 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 b47f7e752ea8..7f39c28c9408 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 5309db8a41ef..1a25bce892e7 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 c80fbe87f9f0..1205696632e1 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 2ff05af17b59..1c5333618333 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 42dc1598c995..6ce45de1ab61 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 8a30b8ea3d8a..1b19ab3acd6b 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 ee034c9f05b2..0cf4b39d8b90 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 44b98826b02a..0d0a28ec60fd 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 191934bb9f44..0b307c86addf 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 257ffa96a5d4..c47c3e3fa0da 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 0d189b548293..9d32572f3e34 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 6015f2a0f8b2..bb1d13482412 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 4344080a5466..4af0a9f2aa95 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 9fa758a12b7f..12c90eacc738 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 5593335700df..9fbfd8ac1b34 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 b05d645c7d0f..c3080d0efaf5 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 b612df5b25d9..dbbb0607a2f5 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 559bda9dc493..ed95d4a6142c 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 f78e3e24e953..e76e8520e022 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 cbaeada04fd7..6af1a0e05a3f 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 40a82f75a1b4..57b665b99a90 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 c98dea72e07f..a8d999a27267 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 c97ab9a37bbd..64ffa2b15fb8 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 356b66a38ad7..bb489a12c275 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 e479ed5c60bd..d23d03f3a5dc 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 85dbcf9cd0dc..62d9abfd8d92 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 e140335e7340..2ea77519c56b 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 98620e168c39..8b1d21ae637d 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 8a75f117679f..213d1556c970 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 1e1594062223..3a1b20a0c760 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 800cee3c424a..13075137db64 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 660f4a65a788..9868bd5906f0 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 d73a93a501ee..35ceb6c6bc2f 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 536ba54c87a2..b07ac12a6b20 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 2b69dcf6eab0..574340084c92 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 9a3776aba7ac..a823a9e05837 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 2d614964a670..37d026022925 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 41290a8c2928..07ba62e9e238 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 3a94fdc09ebd..36e03715051e 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 fa7d2959195f..814c240631d9 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 0abc4388ef4d..7245e76ae92c 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 81ddfa455e32..e385369e4a10 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 4f61c368d0f5..93dff08e073f 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 dcb6da818bc3..657376a8b56f 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 e03065e77ec2..4e2a50dbf5e1 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 7c17d32305fd..365bd4696f37 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 8c47086f7436..4fec4e4f7ba8 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 51b3b16e33fc..8ff831450984 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 fea6f52f0825..ed2610c83996 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 62c888b7a5f7..fcc404670dfd 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 55b1500ba0ff..cc1480f3cb79 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 14e412c632cf..612671dd6736 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 00dfd76ef7c4..5c8b8be2b402 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 28f4a7d92523..f5ac5965de56 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 7e5897d7407b..ef8859907434 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 2e3a9c465367..b2e440e7b0d0 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 3fdde51b598e..14a6abd410d5 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 23eda1c77d80..20a9589c6fa4 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 56b4f84ee31b..670e34bda210 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 6b1917df163a..040899be6c5f 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 79637ac99f76..b51155678c9a 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 38745b4ed517..d6c30807fbc9 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 2c6593206deb..456d89516d80 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 7fd7032bbfc3..1d305b57585e 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 ff93a6fb79cb..cc9d030a2ce4 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 9066040d8adc..450c4a78af82 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 33c994673621..d12b043b4734 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 beda18cc9576..6ad7f52322d2 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 908b552c3a70..cfdc029994c4 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 ed5b5f141ad2..05a0229b3d04 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 024f3031975f..feebff75b5db 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 e87d5d822673..8da2aeb1e98c 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 18ac02868827..f55b31ac695a 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 a7345f28767f..3b771aad3545 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 dbe5ea54144d..47d4eac16399 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 8fa4aad62b7c..b3f2d1cbf35e 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 1a05fd8af2dd..dee9eb0ff5c9 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 2fcfc9da56f7..1aaa379cddf5 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 4c169e21d489..9b37ea2b120a 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 c0a814a51aa2..b830530c8f40 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 73fb8b069dca..88a4bd4ce135 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 981c03771c06..4fcae03b4b19 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 b756dbb2f2c8..6638150a1c08 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 d086db79c7e8..b5602c2f0cc3 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 1e10c77dc5a9..cf1d21b0bcc4 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 4a6278b43e23..662903301e02 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 a84a30cc624f..c7a95a74ef4a 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 c965153fc481..47d8c9bcedfd 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 defbd199fd04..6833b48e0e88 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 02305326077b..f6770dfac980 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 01babf6f6444..a692c636010f 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 7ced307791e6..57de81f27331 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 cb373394b2ca..2fd988e2d9fb 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 eb71bc9edd99..2fa40120a953 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 26aabd7debd0..df0893072843 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 c966ab498a48..827084a9be6f 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 0db246330bd7..4ee9c3c69ed9 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 0a879f66b427..fd3a319c7543 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 d712bb712ff6..de6fa5f3db56 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 66bfdf954ee7..49226151d1a3 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 8e71bdf6b962..37d7d3993e44 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 01f2a92242e9..7733a2f8d788 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 6f7b506ae2d4..4ef7f136f35d 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 d42043332e15..f017a0e6a682 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 81395f2b4b11..7f74cc1759bb 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 1432f3f6cdd3..4d7d377f31c9 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 3f5623bf4393..834b90b90066 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 1a107c478dfb..1c708b355cb4 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 250929b78cb6..df576f9e89d9 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 32953ac5270a..52dd3b178ac7 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 972f0a37aae1..54b7cf2e1509 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 24db3df8227f..24b63166d21f 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 d60852487990..37eed108b117 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 8101e8b66a14..a736176f0fe2 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 9b9caeb4d089..dfc2a74ef644 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 89a324a566a8..165119cd567e 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 76e072e00060..806920f2a903 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 ab3ecad7ffb8..357a146d485c 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 7095d4ee0903..314b929e60c2 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 77fdd1061eed..b4e08ee1817a 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 e266fdbc17c9..015df41740e7 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 45d99f30c9d3..b1351c4de48c 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 9d8ee7c68f16..b2d00dc40c27 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 dcc3ddbf85cb..1cfcdd864daf 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 cc2df3d0037c..4d4342940149 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 f3c18767b409..3f053f749133 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 841d755c9ca2..26d14759430e 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 9b954ddf718f..efdf94f0f382 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 ea13bbeea195..906b4f0d126e 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 6af3bdf57651..cfe8040f4c3c 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 f9f4cca1514c..1916efac528a 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 8d316abcd212..9bb7262c1af0 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 f91ecd1daa05..c5a31e297ead 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 40c643b959ba..c40f400966c3 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 eb76d85e1d84..4850657637f0 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 31b9a01fbb39..6de009fa7982 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 c9e7a70689e1..dad4ccbecbba 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 f09081b28526..4e086b1fbf60 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 e0455ed927c4..fcdabb4aa675 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 7b5ec5b54ef1..3f965f6d0fc4 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 183127bf2618..73416878e4c7 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 6dbbc735e943..974a9753e30b 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 ce485656055a..c5eb03082e48 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 60c418a05c68..49d36796af62 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 85c8abcc395f..5fa7dea4441f 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 84258bc1f7e9..e0501b24676a 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 a4f728f19390..abd859a99bc1 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 5b4ecd5cd2b6..5d114859db08 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 a9443b577e70..3b2e3f1b9a33 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 2f4e394c4a40..52bf15351e92 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 5cce1538bb6a..ec9cbfc47d38 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 8fa74b8b657b..c4d5c4034f1f 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 411e66da8c31..5b20935d1b74 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 d936da4e5cf3..a03c088246ad 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 e44c49f1a39d..03d6da71d30d 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 6386b99a7740..7d95d725c410 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 ac4a88b166a7..009f461bb290 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 7ecd306d9b68..c68ea70f175f 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 5490d4b7ce1a..9736b0918af1 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 2000e57b64ec..5644e1308538 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 796ad8e492a9..6206a1bdb36a 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 8a518aade254..a06907cdb8c6 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 024baa3f0784..3fb635be417a 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 d49cfb203bb3..2a2b31c5e88d 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 624b45693d04..8bb82d65e64a 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 f6d27b1d78cf..f512dadc3c40 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 86a06f962055..86627fe0786d 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 19aaf74737d8..1acab376b393 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 807ea4041ca3..4124a1879a28 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 6ffa205a20bb..9721daec167c 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 99c2e14b0252..d9aa6b05af6a 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 13bd599e8029..e526bd822cab 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 87c2e3f78a34..44397c49829b 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 ee0ac3bb740c..ac2511726cd5 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 8a0e54062def..9ea3543887c1 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 6c5c6d8b97b5..80df7fd61a58 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 f03f9dd1b452..81b5cfb290b7 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 2c96952d736e..094229906d07 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 61af9e0bf135..bdfac7efc822 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 f028eff95641..f0c819db6d3a 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 927677ed4862..a866691491c9 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 d92c88ca7222..9fb4875c3be3 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 dd41facc2481..a78c6e9257ea 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 3d6f2eab05dc..598c223f423c 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 5cd6dd95c47b..8fcaf473561a 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 df2a64023717..abd150e76302 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 ae47b9bc3617..0fc189ab4207 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 7084ec438653..ead2c2d7e543 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 e90cdefab229..2ec55af7eb62 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 2bb95792b8eb..9b8d480611f1 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 9cc40eb90ce5..5677dfcc9a46 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 87171e08f881..708d39435493 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 6b37cf6247aa..b717867ca233 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 b498d5f8acba..17b17636f098 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 78787fef35e1..e80a610f3652 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 a4c762f8f4f3..7fc1c90341f2 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 238b78a9de71..1af069095f13 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 b0047b3453a5..cf9a06e58de7 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 3873a302eae3..0362d7db3d4d 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 82bb71e1ea71..bd1fe7066c02 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 b7998ca2e1b3..d333fb48f165 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 d1d207523baf..df28316567ef 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 d78dec43663a..b2602fdf0cf8 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 d5888b9978a4..836c77ed3b87 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 d968a6058351..fc3f17375a2f 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 4b6bd9c4850d..dcf8b4e0d576 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 611bddb915aa..564f1092abde 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 4a484757edb8..ad684c46785d 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 40ed970e432c..8f0ea5f0e2e2 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 99a069ba4a4e..9b4dc01492d8 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 31fd8621ee28..f9d214dc5f03 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 a2b4a8f2589a..f62f4311e75a 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 569522da7ee1..3741d37b9192 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 3a008a041c9b..07d486818dd3 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 d9969525c77c..c7492cc3c196 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 3fd7a18b2bce..4b23bef7a64d 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 a64199217f44..b30960e5db58 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 015f21cd15e7..1d10eb950c6b 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 d3ff20e9cc21..b4c66ff576eb 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 cedb8210ae3d..1ef2d62cc14a 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 f7bb20d84e12..c2aa730256f7 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 7f7dd19aa83a..2f49c3c63f31 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 0121fa1cf840..ea513d18d81f 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 18947e4166a5..46d867fc6da7 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 5170ea5d31a0..2c0aa311e41c 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 87652ecd28ab..1edfbbd0eebe 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 246703fa0d71..69136c2818ec 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 d7323fd36608..7ffc6aa89715 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 8c2b6be11bfc..a36e84297aa1 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 a556a2b76c69..3ec701c16c6b 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 3ff8ee63cefd..8e694d5d7cfa 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 a3551c3e7bcf..49253396bc3f 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 27952b19a13f..ca01cdaa6d08 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 68552ce6f1fe..9cabc17d267a 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 c10b11f72a37..df7ba9bc6d2f 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 1e071ea0d847..e831b6458314 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 40a4ad8db5da..4cc2cc2b8424 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 b6f3e5dc63be..2fc520ae41fd 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 6ba86295bd5a..cefb3a3c9b23 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 429c4338f40b..ac8535070714 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 0c6b77a5a2ea..0c799bcda592 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 02e95a660b20..abd2f67f7570 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 9e9570db3162..9634ce6c221b 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 94783b679613..e4ea94dadf97 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 351773f5bde4..f74d5e66295d 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 5fca2aa1838c..b7d67c6e9796 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 c3cd0fdf5e75..fed9db1bb627 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 a81560acc90f..30621305b794 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 b502af3e9940..020fbd875ae2 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 2d14fda678db..04bf33d7c67c 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 ce223c0a80f7..fb38947369d5 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 e49ad4c2db3c..dd014829dd54 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 9ce04637ef5c..677bbfc356f8 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 2de033e520e9..76c27e3105a7 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 fba30c40fba5..f102d5146100 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 316fcfd9a378..dbf8c9c371f8 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 e724401ba9ca..666782bd2674 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 8cf64a41f685..d61060d20a51 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 072fec1210b3..cbd46aae55a3 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 6d9fe3fc5544..ccfc69a7d1ec 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 931a0f1fc645..e924b6506bc4 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 39dfa3d1eeb1..20e72e970c09 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 ef49fe254aa0..d29b22ae6670 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 a55ca70e8f09..2d4e12e4e258 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 9c0be08997db..921f5d395a49 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 99855c4d3ba9..76edce27d6cf 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 5cadd7e1bb31..4af386c142ce 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 136667952e2c..4cee0ac13c0e 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 21ff2abf748f..c2070f0e9e19 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 c34eead03c26..d4c2be1421b1 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 3e9894734560..f9fe4a387f23 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 41a31bc9460c..f18c2b94b7d6 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 b8f340ba156f..d08b5788f610 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 a79a77650dad..edb5955bbab8 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 474ab231fc74..223f9dc96296 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 f40d164993e9..8c5c3c4e0468 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 8a1de8ae2e6e..a23b1ba7bbb2 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 5a337da02490..beffb1f883bd 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 a5e76122851c..e37515191675 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 48f6f1527f93..8368737a76a8 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 e11ee9ee258d..2932a2ab83ab 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 9747be8e9573..4b7757ab90cb 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 dd81770484a4..26052f58b92d 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 9af689b3f084..56015f0406d0 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 0126934bdad8..057d079fae86 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 a8e240dbaf9f..8ce285fdf6b3 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 b9b1123dfa59..1ffc6e4480af 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 26afaab49574..950d08577fdc 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 f1ecf1f8b690..f3fec64341df 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 773e3e05ab77..b7b4534b807c 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 4f2ee34e3fd2..84174865a70b 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 f9db3345d409..284d03e0eb42 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 3b1becab9788..afb07925acad 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 9f9996dadae4..1a5dfa89aae5 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 f8af1e02251e..5fdd18fc000b 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 955028f270f2..f724e9c0d495 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 b4e87d9d5870..2c6862bf2c1a 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 c0836c07b8ca..4d77fa021d25 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 39da57811020..93e203e59dc3 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 b62f6fc6cb98..73f6508c35eb 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 13a60980b28e..fa70f09a820b 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 02966ad7d36b..9e403fdc48fc 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 24cadcd59ea9..2ecfdb94d093 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 d3829dc6f393..bd68d7c17ce1 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 48bad96b8953..fde2668760db 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 ccdbf9409d88..f8f1d3f0297e 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 8437a756d50a..c5b1947bb4bc 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 882f09951c51..a40fe9c97df7 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 e2a4b869aff5..06afd769e1d2 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 efa98523a9a9..7b4bcfe3595d 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 7035aefae804..9e5980b784bf 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 81220edc5631..7ed86846df9d 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 e77f68ab335e..5729db3be83d 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 ed6be311fe60..b7750387f1af 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 80516434a879..ba8ad92f5248 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 3371a6abff5a..23f581bd0f35 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 e2760fd4bfbd..a4defcb57306 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 f26c9fa9063a..327463cb5392 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 d72dca1fb324..0c3d539c5985 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 45e4404e7c31..7936c1af2aa3 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 5d6990076ff9..614e566596e6 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 2b4ba19ecdac..36b56e7032f7 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 9cb57db930b6..39c4389e5856 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 4ebbd46b32da..abeb2cbfffb2 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 201ed2d74458..e1bb968025d2 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 34e9b2052a43..e7c44c507274 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 9d18b7c01f3c..ddf91adce3bc 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 4dbc0fb7d751..7255e3bbd428 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 700a4a5b3b43..611466a60200 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 e50f39fcbf31..ccae9ba1bd64 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 c665a363c033..8ffce9bc4b93 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 6ba5cd309732..b1f8e81d35c3 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 fbe28453bee8..4e58f860623a 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 5f4d1cedbe8e..080e56f10f14 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 035685be17e1..4b76e02347ac 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 124a2eb5a736..9c73ccf0390e 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 44c56de4da6e..1eb3191eb7e8 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 0408b2efe784..2f3bf2435a78 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 8b167a51c2b9..546c663f6a93 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 8ee6497a4b29..a5c4eb7f21d7 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 e33a26db4342..5a1b3fcb60ee 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 87816c2323b6..e50f15522a01 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 b86957af39c0..c4da50aa4351 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 1ec1e353c12f..ba7beeda9690 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 1704ac2edca1..70daea47eff4 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 423f71bf9257..2ecd309b4c01 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 ca5c76fd64ea..d00afad2b3bb 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 63f57f14ae37..2f7fb52dfb17 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 e53777d8735e..0037d5418327 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 4face6d688ee..dac20bf98316 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 58803b5a548a..a9d8f0731c7d 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 f8851e58db8e..150893b2c96f 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 83246c8eb605..a42c607f5dfe 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 b82d9ed09860..d0fd2a7a710b 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 175d2a25ccc2..7694d2e78c14 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 785169c8e72d..d91f6970df53 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 834482becaf8..d78d8ebe49f1 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 188cf298f751..decdf12f041c 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 16ba4060be82..298aab9c3d33 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 63a139ed046a..07b65a7c4d89 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 99ea6eb99824..7b74df58e95d 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 7c40ee58329d..b56ad46c489f 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 60bfbe666099..06aa06f5bced 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 1d53af475545..63de6d64902a 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 9f39899f0eb2..f0f3adc38dbf 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 3c3d6bff9c0a..226a055a13a8 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 c802ff975b9c..d6b2056eb78c 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 921ca6f367f3..b6f0d4b76666 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 dbf97a97b1de..f5067a100b50 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 d9f7df9e0f52..c1a40de6627e 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 150307f790ee..6400d27737d0 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 d36d28aff23c..a580e60d0f5a 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 ba0e69c5c7aa..15b9c6c7abfb 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 e20fdd4d3adf..13fb23e3bc5d 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 03e4f11f1bc9..db36797e2b75 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 5b64b3152219..602df26f371f 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 d12666548158..b1645427db24 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 3c9ad1918f90..614aa337164b 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 b020a1161384..065c73fe32ad 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 803c9f9117aa..9b2a211f7734 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 ba76081a74c9..9e9f8c7c4064 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 c046506251fc..b9ce222daff0 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 991808f70fb3..4c3a2ee1ea1d 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 9270eb29e39b..f67b16debe53 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 e632b412a928..2c72d815595d 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 939edc8a1375..69f7848291b7 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 29f0cf787799..c59fc8081c56 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 3c527f0999e4..f71bbd1cd62c 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 f9b95c9b5804..cb1b456e9e26 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 8d5da903f85a..21b5c9cfedae 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 df9b0965dd6e..e6cdcfb69119 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 6e72be369c39..0a28ab6aed2e 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 ba9b5a2c7d64..4b76a4ab8dcb 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 306cdad7ba5a..7707592fa305 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 422b95943973..7f117afe50a1 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 45d28e11fcd3..740caa37ff55 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 c43102c77b0f..0187ed4105ad 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 137453e554e7..f34e6414fd75 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 c6ab9a50aa95..335bd940a47f 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 03d7c7d6bab7..57b0b4895b33 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 208c75a0b352..92d3b104bac4 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 4c5f7e654538..4316f79bd86e 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 bf8857a850f6..cc645d2c091a 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 b1a27e1802fd..784a094ee7dc 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 12098ffbf296..9a80c1ae845a 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 64bf9064f311..09992fb40643 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 4869409eeac9..fe10dc634797 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 74bd2ec4439a..d443ee89d425 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 63a55073d356..bf01c9b94a74 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 e3835c1f88e2..12c5c1984d5a 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 852e89864df2..1e115b40f9fb 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 fd786cfddd4a..d5f5e6a3da52 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 a52b2e45d10f..dfb2a73b767a 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 8e3c516c180e..2eab87e61bc7 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 967584472c5f..49ff4988f540 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 779f2412de78..dd7a199889e5 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 cb6d8ef5fcf4..4860b2702178 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 d53d232f9967..a5dba2ca84f5 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 532f56cc0466..573e237535c3 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 4d5f1aa8acf6..43263b9bdf26 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 a22f8f6201a6..dfb47d747c59 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 d9fa25f8f53e..f0df46b080ff 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 83ed5be4706a..391b9f1e0f0c 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 5edea4b226dc..f2629cd81794 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 4c30ff794e34..062e07d8f645 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 6bef4a75c7ee..4c97546ca418 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 472ed231e6fd..d8d9c41eacd0 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 8bc51be4f282..32fc5658c60e 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 161b497d1eb5..7827a6372f9a 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 1b5345c88bc6..e555aa88d942 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 d378eb4e4c81..9bea5a7f857a 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 7c71c6f58928..bf096f03df2c 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 c38da196469f..f8a12b80fa87 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 7e511d8ea5ff..0cfc533d5dc9 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 e06e10f7e15e..e9153dc658e9 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 1326ecfd251a..816cb7c8e9cb 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 5aab8ee54474..53feab801f35 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 4a8fb6476f4b..82f25dcaf268 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 50a38922cd8d..556c2f719907 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 4d6e767be3a8..8f4043ceac32 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 e67507a3c788..6fd554a6f629 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 62df652316f0..ae4a7b10d37b 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 14d13c764aa5..e9363791f353 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 8b3da7331764..c9f448e5148d 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 b921c8b9c2a2..2ee738671d5e 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 6277e700358e..7203ecc18ce1 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 61bd6577786a..0d66c9137b03 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 04ee2d05bb96..63a4791e3953 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 a97b320effee..5af1e8931db7 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 dec2729cd3c4..543d4d108c1a 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 829f16510384..c5fc6f6af991 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 c43f0191c8c4..cb5e168ca276 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 6a75d03abe76..1964a1e469cd 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 795a4c189d9c..5d00fb649523 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 07c16e6a590f..648f26338f94 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 7cc55616a8dc..64b6718e5bfb 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 436db4ef75b7..48d4a44e6b4b 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 0597d9f18432..0b5603cfcbde 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 9d1ae67bf305..67d4e0adba17 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 96a43366dabd..cb31240d4d18 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 7b120eae6cfd..7f95ded5db3b 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 061e158c163f..146be9868cd5 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 768c44098dca..8112528180bf 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 a69bf719b092..dd0aee9d3915 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 8c2213d62f8d..052f4040c80d 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 b01bee781129..4aa7973c2493 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 e24fab8368c4..2f0ffef7ef1f 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 245cb04153ce..169a72eaa003 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 7e7db98c7274..443a8cfa2a5c 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 f9ffd83ed6a0..5b1bce43092d 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 13aea310f124..a3b07b737fa7 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 30f23f23d6dd..8f38af4eeaf1 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 cb65acc6ced2..27d54a61edc6 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 536b12bb0505..160cf798ace3 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 b13023c37982..392b86ccc697 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 960a22bba5f8..791190c09dc2 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 cf5281bb7ddc..9adbd7c24d4c 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 786838e6e77a..4afd87a014bd 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 cedb7723a24e..aba1c8d52cf0 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 9ef649770219..ec4cbf3d6cec 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 4bf72fafb6af..0bd255e16697 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 c28b5c2c7912..5a6e17361fa7 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 70da982fb89c..367a91a520e1 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 232bb90cc7d1..4106d8c6f9fa 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 3ad483f2b02b..4ba7b5ad0455 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 dbfe74eb5268..c4db8f469fe6 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 65c7c540dcc0..aa01c2835591 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 f113f3263766..07932e7b1f4c 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 394a105e92ff..67d4bd574880 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 954042858a8b..cc82c46ff5ff 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 17ddb65e16c9..9b7365f3f712 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 103df13a6bce..cb034047575e 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 21e388c47c8f..29c1390ee72f 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 38c0bc3dd27c..2ec2a669a462 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 ad48ded701c7..cd1687ee8cf9 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 68ff3185fa1a..71213a99bc43 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 d03db67537b1..b6eea4b48a74 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 ead93d64721d..b77a466e0ded 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 add66ca9b7ac..f2514a4ae055 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 6d3960136915..ccf20046f5d2 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 5b341357983e..4e705307416c 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 f38c54dcaeb1..b1e8e4087d09 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 5bb2b287c73e..2915d112e97c 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 f0b0870a950d..0b3ccb0ca885 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 561ff3232d22..b1bc9a3b64d6 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 3f07136f7442..df46f44883f7 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 0f75ca2a52ab..ad625aef101d 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 a770cfe6eb33..b1269b8c0a6c 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 07e89dc109cf..67ec9e7e6cd2 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 21be43ffed78..a422c5998f84 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 3153e9fb19f3..748f971461ed 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 d2c770576922..49b0db69921c 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 57b61f130e30..db1f8b164555 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 82a60daaaab7..87007e39530f 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 f9dbf07cfc6b..22d03abee0c6 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 c74c1949b33b..880fa13ac0f0 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 6d2b668a8a3c..aa84f5cb0602 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 d0950aa0a0fb..3cac06d119b2 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 d20d5fd3fe30..c3b6b7ed86e8 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 3ac448e71e69..12e814c475a3 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 bbe926df7acc..59890c194c62 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 2cb5aee6828d..5c93217796b4 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 9b6f09d5e28b..1bc1fc0504f2 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 e81ac8f158bc..a32c81dd20fb 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 4e66fe898ccc..9bf5c6343256 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 7f3a459e5e7d..95d0d31012f8 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 a6a0a5fd8cdb..c9cb0b538a81 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 a0f7615ba461..0853fb02e079 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 7bf014fe9197..d9b60ebcf293 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 87ae0e7fb28b..f6f7b356fe64 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 8e974caf0f80..51336171f1d3 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 8e20503c6ee5..ea640c8d4121 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 55b6d98aed5f..934df5b66efe 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 1185148672e9..e81e7e71faa3 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 40176bb026c2..0d9974588f0d 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 94f4793aadc0..d7914ab84fe7 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 b1e0c6f603df..00adc4263d08 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 89fba307ae43..ab278bfd1f43 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 a814e3557bd3..49e68f824d4a 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 6b7ccee1575a..0e6b749f554a 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 e3d78a1713f3..e8efa4773602 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 0b2b9a603b43..29d5103f0140 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 0a9e8134476a..c068028cba84 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 8d297c815ae4..d78f90629a66 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 35f3331c22c1..c2404b63d162 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 711b8cac2953..aa4061e56c2e 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 4127f2afa61d..cda2a61e6037 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 69bad4051127..5cc43afcdc22 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 5156f329cfa9..1025e4811931 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 6c7618659331..28628f1e9688 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 1cfb7b3ad92c..84062d71ec01 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 bd6cdfa62885..d16512568596 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 101e8761f870..baa66fa2244d 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 3c8a0c0a9c59..b38f5bcd16b6 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 ee1bddf116b1..218ff5f82569 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 1d8d40144b29..9a734a76fd8e 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 b53df677bfd1..de570b470f46 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 31a4648daaea..9811862c629a 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 8fad2be06bce..7a5f6222d619 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 255f1e531770..d93344e04a88 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 4e692fe0de9e..02f3bfb3e006 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 2c712800d5e3..ba756785ab27 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 7ad405a54b5c..79614356b686 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 17f7cf94ad4a..6e56232550b3 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 6e69ad0998ff..444558eeedd1 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 355e6fac529e..8f0b5ba6526b 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 a125c2740932..2d53f97f892d 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 8c8033a4e268..b74285d372d8 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 d279a236adbe..867a4151d1bb 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 027244169efa..384b1c0feefe 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 207ddc951e0b..c33da2b6deef 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 93d4c1c5fca5..0987244e9548 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 e1b4eb43a045..3f9d101ab57e 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 3df6cb9468bb..b9df79658c73 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 5c7eaa27ad26..92f2a4e8382c 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 3b8440bcc6f0..db45885027a4 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 6e4be8afbaac..255f658ee3d6 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 362c46ab9be4..7de2a8b003cd 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 894abcdd14a9..a33b5e825d39 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 89a0e56ad8cf..a0caee69076a 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 7f4c8579a0df..735739c6e7b1 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 3747a40b23a8..b99ffd365c02 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 b0f037e00892..330547867c3d 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 6b4b5f19c892..db47396f1f72 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 9705f4babae2..a0a6b7ac65f6 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 be4964380b9e..e93ab8321a92 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 8faebe3dfbdf..b3d4fd6ed11d 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 46e787d7a9d0..53367ac94257 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 2a3b7f21ee18..172f99ba1303 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 3064020c232d..4f69bc12c647 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 bb68ff6d4333..c8340d1ce830 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 263236160842..ac0da58631d4 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 e1403c9dc440..22870bff11fe 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 1c3a3dbaa500..510f902388a0 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 e48fabe75840..d402df66f776 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 11a73fe0c126..eb315c7d8fce 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 eb9619ce89cd..6d335ec1e255 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 0ff669805126..bfdb1379fa79 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 df31839f3d63..8aaed5f4f0aa 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 52767258bb9a..3f4dd7a910b0 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 490134bc9471..43a752c7d422 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 985f6c140dff..8f2abde4fa2a 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 814488776948..2d29f79c6122 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 ee2b784a06fc..464aff88d572 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 438428d3dbdb..70269f3b3598 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 301cb7fc4a82..512ce709cb58 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 3270f2dea2a6..e8398c527358 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 669685e48ac8..8ad046d85a4c 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 e88ace0dc532..10f4183fdf07 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 409e4edfc004..ebbafc86e7d2 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 b9a145a370ca..516ba62bf403 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 0947cc21617d..3adf7505915b 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 a09d6623384f..4cb9a20f39eb 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 cbd6c9933e4a..e0df71456240 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 4e0181907acd..f13c4a36ac2b 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 83bd84d29926..b270bf5f6a96 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 4110f2d02794..a5c77fd133c2 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 8035e8fde1d5..c9e72f4e95ed 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 03031ab1c2de..55ae2d727f9d 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 0b993e022874..353080902c50 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 2c24871eccfb..ca3bbc9b30b3 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 f37099e9d9b1..b0a2aff61564 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 459f35388b98..9999f6b24534 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 121a01d2ce08..f083206d0aab 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 134af8d2e9b1..daa3a93411bd 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 bb3ae1c9ccb8..f2444954ce39 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 2dbd7a096e49..fede8100d2a8 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 f1b497363fbc..8bd25c9a92a6 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 bed17607817f..7dc631d63037 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 94fd0a5a2696..3e713d5f32a5 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 4785c097bd81..37780440adc0 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 f0c7edf6aaa9..01f14f383177 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 ccb4c26ed77d..5a529c474158 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 243b03a81688..0916bc832093 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 d0016f0a129d..1cfb07482ed9 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 7ceeb00d5907..186a5e99a3ae 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 e08a4290b236..47fac0130362 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 ce222690a937..21fda15cc7fb 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 c0f2fce7f255..ff990794b32a 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 0be8ef4ff00a..ddc5d890541e 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 088e779334fa..9c5b57620942 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 597f6e9a7498..dedf6dcc6249 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 024da50df2e7..996797a6e792 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 726496076390..3aae39567411 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 79754abf47be..208152ddb0bd 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 e689170b5ab6..83db19556abc 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 fae2f3b784a4..1df36f3532ad 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 6effad0d8087..bf0669ff8881 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 035b849aa219..6e9f1fbab9be 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 e332e886c949..cf7318942e4a 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 a28d08ca44d6..e559a06a959c 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 30410fbef6ec..8cee27231b41 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 1215188d8580..931768db70c4 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 5f6160398437..d4d1baafb603 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 0bc0c9b9706d..f73fddae2128 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 fdf0728d2451..48f008b1300b 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 496bad580cd2..817b02855533 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 31a4dd28068c..5121c2e86497 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 34375b7df3c5..e5f1be703344 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 30a92129505a..e0f1ab477b37 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 426515c688bb..97cafef88ffc 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 021663542fc5..f987dc5c818a 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 8d35da9fc865..d811ea3e5971 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 2d532dc1ecf7..0d0fdbcbd255 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 79b2806d9fb1..5f2ab35b4aa2 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 d27dfa089e8a..98723c6fcea7 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 e20530a823b6..4439d17596cb 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 b74cf62fa240..dc4767df6655 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 e84551b1966b..4208c590749e 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 960e3548eefa..a5b249d1e806 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 9f4800ccf7bd..7a173876930d 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 028379082cb2..a76dd5777649 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 df9e2c327f19..8cbe59bdc7e8 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 2d2322c48efc..39fadfcb1792 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 029b559c7bb0..341a86b57208 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 108e557a9fe0..32359b99ff68 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 d396143b43b0..db9a77e6a53f 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 a2ce176919f2..1809b169034c 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 b09b7e64f02b..dac70c6066b2 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 261634227d78..ea6aac357a69 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 7424aeba3a35..7b0185af2f7e 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 22e973359e1e..bd22e46c4463 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 40bab3a6b460..094d8bbaa111 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 67ce6986c270..120459bb640f 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 da1ea0e35629..595023ed997d 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 9d9af094a247..7c927c3e8e0c 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 e07797923679..dc7f367af3be 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 3f9a619948f7..7e01286d60ff 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 f7b880906bc8..20a188081437 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 f0c15dd03715..bd3d0e67b9e9 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 cf4e4dc2d2b4..8df138d87e07 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 07ca07f2e79c..8312ffcca858 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 2944e6c29cb5..2d735b6e1bd6 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 f20efa53a127..3963549be129 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 dc21bed60b92..a2cfb545ab25 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 2eace52a8474..66e8a0ec4529 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 2c3589851b9e..5ccd5c281903 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 67755141cd00..86b0d04825fd 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 ea1bebc30e1c..962ba127f16f 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 ba530f832026..1cf5ba31cb7b 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 fb3ddf162249..967d812e1804 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 27a49172141c..9af82573fc6f 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 7c681c2b13a3..1370d5d781c6 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 622de1d4ac04..d1e824fa4102 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 50e9f864a97e..4a2739822644 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 85b123d93b56..3280683897ed 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 75e03191dcb3..ac94f4d461f1 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 8e409b7a2930..28377366cc8f 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 473804ee50e3..5fd26b43119c 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 7b5faf3b7822..57ccf5e8648d 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 4033d71d071a..ba7856c89d3f 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 aa2b465b841a..50a96aa6d294 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 bc7b4138b9b2..c1e25c51b138 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 6f4c20815216..a7407a942250 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 bd53aded6752..1419a2f2a727 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 8be981d40553..f5a141a8e8c2 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 344ae48597eb..260e04657470 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 7d4f156944d3..d19dec28d439 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 8a0b58ad4995..80a5bda75b14 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 2a5c9e8bb7e0..5304e6402fca 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 d117d1b7a167..08a0a05bf4a7 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 f0c8f9d50382..3308f2ebdb01 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 fa5304a03529..de6cf80e935b 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 b08eb3952649..c3770a872060 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 c0792bbd9f06..0f5477c6fbe0 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 74aa449d2d91..75d5506d628b 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 68509c9a9680..bd03dfc396c1 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 756827b2cf6d..ed4957e5bd23 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 7256d015055e..9700160ee882 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 9c2b34b8c28a..4dda00657473 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 9704da127436..7a97cbbf7752 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 a9c2e01eb5da..f8e09ec01674 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 bf8af990ddd9..abeb445048b9 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 8fd61f9b87cd..b7bd788a3699 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 c6f448f367d4..5d5986542ef7 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 499785e311b5..d4e71b3b39df 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 c1f3348e1d54..0423ff7f9883 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 6ab8314b838a..7ff86867b314 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 b39cdbf5d481..8ae731c1b68f 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 b240520e14cd..882b603946c5 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 fc766798bd2a..f764174bd689 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 e875cb4125d2..4e1aa4559e2e 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 3db585d75637..d9c59be04893 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 8368d153456c..330c277720cf 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 a0a9f195d415..207616af3720 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 be9ec5e83c30..bf222c53e6ce 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 0753d1fd28ee..2e73a2f7b9d6 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 37ba3c72b95e..d8212b93eda3 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 3002be842ee3..ac25b62c6b13 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 b0dd7770baeb..c8f1b01186be 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 a5446282191a..fdc9ce54810c 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 2fe9c5bee452..8e1593f85c4d 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 e4ba1a642461..63cb0583e449 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 9b58c380cfc3..d0f8bb8e9c39 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 2020698bdf8f..4128ca8f51c0 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 4f3c079279ab..809dffd79624 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 4bfe02007f37..c0d8a2c5645e 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 44f56a568e7f..e2cd38b698e0 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 070b5be3fa5d..c9315a907069 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 57a68528cf9d..79550d8fc451 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 fa1faa6ac974..90414a6d21fe 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 c19842190a97..36b09fb2bb44 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 87172159dfd5..0c4f57d3bab0 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 cfed6c07dd75..61bebba25e8c 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 3302902038af..27f9a902e764 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 5e63b545bb5f..dcedb24ed86e 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 93c49a841f67..f3e627fa135b 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 92b451ac9e2b..1f6f011f5f77 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 ab60d0c118ae..90545417e02b 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 aef19c6ebdc2..4ec8ae8fad00 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 33bd9f0bd63c..ffbcdb37108a 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 baa456162929..5c77ce6cb966 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 afd8f4b5c7de..1eaf1ca82093 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 566441f82d16..00874bf9b53d 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 74a90b3e434c..ba6a8ceac324 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 f755a111466f..b55e038f6852 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 a1eba53b98e1..9f8f0b01fd8b 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 e322dab2ed88..6015b02e0cd9 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 9d4e22ce4f8b..b96cfe106f8b 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 a3317a8291e3..4ae85be8e98d 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 8846d5d84c12..7f4e71fe12cf 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 d6970644015a..b46270d455b1 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 156dbc06b15c..8b9a2fe9bc45 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 2db061f91010..21c4845e4235 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 0f2233c71cb1..c45f8969029c 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 5e78da838eef..f24908295e58 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 e31900d872e1..e6a8f11caae7 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 e62ba804a5ab..86c5cc92595a 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 8a09539be6c4..4219c61f1e35 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 268257a9875d..8ad7f343d072 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 fddbfdf90fb7..393bf1ec9161 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 d345f57b6f8c..fb44b9cbf34c 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 8cb02bd940a5..2640f0aa17a8 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 c6dec8195679..83fc2818ea42 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 6a852de3776b..577bc540df0d 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 04576fb22f6f..6e02cc0d404f 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 1e7068a2d149..fcb3442ecec3 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 0434ee129223..f3adb6f33808 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 1640ea1d98f2..70d493494663 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 8beb81b9ad6b..9e590b4db21d 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 d3f2fcef258b..b05fbb4a6613 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 c618b1222646..715ecabca796 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 4788b7ee626b..79dbdff3b2e8 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 8ea6118ee279..b07214918a66 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 b35ca81f982d..ee746dbf3c43 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 75e26c3ee137..43bc2d735832 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 d0a6b5b39aa0..9ca07a9c16ce 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 0b36ad184b95..0a7834820893 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 60bec9ae23c5..064fee84d134 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 10cf18073604..2e1075a965ef 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 51db0164fb47..10c58e733dbf 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 575d43e0ad7a..ab753fb7cbe7 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 0aa79b9cb750..04151ad5555c 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 95855ccb63f9..033e51a6dab7 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 cfa3fdaf5115..0031f2824e20 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 5d9464eb186c..66366d7e6ff1 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 1dad1c84ad7e..8759cf43af14 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 71729eaebd81..e8049973b52c 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 625d52ddd61b..c169c29dd856 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 b469397926a7..bd337574f2fb 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 2dcac57e6693..cf52b2835416 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 202758116c25..c66344b7ac51 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 2701153e09d2..cb474ee4c6cb 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 4d3de06a06dc..20f09d3f2351 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 ae0e70df4b4d..cc6c84cce7d0 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 022f9a771ee3..b2100fd2b9be 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 381291fa9a71..7b17babd2cb1 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 46c265b22403..b50986f30839 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 4ad1de935f2f..1af23d21d4ac 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 ed1cfcac6108..dede8569be55 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 3483ccebd12b..91c71d65c9d3 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 7f7618487d17..5c45af807e5b 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 2271a9ab5e29..5c6c0702a4be 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 bc454c8eda45..30e189591352 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 36ed6ecfb849..bf21c55bfca4 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 8f5e5bb73c98..ebe0cedea165 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 546259c45094..3790ff0a0f7a 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 670e7ce5a3fb..eabcba66fb05 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 e00f843b852e..9bf52323a061 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 c859d496e5ae..430856eea74a 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 196e3f5de63f..0fdd2f637a84 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 dc725e502c5b..c3900dc9fa65 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 8dc9f0051b3d..432e9fe8fdb8 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 f0c98261a9a7..281fe5198c27 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 ca7882ba2613..9dca3c151892 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 43cd3d6f77ac..4ffd2c3421d0 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 aa340c7fecd3..6a3b408477fa 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 a226db6e9556..125718ab70bf 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 281fe618a953..b0445fadab79 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 4dcee989eb8c..55540da549c8 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 faaa1ae0560c..17e0c52ae37f 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 c139484bfe9d..ae30c06214b7 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 4644bd12bede..3ca0302de393 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 7e2320ca46cb..42b37d2a60f5 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 ea0187d9f438..f2a53268f60d 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 3d1276f7d45a..126c9057db95 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 faa46ab6d50d..2c12318f238e 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 094e27c14d1c..806e5c63ae21 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 3da10383f870..89718f850bd1 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 e773db42859a..6691380d9b43 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 8c5e905e3c96..b346e6c6003c 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 83225c44b290..1d4e2927fcdb 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 385a8677b410..0562404a9abb 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 02d747abbfa0..51ad7f52069c 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 52d0c8dfc5d7..2773476c57eb 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 255ef7a03bb4..00259e8b2bea 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 50ed82ec64a2..d55526457618 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 8c8f701d77c8..126372d371e3 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 0198c5da4fc8..34a012ea9163 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 d6c03d51d562..aa0433cb95f4 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 0ad072c40801..4e99ed671ada 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 c8028c5a84ad..f5e39bfec79b 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 75e92965bf65..458fdf49bbe8 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 8302ad3fda6e..70af8aa8982c 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 875a70895319..f84a91d2200d 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 97bd15c3ad28..24ba28f6cae4 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 57a259f76064..6e79e41207a5 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 347bf4c8aaf7..e619bb03d0dc 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 e88996db085c..33b9f0b453cd 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 f9af8ea60406..fe04647f21fe 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 84bfc2b46127..912a3ab141ed 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 ade799c3c782..512ccf8e3d62 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 d63659aa7139..262194544172 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 19e88bba20e1..020d0f965839 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 f593647acb5f..a9bdf98fc257 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 5e56192af7ed..39f84b061fd5 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 f48960dac875..f44e5c4e6fbe 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 a07926c21f2d..14b768ffa4c2 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 2345af6bf94d..47b59fd6521c 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 f8255a09c0b6..54d2548e4105 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 01597b23f6ef..fb87ba501610 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 76b137fe80d2..5b4518365efb 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 f404941b93de..cd376e7d24a7 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 540b190fa3f7..286e8c49ef22 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 a1174ab58995..63c4c049db5c 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 3f57ef98ec58..901f18a854f4 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 b6b992f38c92..d6203ed3448c 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 b1826d21f0ca..08145d2b0e5f 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 3f4d54c1df83..f90fac0af554 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 0ac1f73c19a9..745fec179096 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 68ac4b99a418..a4a44cff4212 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 09d83cfb3d55..000c94558808 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 cf21cfc34925..1872ab902e8b 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 f8bb2d4201e6..a2405f80790b 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 39e87492e0cd..c2988f8d62bc 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 3ad033ae15d8..dacf125e8920 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 5adfdf431f34..0f6628dfc90a 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 880bcbb21ba5..2812326b6be8 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 5d19ba137f16..e4c32fc1073f 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 9bf13191b9b6..4e75688ba44c 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 4fc3ebe6485c..8b2b24a12615 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 377a59ae9269..affdd8c60e26 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 df45e6ba9675..cfd906c3f840 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 eb6cb3e91502..ae29c7b9f7d3 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 ed5a3e464e50..5f1b975c96c4 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 b0ad70831f56..d2e088d6a607 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 427c0a8253ef..3d37c4f28459 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 0b86f86588b9..c1d0f2fe8c08 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 cda393fcfb9a..1f63f1b4b8cc 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 719b8f5943a5..84af55e94bd1 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 92a3f3c6a069..4d48f9dcd6ae 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 67e4fe10343e..056f88615a0e 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 7ec33e432033..a873ab6430b0 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 1158a9b895a2..7ecfc7562e7e 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 4e830f13bc9d..8b7d46916721 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 63df17bc05d8..0d440d0f789a 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 fb7d2bdf2c04..3a962a881009 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 fb81b9889706..316f6c0fbbf2 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 3401d44ee7e9..e52b14116b53 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 66d79408b515..740cab19e659 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 65e4894250cf..51ace6b91cb8 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 3e41e4a06ec2..938388c57fae 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 498cb7833403..e9461c680fc4 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 0deb0e99c583..24b74a85da42 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 b3cdb64b95f9..242956e83aa8 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 6eb98a0948db..8b58bbf22c8a 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 f5e514fe291a..965e4a75c836 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 fdc330c704c9..0fb20dd1320f 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 2e03a07f3879..9d2533024019 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 ea50eed15b25..610af0c0c671 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 29d00cf88a45..c0aca7e99e0e 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 4652694a0b99..e621490da920 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 6a7ab65fb995..e12fc3827ad9 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 83364cd9c474..46742735f235 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 5ba53ce12a3d..ab83f6b652b7 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 fe58f89a5eee..0f2cf6ed0b84 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 249c5632984a..cfc43b77e77d 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 de14bd6f7862..6d6c3f487c8a 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 08a1447d927d..65630995a5fa 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 714a349851d6..0ab1893d9dd8 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 9d38040ab9a8..4373281e71d1 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 c47809f4faf5..e19d3619bbed 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 82a6bb5560f3..4ac461c9b9e3 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 ffb456743cf9..b7d74948e84e 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 2c015d5bc01f..79cd1eb89725 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 fa7edfaf8451..bce2c343f9ef 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 2c7491408f7b..4a5636c7d37b 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 39215788f064..2a898e892c6e 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 9b8d604cd157..16677391b89d 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 7f1cae42195c..614cdd549fee 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 dff712010d7e..58c806ab2780 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 38e842d42463..a0db5537cb99 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 3ffccb0c9d6f..b24434f8d8c8 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 f66492bb04c8..011f24b84c8d 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 7bd4cbb78886..3f2832eb3802 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 99f62baa3b8d..ec9d70cde3bc 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 b75be57e5612..f135887520d3 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 aa35f39618ad..9abe13ad5a43 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 49262a232d67..d9285a3d1934 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 f97f43a7be0d..e8890b168a3f 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 b57ac071ccb0..5415002cb1f0 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 e0169b0c77ee..8e3c07b143e7 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 97828c4499d0..cd5c376fafc5 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 34faf75be2e3..f7692eb71b16 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 59c4a2999011..5d77f4395add 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 6a8fb9c9fb0a..2cd4ca0d6d8a 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 ef677e1ac800..0005ea8b6936 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 34c6935123cc..80bc95de8ffc 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 8f01add678a3..18e7920c523c 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 fd88934a75db..982681ca1284 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 8414fa6d4065..e4c2456f3121 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 afd2c194f03c..a53c9d92b686 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 8baf2dfda164..da8120ca99b8 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 ea0e2b2bcd33..5836d1a410ab 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 123696166068..b59543c9771b 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 4d8262da8d3d..a281b3434b45 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 67e20da872e1..ddab511bfcfe 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 8ff63a49e34a..04c34d6dc63b 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 76f778fe6133..33c6e2dc0538 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 4f53dab9a970..3ddcb6b1d25f 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 bfcd47877eab..77f0fb8925af 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 ae0d52c2516f..5ec03966dcac 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 ae30298ae830..ad17fac1b449 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 041c8347d733..6a170a0f73cd 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 6803b9a325bc..67f7e32658c0 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 ef95f950103e..1d693ed379d2 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 8184a968b70b..0cf5ec7d8bfd 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 26c45b021ac1..094a730e3cdd 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 95ac28730131..2bc40d28782a 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 8a17ad0eacf2..f31541fb7beb 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 107b4e5298ea..446eca2fdd47 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 72f46a2c911e..372443c46a75 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 819d7cb3c826..8125cb2e7f1c 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 00bc1b150a04..e20bbfe8f69f 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 e7bc86f354c7..b19311153f85 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 7215680fdee5..29173b2e60ad 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 6485b1ebdada..4886616e3e17 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 e1a91109bb88..6cfe672ad387 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 0a56263edf0a..a5789b732646 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 038781499d3a..4a649d5de269 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 14b4d549d67b..0c541d1c2a2d 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 c7c5dc259559..c10bbef1c6e5 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 ae2b254f34d2..a81ee3689644 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 23333460b499..f5fb67058b1e 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 8527dfc8d852..4d4420374f84 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 bb22008d3cb6..32b712198bc1 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 451c6237c262..0d1bc4b9e03e 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 233f25c002c7..51e0443401f7 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 ea5454cf5e89..6e226e262f7c 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 6b772403f8fb..872cf2acf758 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 3dee38dda894..5ce6b3e57089 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 4049490c596e..d8d2c836044a 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 54865f423afb..1157a380427d 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 dc0a320ac5e9..3b9f29ce1a03 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 566e9c8a86ce..d312566da444 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 ec46e6f79df8..1b44a7285d7c 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 e1dc930d23d1..c53511ff7822 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 4a72ed410d21..76a22e25704c 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 8199c3cfaa53..f2d50bea8438 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 318258a7cd71..450fadee67c4 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 182826861ae8..0442b628ac44 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 6be0a94f7b45..655e4f59c282 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 3214fc242994..ca36e65d1de5 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 9b63302ec507..d4f30269162d 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 e332ea78a3f9..bc21a47693f8 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 e97113220d8c..2ea826c17cdc 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 175791687497..0c9978f7d163 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 9dbe38af1d90..fb703cd6da1e 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 990955a8e288..23cd8116497d 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 49fc71a14363..acaf5154e29d 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 0763150a3831..f16b48dc01a2 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 c25ae53de054..3a1ce8bc3580 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 0e121357e37b..066e276886ba 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 d410417b3a1a..704b51ef8cb2 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 6f6f91e1a428..73f5d2d468be 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 1a79a8a27e0f..cc680613e8e6 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 831a5f04f403..0192a31214b1 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 68d2e79e0872..e98adc182938 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 4c7f6e34095d..45e9a3533e32 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 f01fa3a5a9ed..a295c80cd630 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 685ad715e3d4..23b7809b382e 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 bfcffe8552cd..f7e8100f8393 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 6e36dc2b9474..14eb7c80f3a9 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 6a5be5bc082d..539596b1796e 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 8cf173f660ad..f2de8c19f4cc 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 87bb8db82b8d..ec7c3d240bff 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 e37d8b19b4cd..ed61f115adc8 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 12a1c6ab1afc..4749dcacd031 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 5470c0d8cd14..0f0bcc6704ec 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 44ec8a3dc90a..b0d091f50187 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 5ca1607ff210..be5a00ce8d2b 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 3abf3191eafa..986f08a16eb7 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 54bde390861f..cd9bad867964 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 63858b1fb47b..230772d3da78 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 84132e96bb11..949c703d0529 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 4d6b9213f82d..43dc46113e8a 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 7adc6b043eaf..d8e4d9e9d13c 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 1f717681b0c2..adb2bf3cb259 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 a3114bd69c45..85c2a6da7519 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 6b74675ccdf0..6ba82f94631b 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 ac0bfbc753de..bdad43fad33e 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 ad22b2acb317..fd572a265d1a 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 bdb2d44ae5ee..844d121cedcb 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 71dd8887ef59..3bda67eb1109 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 d6e110704d64..dd0111e40903 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 f5ac4a218999..23adc306851b 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 3d66f5fbc7b6..733323f47616 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 6eb064d22415..6bfd33ef46c7 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 5f2a2ca49579..b74302636454 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 30b95ef59a3f..e3a49c1cfbe4 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 d26185a6fbf6..b64864fe4c8a 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 f3271e103d62..500d4722a5a3 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 9037c1e3d53d..1420cbcf3d5e 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 63e8ce2045a9..fdbdff276bbc 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 22454a4cc7cf..3d25aa4fe036 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 d8ebce0cf14a..b32b279a5920 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 4045cf83d7db..3bb5d4a56577 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 cc92523c23cc..0e416b0b49c3 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 4c1752054bd4..f89f26b1b032 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 d208ba479dc3..179121e82669 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 e6a39caaefcc..59970d678b08 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 641b3199a570..8051ed32919a 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 eeca32f4ec39..9bea18f59ff6 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 6319a8b77917..e0a4b88a2c79 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 2d4c8beeebf5..ccaba36cfb1f 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 7ba24be95d7b..b2a63889a694 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 84b7bc85e942..114c00c2d216 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 a1d51d8ac632..908871a1fbf1 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 2c3bb9ea5075..8e2454bd57a5 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 0c3af3a19289..0bd8930bb3f1 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 0b1b1468a5b7..6a982ff16cb2 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 495b5b753271..06665523700f 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 c13b6eade426..35098a8e4885 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 a5381daefc3a..90cc903e0499 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 4dcb008ea6c8..6088c489e623 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 21bf4760d9e9..2d78c4cb95fb 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 03bc3894f464..571876558ec8 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 1a129e47a56c..41f349dd9c8c 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 70febf942f5a..6c4477abb3c1 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 7c7a8759fd49..0e3fc0f9232d 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 b3570fd985cb..c322faf2ba0c 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 a9578293ef5a..992e61be0f5e 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 8e2eadadd00b..b287abffd1d1 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 08acf90c3dad..5e239b36eeca 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 cce83e2a5677..fd8d345dd4d3 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 11d05f2506f9..6b324d2d7b5e 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 1d7cbfce388b..3d231e83b404 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 1ae53d7c1c6b..34b80f34a795 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 09a705839ee6..55ea76bc086a 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 d3f3e3df84d3..623dfd59877f 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 3a668d7d4c53..82fd27d93fa5 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 c6d7c38faa3e..c530bfacba0c 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 7568e4d659a2..95c72e111711 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 0b12b8158935..d00246b0996c 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 8285d7278023..698cb16a0290 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 b2a62a76d826..c3d6d6af3be6 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 726e788ffba2..cc88b9fce010 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 c50ce9a36c1e..6e0b4bc7f1a5 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 291026b0b02f..eff6ff7172fd 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 5a8517eaf79e..e5636a08f25a 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 a8fae5844942..159c18f6ecf6 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 38b549233bcb..802c57488ac9 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 2ed486a35d79..6c49aa271311 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 5cc4e6da9bc9..da2107cc8fbc 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 5f5ba716f152..1b17130b3c94 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 eb8cf77cd2d8..65ef2a9bc9e6 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 87c37c05fb32..bab95ddd82c1 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 03131cff3216..d69c6968b2e8 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 372f810ad05c..7003ffd089b1 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 5eb8d679df0f..00514063244f 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 fcb8ad208759..09d50c18cd7b 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 5f3e1442a42e..b09b37dbe091 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 fc0c86ad418b..c04e8f57459a 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 8e7dfd45987f..2b062933e222 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 b6d48c36f855..19c9ac8558bd 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 fcdc67b09df1..1737c5b1e81a 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 40d29ad66622..8249af33a389 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 f8228ca6344f..ea6ab184a7a3 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 b57bc23a7070..1c40d4a4b628 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 e4e49e2928ef..0bc623b3edf4 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 5848869d7433..27a4c7311463 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 8b66ee65fec3..ccdb936ce41b 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 f87a739fe401..297729343aa2 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 0b8a33c37876..9aa13d74e618 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 26e66b8a1d4e..9193c16a22f6 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 760691739c8b..3904d29df13b 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 4162be5a6d0c..7fab94068c4c 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 af85db89f3e1..e533df61a7ae 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 f9f8c90edf72..06986faef3a2 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 6c73989e9e72..79387df3b84e 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 8d9d1fd5024d..05041c0bbf61 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 fb20f81737e6..16fd36837540 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 ddb8d6f05eff..1f8815195f4f 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 90d7a25738aa..4dea19532292 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 d76c1477034a..fe7bd63cbb54 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 aa7681673cda..fd4d18c4a08d 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 da48636b9810..b77aa17fadc9 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 60214c56436d..61a70b55c13d 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 4418df0a7489..2e20c61eb8de 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 39c308cb6752..704cc7391dbe 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 fb3dced09622..e27cd6a1a737 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 78d0a7a7b5c2..f8c6b14597b1 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 1f94b98cb2f1..bff64a9c129b 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 1faee98ff318..1394ff808acd 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 e856bf434b86..dd986ab74d09 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 5dca647bb182..24da887a1e96 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 641981c12310..185c1704e3d6 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 4a33bf0321f7..0461fb44812c 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 daa02cf8cd66..806430ee6570 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 3ecaae842bee..bbab81f1775a 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 9b271187e483..f391795e259e 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 bddca9170ad8..182751715d4f 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 3d610d317199..ffa237dcdfe6 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 c01cf9618b0e..7b530aab86e3 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 cdb24408bc3e..9a68678f679d 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 96ea8b5ed5a2..754e1120381c 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 dce24b706ea9..3113407fa771 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 98cf811dc984..bef1310ff95e 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 4425f3102cf0..8056da2e0f00 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 45f4a97865ca..08166395b508 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 7ade404fff8b..4e2b45d44749 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 74e7f627e83d..f6e9df4e4cb3 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 14b424cb4728..bea1354869b6 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 4b47085cb33b..7e5e1d2e60d0 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 a14fa860688a..3f2857163ae3 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 36d8c753cff3..52d9b99e9b17 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 ba0f1d0979af..5798f8065e2d 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 488fd6932fe7..3021edaf190f 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 7759bca23c41..59baafa1abfa 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 00ad5ed0260f..9fd208055e97 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 0ec7af511e55..23f1aa910aaa 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 927a51e979a2..b93c65e56a0b 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 5e87b85a0b4f..52c32e251219 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 c66e4399d743..1010f9ced1d8 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 c5a64a893ef0..6e0a5b064143 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 383a65139551..0645691989fb 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 b376a80a26b5..e2e8ab0690cf 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 b9c92c8b2bac..897e9a02e4db 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 c2946f36b5c3..943f4851c92f 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 f343cd42d189..11ae6951d3a9 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 0d5b281fbb8a..394b19aa70f2 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 ba809e3396e7..583177e75404 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 7cf939832c35..c778fbbeb00b 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 6f8b2c327088..2a1eb3259203 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 ad146db72786..55eea9f824dc 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 ea8d56695be3..821860ce82a3 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 a65054f28eda..b899101067b7 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 04c488b6c236..1f642ed3bcc5 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 f65c3ab98e1d..80207c8d99f3 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 23fa17d36398..5b24f20773ea 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 5c182a86400e..5e8f67b10cbc 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 cc3c47e7c2f5..be5c65479c04 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 983e082b9da8..9bf1bcd060ab 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 e2acc5a402f6..63dc02f9c114 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 2d4fbbeaa248..d3fe9d93f4b7 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 8618fd55c951..e2305f7f272b 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 245f48c51069..858c681177ec 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 ded6af4c30fb..46b77be0fa1e 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 0c7fdb2ae113..54737b6162d9 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 3a26db59da2d..c3bc0c6c30d0 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 bb24db771852..89c37eae5d73 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 2d1a19ed4801..40e3237d013d 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 0673a2f9f370..879dd361dcb1 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 198dbe7fd180..a9c87a4ef89d 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 baf51217307c..81c4a3ee8464 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 667e4b34985a..15f1ce6488d6 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 9ea120446560..1a56b81c74e5 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 ec18775dbd8a..b3d433b85e50 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 516e78801a08..b5e304b7819f 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 26acf3d4fafa..64803f0115bc 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 95ef75505dfa..b475f7117d61 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 5c171f0792df..ba45972ed653 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 3bddcc791df2..c5799db2e31d 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 c03b9ac4538a..8a8baf81e963 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 8140d38c9fbc..7b31d09d9a1d 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 cb5a55f5e661..6b45fca7d31a 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 501e517a05e1..62f838559eaa 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 d30892811230..dd267bac6b77 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 0230cdaf451b..28565c7118c9 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 6d6dbc42d5b4..162fd3c42172 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 2c19d9b77093..a3b7f12cf3ea 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 be8ee2ea0760..338423be7562 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 4a4c0486b041..8c5bb8f5268d 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 e658cc94f688..34d7ed6b7ff0 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 cf0754a5aa43..d3fe50381555 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 64ee063d3884..7f7cfcbedefc 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 590f4d0b062f..d7636d54d947 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 13eea8173fd8..716c7231e942 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 0d76a0e465a1..a23cf8399478 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 8e67e8b42b64..91593484b819 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 a049a51b5183..c3bc7f79ec94 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 f2e1c31659a8..6146fb3ec8ff 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 8fb6807b1c6b..bdde7e51ee61 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 0dcae4da7559..1523dfcdd429 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 44810fb1a661..2ba689e424c0 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 ff61c8eeba91..22f5d3163762 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 74f0ecbae3ee..978cad15a3ce 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 8b00b9c45c99..dc7e950149a9 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 4582129cb34b..4dadaa20fdf9 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 37ba13ac7f65..508b678e075f 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 87092f160af8..3688188ab1a4 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 c4b8122e99e2..0b1c582f1976 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 50f851381bba..ebffbc659992 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 be884dc3627f..04a956c4e315 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 adb07422c3e2..eb19573af535 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 1c9b9874321b..0cbd70020f2a 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 5a676cfb685b..7364b7e1a4c2 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 c32f71337ac7..7f3c23dbd15c 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 a94293625a27..eeb66de6c451 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 7dfa8f9e4a93..9251ddf4ea87 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 3b8a3f2d6817..550167434fca 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 5d2965680dc0..d5097ea820aa 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 935ed22ebf21..6a22fc236693 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 1ceffaf6baf3..34876239ad7f 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 35298654ed23..5f6854cf758a 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 8871eba8ea90..53d612f26e27 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 c33031e09dec..6e9242e46859 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 3846f97236af..d617c0fa3601 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 55c7e927feee..90c187dd44b8 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 18ab1100e06e..c77b7a2b121a 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 965e1f081887..d4c533693f2b 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 ce421c8ca09f..d6234162d88e 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 c67c858d32cf..dd34a1695773 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 bda3e07a3d66..ca9c00529fe1 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 0a900126991d..0822c6e7ccff 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 63d02b91cabb..27c6f722eee8 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 b2ae5801176a..cba7493b79e3 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 a4467aeb6768..ef434ec1b5b0 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 541e40f15666..c6f96c428b72 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 9ca6c8ba3210..3f1eea5201a3 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 4f444d4fab1c..0e1b92c25596 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 87c9af584fff..fe98190d2914 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 508c6b667ebb..d153a8d4980b 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 dbdef6fc0ca1..f708d1fcde5f 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 ce8894ce015f..70a432b48420 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 b7b18969082b..064e53fea8a8 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 1a2a964f7247..08b20db823aa 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 aa86180028a3..0fcbd57add89 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 81f181a33e27..488e62535124 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 639c49160b1b..80ce03929dcd 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 53cd226601c7..1f32c2f58ea7 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 1a3869340479..713b42c05778 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 120f1a627c94..269127852ffd 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 6e11e6d631b1..7249c825a3f7 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 239946edad2a..9cc5417715e0 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 38db253d94af..20c38812520b 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 0c80ce8e2ba5..3e6e1750f9fe 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 073f78cad143..a59d641f826a 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 7377981c37c4..dffb309a1937 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 8204f29ec2ca..76a406d8f45e 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 1ebd0b7b60cd..bf032232799c 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 ddc9e13a6b87..af79278fb396 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 cafb3e43a503..6197b65c05a7 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 8a364eb8b15a..de1a967204f9 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 3c7d4bd6ec51..ddae54b5238d 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 3f4336bfeffa..4768a7f8ddfc 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 681e9ff2a84a..3565aedc0344 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 750d7111ff92..be4803b2e845 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 0d28818ea170..8ddaf8b7e999 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 ebd10ec93f32..ec5a37676b84 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 ec4a53ad0dc6..8819ab62d706 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 688d316523f1..fe4d25aa746f 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 dcbccf9089cf..1637b5ca2ab3 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 c235f40559f5..8e97b081abc1 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 1b5aae3005e9..13f657d31830 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 a795d791de40..704820be08ab 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 7da4f02c68b5..c5cf033c8a0e 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 3bee7a107226..63d20dc99277 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 aa789479625d..ef09642c7c88 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 8cfc66455315..a636e6617683 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 54443fb969bf..5759a5288933 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 2256853f15be..b6ffc521eef6 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 eb81a8cc3c19..5f7855ffdb80 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 e82ade53ee0b..c5dfc0ae3a8d 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 e13e84860582..0487b36620e3 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 5adae87cd92d..5144de845652 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 fa16b2ffefb0..bd7f6c23d103 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 db75d7106ba1..3eeb25197961 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 404eba8e51bd..13cc0fe00389 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 dbc9780db795..df920bfdb70e 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 fe684dc96934..46a20866d7cf 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 b96ae05915a6..079717b56202 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 e1218447409c..e7a31c0fd606 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 2b80b06655e7..f5522612a624 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 016c5404e7e1..9f232cec08f5 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 8d5a0c4ebdb2..36759608926a 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 97a22026fa80..61223417b4ff 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 7b96bae8a09c..88bf4b3d1a9c 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 d296896d37fc..3471e0d90c81 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 7fdb94961ac6..ef8e9083b6dc 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 a40cc7dab5a4..064e71fd9c79 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 8d4839d9f558..e8c127af87a0 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 f7ebd25e0923..5b0fe3e619c2 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 b4c62758e77a..4f924ec94d05 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 21f423470636..ed4b0c0b5eed 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 37c8273ef260..6b3515379c16 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 575ddbb11d3a..21f47375127c 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 88ed9200071b..da022fcce902 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 b88faf21a67f..b660b204eaa2 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 50a01d896eca..7b706d20519b 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 044534e70c93..13ed38c2855f 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 36b5799df363..09f184d4d6f3 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 fccd910a3650..e12beff76320 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 e72a69f56185..3612d544eea6 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 fc7945d43e4b..7c875a621854 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 174ea00832b0..249e61d65168 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 41fddfb6772b..12793d6bf8e2 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 bc214dc0e1fd..d17f09ef249d 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 1b2c55745463..7a140c8cd574 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 d982b7b61570..08f79839614c 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 67069e0cd1e3..a99d34ebf8a2 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 b194d651d2a6..b58a6a085ebe 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 d63b80d8d41b..bc3587c9a3e7 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 9ec059f9c345..bba5369fc530 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 9dfe1bf43861..a9397abc91a6 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 7f2e4afbde34..f8b8ea011170 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 a53cd8d96179..dcc24c3f88ac 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 60d033d4eec2..80047d43f341 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 ed735945744a..3641d5a24bcb 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 e79362affe0b..03bc1c8d212c 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 1261e015c55b..58b136dffeb9 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 510d9d482144..615b50e04944 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 4f8de26ac7b6..6f34f09bbd38 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 33946c18fc14..ed9c9dc1851e 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 b76954c3c560..b00416b218bb 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 9ea1f99e2110..6b61f7d4dd43 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 c403d0969324..a8011a23da0b 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 c015af25157c..b45541d48e95 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 7de6591e293a..935a8166b496 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 893098f826e5..7c41eb7ace47 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 1b7e3b6d1cee..a8257bfbfd0a 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 820b9a8309bb..21400dd3571f 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 457aa09e9419..111064bc3f06 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 0f0b808392c4..ef12294fa051 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 6aee49e78a95..c9648cc1108d 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 b5468e975e23..8b0597fc40c5 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 490d102771e6..b6c9fa8d1013 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 03ad778fb46c..4155754fccc7 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 94605fddd04a..b61721faf046 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 bf8f628f4474..1cbabc0850c5 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 136404c2bd4b..27dfb002ab1f 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 cc7fe0d3e98a..b4837d253d8b 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 9ae3471a5ab2..f4149fe62813 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 17e47797d98f..c3e72aeadfc0 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 122731efed4b..c460cde91334 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 dc8cceeb75f9..576bde567181 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 ca0d8359014a..3bd53a29594d 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 8ce082e8ecfa..f8fc89d7edab 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 b410a1246fcc..7336c3269840 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 a0c8a6ee104a..c0260225eba4 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 1638c77f2bc9..7d406324dd6c 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 adb2aab0e9cc..eeaa049ede37 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 399ae53901e1..718c6044b057 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 d7b67400f9e8..7497792dce1c 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 484d1f8b4f50..042b099ae9be 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 21d2335a3130..2ffb4888a2b9 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 923c0ad3cca4..9838d430472a 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 f0faea79aa60..d0fd400ae9c1 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 685e26354c17..43a9611807e8 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 b94cc174f546..2e24cca0576b 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 9079fd80dc77..12ac4ad711c2 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 89f93e1e9352..0e48929fe77a 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 f18971e7198b..23e60a51d195 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 13143891ce64..f6a7be1f1749 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 a05c618e385e..0857f199a6aa 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 796938555bf1..f9b16cff5b55 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 f68e7bddeb28..e1e6717a8a62 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 9a0885817be0..28fc28309e3e 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 73e9728fc952..63c20e83c32a 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 71c43ee0875a..4be14b9036a9 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 b5db71683178..a94f2492c67e 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 04d7f35bf5c6..850860b26894 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 8300c7cf8f6c..df1d7a586bc4 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 bcf51d60a442..4559bc083dea 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 6765a826d84b..61e24c2fbb8f 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 ab7b0408b745..3bf5c2a486ef 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 2f3067fd409d..51385dd2958c 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 75a1cf22b9bc..db68cb588c4e 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 da700dc3c7c2..810650425ffd 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 5bf8b4329914..c6b34888ef4b 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 4dc5469b28de..1ab8aeb65db9 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 fdac7368e5ba..bb94c4dc18e6 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 2d54ccdfc05f..854093205914 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 511b9d9ebc86..b9797baa1246 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 8a2668b703c4..c07bc16d14a1 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 ed3e41b927d6..7f351b24b6ea 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 36f81dde053b..b09dc781e6dd 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 0891c2dec816..576f4784c17c 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 046059dd0d82..2c845f216f7d 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 27732f8a2ac5..d9a7e982c672 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 793fd9c42f6c..e86ae446cc79 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 0b8363e5f0bc..6fcc2fc7378d 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 fcb3d99a39d1..c607c5a6ea2a 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 d22987bf2307..572dcb447de4 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 aa9c12617b47..e99aa916bb56 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 20491733f333..4208cc066fb4 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 c4a453060a32..e51837871d35 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 3939fe9e3a31..40fbea8549fd 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 df0ded958c59..e1e01f085f80 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 4f329848a03b..94aea34f2195 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 bc6aa6ff2410..a7bf29ebf923 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 a63fe97d38bd..da0f8f3b659b 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 f309f1612876..15ae1433f7cb 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 879a2e1b78d1..3b99cd6d25f0 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 4251d558bf6a..1711bb9a2a27 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 52fd7b34cf9b..974a74217bd6 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 69abccb0db41..4df073cd8122 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 d9c723563260..4a273572e3a3 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 9c053eec6022..aa1254acfac4 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 6fc5b57c7e2b..e81bd461c330 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 4281915207d1..e1d570b3bf1b 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 806aa2a3d6b2..dfaacb544fd4 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 f3fec5aa2831..f1549c1b4440 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 397c379849b7..fdf103b0ff04 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 2ded99d4af6d..493233b3b566 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 e739cb7b9347..f5db04000a63 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 3a3c3ce50eea..701f15eb6078 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 c425cf657834..37d30315c0e7 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 ea5f03474116..4e1a5c6e6bce 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 dc596fb7cedf..09300db057fb 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 2890adce588f..50565d2709f6 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 fbcfa43f0c58..debabe2cef53 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 6718c8dab2c4..915d7a96a9e1 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 7481766155d2..bf5639c80c4a 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 2d8cdb0e504b..c15bc551d5b5 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 c633f5a9606d..a9b32ec83ab7 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 465704e87257..e0a7a4257816 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 b84d04119a4a..50f4f7812701 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 b933443aa0ca..33668ab75454 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 e2bc6b1848f4..a644f9c5e92c 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 b24e74828f68..0e4e06f55d03 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 ef024921a28c..cfe121503228 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 93598040f462..6a5a83e78e0d 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 a34030ebf029..bc5cacf4ba79 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 b6f867f2d7b6..522fcc4dcdb5 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 70aae22ae7b2..f6bdc9d6eda9 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 3684984fbc87..160943bfcfbc 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 d35a579313ce..2bb8b826a8da 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 befee54ddf44..3b6e0c58e531 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 e8e7ef8155d1..fcae17ecf495 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 854c6c8f4d3f..9572df3e40fa 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 e68f38749941..d18b68eeb3a8 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 bc1dcc10390d..d9087c53e44e 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 4d70c47b9ddc..13d953424f52 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 cb6b800853c6..1eba050a9223 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 864555dc5c64..d6a959e2f36c 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 5e3b53e82c6b..48f74d1aa605 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 1aac2ad555e3..74f37752fe9f 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 201e1666be5d..9e08e34a0856 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 51db58681641..113428feb282 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 712ab2d654d6..79d546e640f3 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 ab150ef2e4d4..060291a36834 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 7cf2dd1ece71..73cad38f9628 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 8225278b31c6..ecfeffa6410d 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 e8121d7bc18d..fa30c2c759fc 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 ac1ef08db976..7b67e9531a9a 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 0c9bfe06cc20..2c716dccf6a0 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 b37c5799861e..f0bb7545d646 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 03efcb0b2c35..662d20c6c5bc 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 99c18679bbe7..541674d0f9cd 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 5d1e58394be7..b8177347dd76 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 add964bf2377..dd4c693ad200 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 33fc8603ca06..b2dec96eb51a 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 c5eb30298b01..84b5dcdf7cd9 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 ae5695d81062..9a4c28bd2dca 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 48799a8e7896..4bdb3ccf8ffd 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 c8585f146f7c..b014ec986b79 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 e1d955e83df2..45c6e0196b85 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 ef808e1b8f06..500835af2c1d 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 24662c26cfb7..0e49a1f7e7bb 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 0b82df8f3059..4427ef01c887 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 9e82d67d4700..62312819fb16 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 81d9b1ca66a1..39974dc84f01 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 49997e9af40a..18ccea947538 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 07024d3c050b..514b59831d32 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 ad2d6cfb5772..25223ce16a8c 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 729f6bf01860..e213aca5e152 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 b59ebdba0fd7..e14659a91c33 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 0edc9ebaba70..a5b309e6aee4 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 8c3e3f94b0e7..6faea7b17964 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 3575ae003226..36b72b5fdcab 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 c5f204beec0a..8b31734d4cd8 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 9a14a82a155c..4ad5669dae70 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 6e7cf0eaa3ea..ab560576af1f 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 e90569a805c9..c734bcf332e6 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 c4210d50d004..02f418d7ae00 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 385a4faf78da..91cee387a4af 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 adc4a4f77cac..b96522a67cef 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 fd4c135918db..ba3c9547a06a 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 3ea6db96801f..3ff0ff31b7b3 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 649a0279d111..d8c23a2c60d8 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 ad741abbb038..78a9d05f8020 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 ad254bc09607..f3162c63a79f 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 52972bb96b20..9c50c1ed6661 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 5ff1522960a5..78299e228c2b 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 923350c3d436..11d5ee9be913 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 31e69d4f9a4c..850100b3891c 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 a92c302bb6a6..087820d3854e 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 3e8b83b962f2..eb61abe71930 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 50ab22127f2e..0d6788592380 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 eb1f940945d2..389f44163d7e 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 95c13e353ba0..3b7efe6882e6 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 bb11e646bf6a..7019a87f5611 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 3d7a2a5409eb..17dd565c3cf7 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 1eaf58178226..219c078f3388 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 5a1ff4664f99..e24f659e20c4 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 e39d3d297e97..2cf6fe11196c 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 f5a8bbf7e47e..7659038d5bf6 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 de94afb7b982..3e5fb89ec036 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 429eb2413e5b..3514cee56f45 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 0915a99f7776..72468f3f4e78 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 3bc04000e9f5..ec4357bdc085 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 8d264ea42df5..a03fde460909 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 47ab1b647cb1..198b9798de31 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 09530e02ae7d..a6698ae96a08 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 1721220d6446..d5d12d59606b 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 c71ee8f1093e..6ae38dac7a11 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 098c68d2c990..2de6c0426209 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 e54094eca8f2..9bc27545150f 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 9f0cf7d57be5..7e5dcc9960ac 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 66f6d487d789..306cf3830e82 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 a4ad74d19de2..2648105e8639 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 c2393a710c4b..2f73e2c9dd53 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 188cfc9ad710..abdf452c02d9 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 81ef0b762266..86418579ae47 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 11eaab700c3d..e12e1e45a711 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 795a53a9d353..1c710469f002 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 3db769147669..fe044c05a814 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 432e666488c0..ff459e04ff56 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 303108dd6706..8f8f39295851 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 cbc73a29e973..c714ab215be1 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 17b156516392..1e034fe6641a 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 8d976cc4115a..456d3e8ac1af 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 dd251b3e5e11..00c176e93e9e 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 a8d03c4892f3..7ffacdf1599b 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 a38a7007b019..3e740601755f 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 54e6e5c7c725..773863156fd7 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 dcd41ebefe32..bb76376a76e8 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 461e083f2a68..e8bdc6868b59 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 f48a6d417ee9..753572fce037 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 dfb8eaeda2a3..283e38293916 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 e17264c24f86..072bf05ffe8f 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 a993f2311756..5d80addd2c0e 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 853125ffdf96..f35a610ddcb1 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 9ce10154d945..dcde2cede588 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 b3334f8e3f4d..3627d5a8bb25 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 8be5370a6a18..2ef1702b278d 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 8961a7922cd1..93a48cffefa5 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 aeee35722a01..1a560bdf8ba0 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 ea899dbaf087..e88d65c8bdd6 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 8c32f0f01de6..cb061a0bbe42 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 ba9703d2c5a1..b45a398b7b05 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 d3d9ec6d7f81..89470f2d3f8b 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 6f356fefb434..0246108f1660 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 72d3d42d34b5..a733b56ef4a2 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 ced37e1ca608..c746c885d075 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 ebf7307b6742..208f5704a0b0 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 b5548d938a2e..2a5aa07258f4 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 f8d3bc60a60b..a784712406c5 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 95c41f058681..c7faa08c18a4 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 22966086c1bc..c3a0ace261cd 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 6eaeae880c4c..677613d105d1 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 f3eb596bf988..daae8873c8d0 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 af3d151f9569..a5aecb06e259 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 01ca25d13ca1..82f0b97ce7cb 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 eb831539cd05..87f0fd219aba 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 3bbc4711d109..113c1e79f28e 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 6384ae2f805a..1d61bf7825e0 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 73d73910ea8c..a415f276b422 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 381fc12b15c2..535634c9b06b 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 3713cb1d92ea..ff215f730a97 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 9dbc3835c8ac..5e76eda3f8dd 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 11c7980a5528..cb7df325d4fc 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 47018fd52b4a..d04eeb336c29 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 7acdc17d939e..e3ff22314719 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 2c3fdb2a38a4..b840332ea8d2 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 776cf2165415..51466d7d7fcd 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 ad9ff00e4e62..7d1bd392d557 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 76b8a98af94e..f36fc1202c49 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 e4881a94272f..042a6d425fc0 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 8e7f369ba77e..6dc14e787a0a 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 dac1ac210104..434fae7797a8 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 cf1aa94b5073..b92266579ab1 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 e8f4c1511e92..abf0df019463 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 f869a624610e..6711f862c6ae 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 abdfb74dfbe3..3f0c4ede54ce 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 e279f84e7023..0c041f8afbe7 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 cb59930b19a0..b62f18c60aa8 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 e8f69ec6b64d..287ca238117d 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 c0262e50c388..0b6456aaf3c8 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 714520d63a24..d9b829384ba6 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 c3a60b3b441c..ce9d7c165b61 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 9cddc92fc3f3..b7a17212cdd3 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 66416a781286..0c8a39ed3954 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 9ce73fe94e54..fc8b819f9741 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 4a15a2dbdc14..dd0b061e0086 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 842c08db892a..d2f586e3e365 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 57f891df92fa..ba5b1b8c7f31 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 0ea91eb83d8e..1b5132c78a1a 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 e8286a5c16c5..b2f8e954d199 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 23c503ecb620..852db78622ad 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 fdcb4c4d2c8c..c004225ad330 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 0bf1ae23a8a9..156da65bf375 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 58c73a352ad7..e4c4d742fd17 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 9682937d387f..baaa9192832c 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 e6eaacbac9bc..1705d15d92eb 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 abc93b16ba85..3e5ad1c0e728 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 beb289a4848c..8068de8241e2 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 61ad788ba643..af4321758fb7 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 73d2975ef21d..81df89b1d83d 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 b1a7d4cce255..619bb61c8019 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 15d700e39f81..2bad39e1900d 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 5b8ebd318f54..7ab58298de4b 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 a32b58839555..086c114be2ce 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 98b7ef050f08..7a223c7caf53 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 abeb4212ca4a..fb8473cca369 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 9af0756193f8..110c66313e56 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 27ae30215148..d5291b09fb06 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 30c5e0d59b57..6a441a601be0 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 eb9f39a61193..6ddf368c41f0 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 8f9ee8fcefea..9c6e40f5c9b4 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 51b1dd6c7ae4..e26999c00214 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 d499bd42bc36..15ce47356bb0 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 37851cb9b1de..a1684bd2ee5b 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 8e069826fe24..c7f34eea74dc 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 45e3a03f53bc..444e195b8016 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 25de9886b156..1a005f0f9c1f 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 d39daaa9dcd5..919fcd4bbdcc 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 6fd66c916370..7d470cf6aaec 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 ead16fcd0fdd..c22056f40c0b 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 199fa5ff4fe5..c08b6fd4a851 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 a2c7a7d1d9d2..b1074b5e2eee 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 ef3b9abba955..b52f7370dda8 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 7cd5832b77e0..17a86ed42f09 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 9488a8d41f55..59077f37e06e 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 a3101eb3a4a5..861c6f0e0321 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 54336bcda8bc..bc6423e67a02 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 ae4d014a16c1..b00f99d04e99 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 5a5086d6be75..199331e2bf81 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 04ac1f58bdfa..4f8a2545347b 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 7f00acf8d173..eca8e4f1035f 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 3153051248dd..0a20ae7b9737 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 45631781174e..e84cbe45a965 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 d9585c9d9f23..4e380455d2f3 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 69821022c685..fb2a16b3327c 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 ecdd6d832fd9..4a6dd5d324e2 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 291a8d00c045..9706135be870 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 680ed0d766fa..4ea6ee1cdbf6 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 65de245feb00..5383047d0e29 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 17187990d31f..a4106e224f72 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 9f82d3467384..a6e4e92d71a6 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 dd676aca9f4c..a926144b678c 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 458847492efe..1f7a2c6877d6 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 a602f255bf78..b896614ac837 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 eacddd833906..7a99bd0004c8 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 821c72d68cbc..b58221738fff 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 1b099a6e248c..3d8f4ba28de9 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 10da62d7374f..2ebfc2c6e837 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 45e4b9598308..02988efb59bd 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 fd630cc6d775..56dababba998 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 5a8043e6c4f0..b358d7230bae 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 44886253bf27..f63f7dfcaa82 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 e7ddceb55a95..f7fc4bcc6868 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 3f22961a5659..ed93fc8084ad 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 a04e0400c70e..f14776bc830a 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 763dc907494b..b9e878efec46 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 b21ab5a6c728..cab6c738c98c 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 d6f0a8449422..a8796e084259 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 4437fef82d85..b14afaa15860 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 3679e9282eb5..ecfc3bd9d39b 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 a280c9b0fd24..fa6744974951 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 b53b7fda6cf3..6cb8ca153b87 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 fd18f9e5aee3..9efb8450ab8e 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 76354d78b69b..02b5e80ab1f2 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 9c533fcd74ba..3eeecb17f163 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 18b2cbfe2473..c60040f5a1e5 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 d5be683b5d37..77761a948078 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 ada98c60c880..fb9c39a3142d 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 114d6379ff5d..be7ccf20aaf4 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 23d56ac3ab32..563d2d07eaf9 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 3fee63d61623..c9b8006eae8f 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 3631ea4cc005..beef6f5a7e3b 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 2d20d468afa5..f04955b7302e 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 9fa255f95188..dbd75523c9ce 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 2a3edc5ed965..bd94b01acd88 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 e8be1879dcf5..c0e393310db1 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 2a05c3762d16..1bb5f0a97f90 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 e7d2eca6e9d6..52f29a2a9a62 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 cc79598f5eb4..0282ca0fe4c4 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 34594a92cc85..87047e5e4cfb 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 6d58f95abd33..54c5366b2b71 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 41c5d991b5df..3596c0fe7610 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 52501107ec4d..b40db0a8696c 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 cb96355181dd..ecd556ee8e5d 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 9cea37f2c453..bc5b62a14558 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 b5c6bd7f18ba..5c8130ac7341 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 6c7e859cdf07..2edf5907a171 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 ddabd969795b..495289678091 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 a177ae5427f0..66d0c7738faf 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 9b0b85a85cef..77cd63bdc574 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 64a80ea1a9a0..c7a822b25a8c 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 542b258b051e..91d1476e060b 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 7dbdd603b34e..a9b06a8004cc 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 ae76fd909dd3..8e036950d0c6 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 045f90afccda..996d2d5b6a1f 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 88e6724a03da..dbef86be88b9 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 1f1dff7ab986..96daad366ced 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 b9e21bf4a200..929ec5b04ea9 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 ff270b5887f9..df7fe880cdc3 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 bca5416f0565..6fe4bb38ff73 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 8cb6a23ec8e1..851439b26c2d 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 c199705722b3..2ef04fb348da 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 f53066f751ae..5dd501a65972 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 5ee06111350a..9a42c95c7910 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 50d61a61835e..f713bf1defb4 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 e2138aa84a3a..81af1947427a 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 45417bae4d30..fa87ea80273c 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 6c4e9056b7ba..b4e2c942259a 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 d3ad021b7067..5e165569fa19 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 6925cac50eaf..925b320b3ca8 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 aeb41163b40a..5aab9db9af2e 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 faa3ed4b1516..9e31640fffcd 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 812b6965b6f6..00548ab97514 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 aca7850ab4c4..ff82bb08f607 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 e4d85aed7a22..d712506c06de 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 9865e912f0c6..4e995ab27231 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 7d570a520b77..5fac393af29c 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 e7b33266b4ec..271d06978f98 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 13d706b23ae1..635d0b5ccc62 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 f4f9b34dbe37..b4301f0f8dca 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 de20e7379e76..e494f22c91b2 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 a4a784815d7b..f9694b8b4e0d 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 eb1608827dbb..24666c3e48c2 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 df8fcece036d..c60e8d053b8a 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 bc3b7a0f330c..539fca95bcf5 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 3a5c030a17af..cdb15c21debd 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 03db2b220adc..aa4203c662c6 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 342beed3b89b..2a3d74ab9fd3 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 e47e1ae84b30..54172317ce20 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 76dd25015439..40f3579081f5 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 0ff91fdbd1a3..59eab65ecae6 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 bb22b0967fa3..f8357b62a2aa 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 89deca3a5fd7..347b1204233a 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 878674d9e6bf..8f5cb1f01a11 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 e1ce7c858428..3daa7ebc98a1 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 327b598f7ff7..2ef434d2643a 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 90880cded04b..43e5e0818797 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 fd4de9bb9919..45ec64a923b9 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 d2eb460b6abb..3f2d63304e6b 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 98935437b156..d84accfe6e7f 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 0bc734b7486d..b4b9f809e94a 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 b890e2def9b4..dc96625ac6d6 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 7235b95d7023..db4a9f89ec2c 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 7f6fbfe1bc31..bfbd4d5c4355 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 2b4ece207828..ac382b176745 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 0e6e6a10aa4a..a30078f7b49b 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 cd5bd0b7c344..9e6ba74310a0 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 08d706c149ce..e08da4ed8918 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 6edceb4412e0..9352d28602ff 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 17a8510b49a7..885bfbe93ed1 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 4209008bccd7..02bf2383e583 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 039f18ae1724..f2256a175051 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 5661953d3b25..d6b1cf0f25d2 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 2b67f3f98c7e..c212fe71f94e 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 ce241959dbfa..9d9f23d7b221 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 52a02e0d1a5c..8a2e53aa7b14 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 f9b20929131f..52da126bc196 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 68e016acfdd7..66656e8db1de 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 147c96650cd1..5ab13746d35a 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 3e8ccb6b9244..9aae3b8cd42f 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 4d4f032e018e..733d4e563881 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 dfefaba289e1..249925abf439 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 9c9c6633bc32..7c47c39674b9 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 ad1236ac7481..d9464443d921 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 48d6ad95947b..6529c28ba4a8 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 76cf2c229a0d..9e1ee8096c0d 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 15796df5fa4c..361cd44f85f0 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 7c0a82646514..fc2faa83752e 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 c6a24fb43165..a3812455fed6 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 64f59fddad6a..27390958cf92 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 0b46b3fa30c3..1705bbd8db6e 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 a9ade40cbd35..b57394789457 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 d6d95aa97834..633285d60d09 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 535f0affce25..18ee05dff98a 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 572f60d9ae3e..5225d67229fe 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 8f755f5d1dec..86b415a88673 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 45a4be83379a..cdbe0edc9876 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 187f7c937ffb..31b3e4553a40 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 da519a45a17e..3243b9e70dfd 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 84725df5ad77..bbfe2740f98d 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 f3b76c89c43a..98e6fa2fafe4 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 7cdfcd22299d..00354cf47090 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 42011b00dd28..4a9983a34f5e 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 f4a051572716..7532b3bb61bd 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 ac04b8ccc0e0..79b127ab2d78 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 ad440678a95c..a09f843c2168 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 68b046050da5..dddd86014db0 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 e68a1add895d..16fb77312a73 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 4f99814e3361..5b5a7256df91 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 580218637f08..0f3d9af7db13 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 c5e44ccbae0c..dacae1d53c75 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 b9cb3c738621..e92621a84338 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 ca6491bf5eca..f931e4254a50 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 5e52fc87bc60..b5720a025b0a 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 b2316ddb54f9..7fda762ec6c7 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 2c7a671f8286..ddb1db5cbb51 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 520f28891958..f620ff76db7c 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 c290ac7731c6..919f9ed59edb 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 704378123e39..7f850c4dfaf5 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 753a0497afea..f420af41d8b6 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 99743b34295d..60da984ba1cc 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 95c8ad5682b9..15fe6b333475 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 b2ef9fe3fde3..d156e1af0165 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 40ce4328c63a..cd9d6ec35bce 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 bcab9a5b8129..7b7463d84aad 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 cbadb427c669..7f07c30862d3 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 90bd0c494da0..12ecf3549136 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 f08dfed16985..451ac0ff3c75 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 c103317e81c6..e8065e254d68 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 a4af5511a6ad..6dcbd5302794 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 39193fe27deb..957a93d261aa 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 35424a3a345e..79f9acc6b0f7 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 c97b71a4ebba..150f47dd34c0 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 d0895f18af9a..e608c95a2d74 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 62a9a9534f7b..e01868d14ad3 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 6f3582b6c0b7..790fcb22911b 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 743895292220..de432372b24b 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 3ecf8257a1a5..7d3a0057855a 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 5df6e5dde37e..b86a9f589c09 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 1250498e733f..348b48cad01d 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 014de5898aec..7c580b310bea 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 ee5e96e25635..e8684e6f4bf6 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 6fc228b729cf..5c8a200d948d 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 bde4511fd55f..3bea68dfeb3d 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 b55896d637fa..f93101600dee 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 3f2185eb96ae..03e3767aebf3 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 8122db717b00..e5140d5b713a 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 de17b0ae28c9..bdadeb126634 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 b5325d82567a..a799f9f113a1 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 f7fe85011c4d..84f030aee3ef 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 1dab57185974..3b63954f0f3f 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 eabe88cf4a2b..6f0d6387d9a9 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 3e1d6c189b68..bf6ab6392a91 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 0136e972468a..78bf1b611470 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 72147a04a033..0b13d9381552 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 90b6c782b03f..9efc6e4aa092 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 f1f6001f0045..99455944644e 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 cec515a8a8e9..fd59bdd0cbe8 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 675affffe1b4..789ba74f082b 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 f306b62e67e5..1f7bc2c0dd55 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 6436fc846bb5..ae0c292c4283 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 4b7e19f4e993..30657a9e2b01 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 7ec45d4db1b6..b9dae031093c 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 0bda6f1d5ba0..98955e86f615 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 6fc74377a177..de1b623aff45 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 5fd36e8a770d..1dce47b8f6b2 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 238e0be3ab6e..3d64ed6cfeda 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 f3e269e1e93b..dec0a6f59005 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 57717ace6b93..e8681d3d4c9b 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 4db1c0831fb3..dba60b84346d 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 7b75cf7b3f39..1a722234c324 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 c2078cd84b05..667e039137f4 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 9172e67efdb1..66e0233dcffa 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 548e0f505dc5..d38aeb1df039 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 9191e5a4c2ac..7607ada004f2 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 4fdec5b00dda..52b45f7490a4 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 1d46cf928e9b..8fccc35552b3 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 83bb540b8b5b..1fa742b131d5 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 4296c219dccf..7cf39ef457da 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 ca2d23df7eee..bbe96b964418 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 d2d802f747ba..131572794dd1 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 78ea63c2db33..ecfcfff56c56 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 3980e62b44c4..77a41b9f92bb 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 50ae06bdf27a..721297319dd3 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 a217c13537d1..9997e883168f 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 e6ccfb29a46a..cf552e5156a3 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 ebd66eab087a..2039b819aa03 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 40ae5f8833b6..0c3c4d479fb6 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 70d8a1245706..a1d8ea0cad2f 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 86cc1b4b0043..ddbbd84f8f23 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 afd4dd1f065f..3fb6e98ab1ff 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 d7817f89078a..d2c71519df4d 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 6744b9e1beb4..5568d362fcb1 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 c85562511993..9a72da068814 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 d90e83b4f0b0..b8a58c944164 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 d734418dbccd..0b7f6ce14c87 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 4cee3da393ea..801593d3dd8e 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 0078b1e9dd3a..310581edd80c 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 b1d716f70df7..92b8c9996e58 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 80c1572e246d..6e4b88751f4d 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 e875d4a4e0db..82892f9b0f24 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 c5a7cb2526e4..ff7064e8b7cb 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 2aecf69ed861..d77b435827d0 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 41eeb124d958..a0cd1afd8d54 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 3a30732cd8a9..b66d07d59f5e 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 0097cc316cb6..399418a2316b 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 84ae1b5347f4..0d728b23d19b 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 f73b13c8cea8..338891723439 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 823d030bdd1e..291d5568d841 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 870ee3591fe1..f642cebda249 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 b427b5fed00e..a370d91b107e 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 eeb82a99f62e..ccc2cbcd2dd7 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 26e057ba887f..3147d5839bc8 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 3446c10e4c41..61505c0c9662 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 8e4bc243ea01..e83f3d02316c 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 90d44e33f652..ca9027b64439 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 34e1ae904c5b..3ee9d0dd1f6b 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 1a35f168c922..f450c3b67452 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 f49055f7b2fb..fb8d9aebed77 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 bb836c5e1543..174f3568155b 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 c5541fb69431..a2012293fa9c 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 782b0849be51..0d5590f380f6 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 f4ec07186bee..340fa0b1fe91 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 d2503bb53656..72568a9c11f0 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 6f8c814203f3..10ed5b235145 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 bc26b7d968cb..cc89816ea2a5 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 b1cd4193b7f4..5a19445b23bf 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 adc0598c64ce..0cd3ff0a9596 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 ac452bb3c9b7..7bc696b0db58 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 90fc504ef995..7ad617c105f7 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 9d77555f260b..bbe953eeaeea 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 82fe09c19abb..b6df78a82955 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 024979a0f5b1..a89009960f70 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 42f89e2056e4..bf9e3dd2d497 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 f68f3eab7db9..72c224672866 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 61e136d1dbcd..7c4e4efca33a 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 44978382e139..b8931cf15941 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 d9aa7f174d79..27f27be6422e 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 43ed598f90ae..aacbda9c9275 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 8539c7a64374..c6ff055dce73 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 b64c2029022f..507858ce47f1 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 283f273694fe..41c1f400e13d 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 330564eb007d..26cca576f0a6 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 e089d1147a0c..9d66250399b0 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 35f5048a66e6..b97f18cc5976 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 04d13a27534a..9aa5eda36098 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 2db1f2c82e8d..d250e6010f4b 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 4a40bbf6e15d..45f41d7079f9 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 f531babd6cd7..d98703b76e81 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 881dbfc75d19..83d9740374e4 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 7515d5eb1d5f..79785103cf84 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 357fff09a499..19a0d6279f8d 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 c16bc3d9a59b..d7fb29ffd425 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 75fe3c3cb6f9..4929dd421e0e 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 3ba76ac33be1..4c22256a6dd0 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 fe5871779d97..b8bcb5168515 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 a2b355bba1f4..6498a6ec12cf 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 8adf65e57e4a..0d539eb163c2 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 37f001f3967a..1a3c212a0e4e 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 c944689b0ac3..15f17ea33f02 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 e01261f5f36d..0f97052ccccc 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 b6cf687e4877..90970e120cbb 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 2629a103f01c..b9485e2348c2 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 40a34c8d5eae..a94d4f303f80 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 0bcab17cc344..f389864f31ed 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 1dd318c3dd20..f92e2424b9bf 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 483a206e7afb..2c3a6f0d8523 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 c0051ae62c50..dd61def19f5c 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 63a94ad9ed94..68785502b7d5 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 70361acdcdc9..f375c884bba8 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 ec310b08793a..5717b647cfa3 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 3d8a752e82c2..82649090ff1e 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 9cad08f569e8..ebb94fbdc187 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 72501dac47e1..13f18268a38d 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 7ef89f1105aa..bfc8045e16cd 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 8b9af422c5fc..172e8c2b183e 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 fb21c220982c..95c3063e595e 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 de81c31de2ea..c3f8e6bd928e 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 a2ce7b0b1332..abc77b324ac5 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 51a1f79a0fd1..faabcee076d3 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 df80afacc73e..0dfe76f6cfb4 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 a62f5f6c6ee1..1d96d1696120 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 6ec56822f7b7..136cd18f9466 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 37e4fe35249f..c2b0a24658ab 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 ad32debaf0cf..8f6a41f05ecf 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 4da17501fd0c..8a9bcd7fee83 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 8ccede73bee5..8d2fa52f516f 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 b117dd8c4978..171ff9be7037 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 4580afdbb6a1..486547e03fcf 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 28364ffba9b5..56fd8675819c 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 4d44e2a4f56d..bbc29f9ce924 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 6038295e5129..b948badb8b1a 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 d20aec5da266..1d248c51ec18 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 8d15d0e12605..1d9a43b3bc32 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 2d8c0c112de0..0377898999e4 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 6f7b124e2fd3..7e0c34fce693 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 12b644bfbe52..9665d78fa601 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 2583fd3f6860..54ad7464c32a 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 3430c42e93b2..23226e1045c8 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 966e640fc733..073a37687598 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 4524a69bfed6..1354df1ae06d 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 3a68da1b1ba1..481fcea7471d 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 92bd9e12ff73..4f2db44d0986 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 4a84487198f9..6bb12336db45 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 1d1269751de2..a96cf6fcd628 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 a03b3a94b93c..3935f5c1a83c 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 810314913414..c6a2dc781f1d 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 af888cf95c39..57b32fc2d246 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 2fbfe2647aeb..781568f8277d 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 a67dd1409446..137420247ad7 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 491beeecf6c2..39cb0b23dc44 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 6c62f37f9fac..ad3b5108e8ee 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 da6d53b131fe..94b25b324242 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 4f86705d6248..2ac185299529 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 ebc73cdfb4cc..2b6db4123a82 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 8e8bb1a12c2c..59f07d7a9c7d 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 52b2112f3576..3a27d327e9f4 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 faee2099e169..0411c915aa07 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 949ec179e57b..8459cf464e34 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 bf5c93d3cc55..e64802b09c92 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 ab6843d7666a..8cff454b7e5e 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 250146dc03c6..b8a9f73b68fa 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 0f6d657478b3..bb443be77e06 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 55addc4df18c..510cda02ffc6 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 7e728109a7d0..1184865d1918 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 cfa2ff73e0b6..a4cfe78cf310 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 44813fcc8ff9..9e84c1ea5ae4 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 72fe8d48d445..bd2d1e339347 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 67fc85ecf8d2..09ac5caeb5ba 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 0f933530526a..ec741cff7f3c 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 251556f9b233..1e078bd90fde 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 ba0137fe27d8..6a17dd8aa5ab 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 14b35bf0d1d4..f8449ca73e7f 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 20faf7d1b27d..4f6a9328d422 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 112f46939f90..8d521595fa4b 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 7cdba8210b40..2bbf21040741 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 1542d0662e60..313cc7db8ab5 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 3b5938735413..4e0fe5564fe1 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 cef7da842ae2..1c1a6c0bf252 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 844a01fa35cb..3e0c1309a944 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 971f0d195c93..e1792c82e640 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 3778fb428be9..fcaba250dffd 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 7dbb92199174..2830c586a9cf 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 98cbe4b44c4a..fcf9ce748964 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 8a71ad040e2d..23b6b4f59aa0 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 ec0ca7ffcd89..d5009d03a4a5 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 218f68a8b4fa..952d6e409c4e 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 86c63210eb74..4a71e46701c5 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 a09cd9e15f0c..a8876254b8fd 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 85d43fe15d30..a38928fc75fb 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 f516fe252fc0..c4ccc7b53e1c 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 3b3dab4e5e22..329eed7cbd86 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 b8696b6a07fe..d9d352c53d3e 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 8ef308af9d8f..14c0c539b8dc 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 601584d6996a..570cdf94eb94 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 f22090fac7f6..73b5b5925841 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 f988a25c3f8f..f34d798316f3 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 143d095668de..7b667ea8b972 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 fa06bf6a63c1..c6e4179b5127 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 e40066f18450..0cd0caf6bd6d 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 a3fb9104a8d1..08575b5b22e9 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 3cc0ce4a87a9..6bf3a37d40ec 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 26e919544501..9e9118c6a1e8 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 bddee358a011..33709729ab5b 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 0c5a81efef6d..884a1eddad0a 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 627ffb3be973..7836079ce300 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 0bc4f2927a72..a00a7ee331b1 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 4efbe6e15392..95e6efab6fe0 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 4001e91961b8..f2c5290c3c1f 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 9b16e125e2a4..a2e4daa059c5 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 142533a54e9b..95b4dd9eab5b 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 7691df9d8c7c..6f369da73a4e 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 3d440d3a2fc1..54eaa9f80ff3 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 8190ed45e2e9..11a81f827d7c 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 de94015fad19..34f7b08c2173 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 74b11518ba96..311fb9e7a05d 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 059326a2e9e2..a0050e7e4d2a 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 fadd1300e212..ec4d29330666 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 80ca9f919331..aa0dc410c412 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 40353734710c..0b2e56ac4024 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 87470cde3591..fb6d047de7f9 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 5fb9f6b24196..e3d927af3ba7 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 cae4173ff11f..15b04ef27385 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 dbd948290e3c..3e2184587552 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 9d422aec4838..aa6dc6c0fa55 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 08ff652eff72..2db1fd4f8a17 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 2ed12007ee85..188bf6b8577e 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 5672ab2c781a..22e10971a9e6 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 0aeaca11e67d..163c8c3a9521 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 1ade2bd0e7c6..6c402d500682 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 5cac75855696..0a47069f10ee 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 25f5d76fb499..fae5f8e2a9eb 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 a5b07266beb1..ba434902bf2e 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 7be036873e7c..4fae27e41fe5 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 6e8e08715236..c9adfd24145b 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 aa4f72f68345..58327023f1c9 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 cbf4ae246dc2..a1ea8b2cc4fd 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 ab9ead4f27a9..8bbe6d06ca3d 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 fcfb65de287e..eb3b98ceb02f 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 7b4cf10fa36d..113ee0f808fc 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 bd38502923cb..24c25ea28033 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 e5484e6b6ae3..744f559fdc8a 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 7983fe520a04..e0154e8aa137 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 6741fab7e8bf..fedb0a8619b3 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 a25baae270f5..de75e22ccbf3 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 fda4b8f40474..4b2e53cb45b3 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 a76064700c6a..7a82a82a369d 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 19e5831d817e..4d35875b4612 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 29ac7aea83e7..1117f686a99f 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 279af431c5db..f1a8bac86bfc 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 1ae43761d0ac..aa4c2d315fb7 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 7e54e93152c4..30064057b414 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 59ba916779fb..e966b19c8d39 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 069f8cd6744d..57426bba1dd3 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 9ae6fcd0bd66..72f8a1338d42 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 e2a8a255eacf..b9edee716d80 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 6fbc4d12969d..255e75ed3417 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 fce9c4846941..51b06892f0ff 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 24d3b39862bb..d41d749d12b5 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 0ef5fa7ba98e..b984bf8b8de9 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 682ccd5680d2..2153f92deddd 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 955ae8efc4d8..89d11f50e13e 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 589e56043870..7880bfb8d6b0 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 4136865d2b8e..e8eec35d09f8 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 8fe9e2109374..7e98bf2ef418 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 e4e52f11def6..b4de6e3db6e9 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 b7880c1f762e..8df9d2325a21 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 23902f400745..d90d8c6b2b14 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 3e58d88f1c99..5a3edb861e1e 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 078cf6678607..5a299684e9d2 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 f656956e4ce0..f5ee0f3500b4 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 863531ef9cd5..2c92310adef6 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 f5fd2b7f67d9..b3d9f73adecd 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 69257f8db162..8082f552dd17 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 f39e4c1f5cb3..585e217978fe 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 202a187dd0bf..df7529a806b3 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 89f42d44ab57..a1990ed37ca3 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 48b52d673fcd..694a0add6c73 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 7f1fae5b2385..bf9ea57f3f52 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 54532e54208e..708ed7c6671d 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 edc739aa9121..072a5282530b 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 d69391cbc20d..62dd6cc16ac0 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 ca30b3782eab..df05a32b39de 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 70878665fd7f..ccd796608f2d 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 620e67ce3558..257bf794bc80 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 0a24b346f564..1436cdf4ece7 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 4792da17a4a7..254f5a185a2a 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 d1e228655ac2..09bb48231a18 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 538472f94a93..fa3f6851f193 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 53f677fb1468..2d0356658168 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 55088c9be993..3e8a68bfcd64 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 cd96f2201942..46c9a74cc750 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 736c7e1d5361..ac9b7c02b2b6 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 e9fc8209f257..b6e050c64e5b 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 1f2b584ca915..045a1db51278 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 1dd2d79aadca..e6e3410110ed 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 82e550a0d064..50a50751267d 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 cd81be610b69..ade8326f2740 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 dc99551a027d..d7229e9db02a 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 dd3cb23e2577..30cd6f9d5e32 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 c906d8f08c63..6df78ba15e83 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 5ba961c653b1..d0238433c781 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 e13d394ad1f1..eff7df234644 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 efef1b0fc5f5..9505b7fadb29 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 19d045955a25..eca6ecf95754 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 821dd5b92f3e..f7456db9f674 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 e77750ee15a5..44e375fa0d56 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 7f0eeef76104..bd1ded768fb6 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 7e2a0557c81c..53328d2c3a15 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 3a19138e4b2f..db3e3dab15ff 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 7f26c0f89284..8da241f932db 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 7928c0edb87c..1826a462379c 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 ebec1db9d5d3..a4387e631efb 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 35ec5a3ab1e7..303feb547b30 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 daf2ae703b90..fa8d23ee35b2 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 c5182bf3f559..e9ddc6dd2648 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 91e07873b59f..67806eb3d593 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 a15fc16dcee9..a6a4caca73e6 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 1126b69c5a44..a3c6de3ad29b 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 1a59e3d2b9b0..d3c84c4b2e62 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 5d5a7956b978..ace2932b0008 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 40c1fb732e75..a34ac997bf92 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 f797356cac12..841d3b612b00 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 ee6237104334..0038adc4b776 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 c5edcbccdada..a7d3fbe8b612 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 560789f48a6a..1cb58ac71eff 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 3b493e53854d..29424da5855b 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 f62cf4b5c066..c42b76fd204e 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 73250ca2a7a3..5093a99d72d9 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 d60ae425d335..e3f76aec8f5b 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 159cafd913b4..505c68014510 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 37c1d616360e..465b23c9b9de 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 ff4cdcdbffe9..1d2e2a2459cc 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 fa032a64e88a..93d3cbd71c46 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 4ffd7e3d6a94..4ada7f669151 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 85df7e50895a..86098ced4f5c 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 bd63b75c0ab3..487bc08d98c9 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 1d0f362fa98e..a3bfddabac78 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 7be00bfb672d..0e1f0b581689 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 db7df8da2060..8d1177fcafa2 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 e9028e31e628..d76570681127 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 543e4b3a3990..77a884019c0a 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 fca2a5b0206f..e6fbc0eff037 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 da5a87a89218..183c0a1d73f5 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 cc8b30c844fd..35917c6d39dc 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 533fb04683f9..f39818b61a0d 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 1b8d62f2104a..5bd1f5fc2504 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 32265ca1a7fa..b1923b3a3549 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 ea43a187bf64..c56807803d8b 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 9f6d15149e02..fa82dc899022 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 6122ceec4705..9e64553febda 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 128880fe660b..55f5a39526e6 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 747cdfd68f35..a6d4e8fd1dd2 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 63c54784a202..dbe2e30de710 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 9b216616758c..39ae8464cc47 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 6bc3c32a3c62..d3fb844375bb 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 8214a9763b9b..fb625e3c20a3 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 dd7679ba57ae..5ac78c6bd791 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 3e35aa90878e..d9b97cd9d095 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 74e6a396bc0c..b129c6f60493 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 8cc938acdbe2..46bdf30cb141 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 59b590be4cdf..2c0710bfa9e1 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 30743cb4d0ae..ac1c5a867d15 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 4a3077bcc4d7..f1fc3198c7eb 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 e20d85e5466d..81b090124d0f 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 0e1b7678599c..400246c78a2f 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 4e45151af722..a01f70619fea 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 df9d389e3bc2..217b6fbb1a63 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 3355a8e5428f..db94e90363bd 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 8320cc79af78..31642cf86359 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 e384791971ce..1b0e71bf2ae1 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 ca680f746228..85a222ccc73b 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 82f1777c1b2c..fd33caba4035 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 ee3e890dbb91..5cabff90f84c 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 1c194830782c..7c7714e87ddb 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 75f4ce6759aa..540da9b3e733 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 9076b01a0c7a..4660fab384f2 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 8c41cc663bfd..f4b49226a6f7 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 7cbd24e7b1ad..f47d00c9c5c6 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 4747f0cff56f..1ba97ef0221d 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 59d9d90f8f00..474625823321 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 4c26cbb4d097..9c44dc5fbf3b 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 7c63d6115f47..d4ec2f9d726a 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 e86e3ea70a6f..8d8ba4028a37 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 120593aff0ec..952090982a01 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 24ee4a17a88a..3523f8f3fecd 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 9d5f8c2f1abe..2d813e50616d 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 0ed0e77fcb89..79af38639279 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 bba94085e2e4..bd8b2e45a444 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 7f2c608cfe24..074aaf45bf74 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 008790b45de4..071f347b4f03 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 c5a3c8e4ec12..0d5803ef3221 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 e913da2715ce..eded21325712 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 c68157381579..911561302ea0 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 f049f0054e92..87f388cfb724 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 447cd009684d..445e80f3edde 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 18d5d3fa85b2..e15f135db3a4 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 704fb6f26e69..e7551595a69b 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 5156264e40a2..d79a09315275 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 6e1062a3b5fc..4decaf5e3519 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 89489464d85a..06185ac8f3f0 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 b0c2ca0f9056..c3b7c1e347bf 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 83b43d64b681..49ff93865dd7 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 2f82beacdd6b..fa799448038b 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 c7383a800ab0..c45cb4f12860 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 91d2f4df4a89..92a7df3cb3f9 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 802c77353a62..7e5805a7c8bd 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 69abe699bdc2..4a67eb588dcc 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 034c8caf9769..45bc9504bacf 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 4b6470335a88..e29b443117f7 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 febf4ebdefa1..ceada5e6cb7d 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 d64a7968ab2b..5c6c79d8730e 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 dce0ee1c0319..da3ddc2a8389 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 1863588737d7..ff42ed9d4059 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 e6116870f152..83e8a09292e1 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 f430335cf48c..f4efd6872dad 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 ceaf9b5a29f9..ad8ddcd79849 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 9256dddf1893..961bfa3645a1 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 f99480bbdc2e..211435e92a67 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 de53f070bfc8..dfefef38d9b2 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 f779ffd43db6..e6d4bbff31f3 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 643e7c262997..b43591d18df5 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 6920b945edcf..5fa5644236bf 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 66e4fd3ee079..967a13ad6f2d 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 2b1d7b517e63..724dff993c5a 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 a43058fe9e50..ca4ea1d7ee85 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 3d73e1cabf5a..c75dea7087d6 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 93a876aef4ad..2d40b09ba780 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 9f305177334d..c94cb2b74ba9 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 f64bf8ac3442..64485321787e 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 bb16e9850327..a70b72619088 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 348191f13c25..feb50495f372 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 546b7b7500bd..0e510a97faba 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 5f2585d7af07..03845d1c90f6 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 17ddc9f9979c..9b672e8a1835 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 c83faaf5469d..5110a2267898 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 0d5ec0f5dad1..ade9adb7fe6f 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 2001fa702fa7..54950254444d 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 d9e47f22dfbd..6111421dc49b 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 409a6438c036..cb1c6b569213 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 2a876757798f..374a6707e6ee 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 607d4d260261..500eae19b715 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 74bd78cb8afa..ab7783c26104 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 620c8bd5dae7..46cfd8a92eb8 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 c8b07c2fda0f..6bc2c81564e4 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 b8f016dd0eb7..dc2ec1eadf51 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 6d173258da95..9fe7066934fa 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 bb99a0da5f08..f11392ef2e78 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 4d908bde1230..97b04a9789e3 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 aac78648764c..9da1f33b8a85 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 fd686eb377fb..dda692c8298e 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 6e6bc7394cb8..b134c006193b 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 97847f0c740c..6f7f4ee1f84f 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 b009ecd0afb9..dcd14930c764 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 f87883b3f412..fdcac2441aa6 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 97facc8ecda6..82bfeb9754b7 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 b96815b9c09b..e8592052fd5f 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 c3f90056b134..14e104980921 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 bb3afd7d9741..0f4f3ae175b3 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 000bc187954d..9818092d4478 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 56a07d64fd10..4f46632c50e2 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 f9d270fe4dbd..ee6f1c46632f 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 13c0b4cd8a51..7ea4ed296594 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 039c1404f2b8..e20d7d88220c 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 e66252341bf9..8a8cdee39870 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 4fbe2a313d11..e6fbb4f67780 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 d8d5a9bfb7a4..dc1ac257c74e 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 6b59a1e168f9..a9ce471de3d1 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 7c50757d7400..c21822c03e1d 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 4c5246598e0b..a9828e0a2d25 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 74f3c0d98c04..96a1ede32376 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 46894390de9a..3d54b363e07f 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 bd3e355b0072..5139b86cf0c3 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 c3ffe08bf895..284cb20c1ef8 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 890a010c22ae..7e3e09af1adc 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 6e5e83f93763..c0e337815f07 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 6f1a56e753db..aa7f6da3a516 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 e91e2dd2580f..1bf844710565 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 a741264c4da4..8b77e3610dd9 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 da832ee44155..27a0dc15b99e 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 d8be5ad0545a..34d77be11907 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 933aeefcb7ea..14f90286c9d4 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 dbcbaed1015b..92abd7451446 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 e3c46cc38ccd..5e9f709b94ad 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 bd6a707c04c1..7647eeddeab3 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 a1893c6b8b39..2002245d9dce 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 5a8ce0c8cebe..32819aa65dce 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 a7926537cc36..17ed3ab4e58b 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 a765f4d8bc7c..0cbca4fb418b 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 7d7038d27175..a94d1568c4ef 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 cf1b68054a73..fb3410b9f4c3 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 16ab73ec0c47..21d8a8d3ed10 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 59a3ae034ba3..85873e0c5db5 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 7e803b01d172..89660eda8e46 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 0b7ce5a793c8..a389b4ee767e 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 8aa63ee17624..e3207e1dab45 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 dbea140a2273..2c52c807db59 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 889645dcd9bb..cfad5ee02b61 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 751b7b3c2124..c2b8114c3856 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 82770140da55..73a0844a3630 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 1b7745bd31a9..cb7d1511c5e3 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 f406a1a10e6d..e6cc38b5e8eb 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 5bb62ffc55ff..c4510bf3dc50 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 aa6ff1511d3e..e44a95bb633d 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 feb37fee9243..d215f8b61276 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 17808021b288..d28c81e94f1a 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 cedfed2cad4e..b84a8f47c4d1 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 c0ee9ddc6d41..2f6191893bc8 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 cb8966f09d3e..669f20d88dfc 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 4c8956879fed..2217d87a26de 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 bf6b6a9ffd05..379fecca6fb8 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 3da0589a55e5..cbf1fdb9eec8 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 41bdf437d5ba..eed2bed3883f 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 dd6aee00778d..5f110107bab0 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 67c166b6bd8a..1618dfd985f8 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 d4ca84f04e24..0a4174f88734 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 377ef706f6de..4c5005253726 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 ecc4a8cf5fc0..a23d463695cf 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 3b72bbfbc8a8..8fccffc8b9bf 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 9e51603d682c..8929cfeb3d42 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 40d27ea1da91..352720d3cabd 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 7ff1f654bd11..ff5d637ae27d 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 2564bd175441..04c5fbcf7c1e 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 4beb986e55c7..4fd0fe978290 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 7252210544a3..9775e51a7e73 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 08aef8eb4d96..a53a303ddbed 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 474a7e07dfce..f6fc138f2cda 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 b05a975d50fa..7a6f1af76c22 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 f45a0fda4776..c6fc41eee30d 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 af285144145d..2185ef265043 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 bb1de3671219..841e6d0b09bd 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 d19dd67acd11..8351869be0f0 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 50b90dadbb28..3754d532d6bd 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 a44072cadf33..ed520a4c35a0 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 8b19a811a560..2d7921451b7b 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 63fa97ea09a3..1c1789e88152 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 d08900d0b8d0..1cbbe1952415 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 c62f8f809336..15fe5ac08fe1 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 600c2e3843b2..a45076d09770 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 94942d3d2923..44896610eef9 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 e75182636560..dd7a78596bcc 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 c3ddc57dda83..f03f0f16a841 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 3f52085aaf0b..a23da58af0f8 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 dd064ff764bc..e08e142908f0 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 f8a067153945..70f9be9037e9 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 0946789b4f7c..b829623704a4 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 32883443ccf9..a06b77f1cb80 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 0ae22e56c190..b263ad519e9d 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 ca45932eb5c9..577214a1134a 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 905b0483fe11..2589e656c212 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 487b2365efd2..25c4418d4a02 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 d7762dcb3a86..ecf85bd6580c 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 50ea89e055b3..e278fc893e12 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 bbc83fe45c65..41119829f87a 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 e825052fd593..b4fbfd4ad660 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 74868e2fcc99..aac0fa4c11f3 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 6e5975687df2..b3c6650b59be 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 527952a71396..8ed699fd8436 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 b7bff13ad3b6..c92620120df6 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 773ef8100de8..b3f3b82754a3 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 d4e3e13a2ead..8342b39e43df 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 3ca9b198d803..0435340d76be 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 e85deb73bd1b..e0ee28835d17 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 618b950744a4..df5da822ae9f 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 6a37a050986b..16e2af8ae221 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 1a389596dd32..87e2496ca407 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 5b427f808e89..6136fead84cc 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 1cab9e733e0f..5732801a8dbb 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 3a30f60bf8d1..6e465d75ec8c 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 da1c43acd170..ec421345ed09 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 4b6c62c46d80..0671e1c6872d 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 f943a859309d..3307dd915e68 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 9ae2bb9775e3..fc3ff2307c22 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 102c431d2f53..cffa6b46a4b3 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 f3297c3681ff..01bc539125e7 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 186da23c3159..2962fd7bc0ed 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 f574eaee1433..2147148ad36e 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 579ec90d1fd2..71bf273687cb 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 f0966ec00dd2..93b220358ae9 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 bbbe4cbc97de..1855d61038ac 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 80c9cf5f4633..41b88fef4f26 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 20c2cd8f6729..5d4d80457162 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 40d2755c3c16..528c949237e2 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 e5ecbe510367..8c4d44b976c8 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 e74360cca70c..c13632667b88 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 f806b1c420c5..4e98e202e1bf 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 5f41e9f2688e..08a43ab3486c 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 fe1393763add..2924dc94dcb1 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 a62bfa74bb8b..a33f75c01733 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 f780fca23e1d..0ad3e20c3bf2 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 b7091e53e676..a0ad7364e908 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 12fc48a6ab84..ed8cf02747f4 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 2f4239763c2c..659549cfe70b 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 b830ad0250fd..6c892de4fb70 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 5e019122249e..de76d750d156 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 285ec31c3b02..b9f9e06f2f29 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 3127cba3269a..166269d05371 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 4465073064f6..a24a6b3d8596 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 fe425843e874..9c9c9316bd9d 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 3860cac406cd..c2e834fa6310 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 d4869e7a24a3..d320d2591538 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 54954e965e1f..89eb2fe41a0a 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 1b00682f3fb5..6494fc1f5ba4 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 a0b47e87e535..259d8f50c5ee 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 8b0a6b001b23..fb7f9fdb68db 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 5e5b6775d601..c84c20ecbd7a 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 64091e18248b..49a5699ad974 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 96d0a77435eb..0c0d3ddf55ec 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 835a35bf44f1..3776aca4a7e8 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 55221438ea9a..de22272b1153 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 300756eb7ade..5b94fbb6113b 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 00bfe0f15a4e..4692b63169ac 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 76f74872d1e9..f875458d09fd 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 15a5b9f0fafe..b5e976204b75 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 cf804dc6a28e..d590145d6525 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 a98fff2ab8e6..1216543f772e 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 753a1fc0fc60..07ce5e866a61 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 29da86204c6e..dc853e888d41 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 4ce30b988130..536d3cc6f085 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 3d59efc4cdf1..d57a84e83582 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 553e79bc0b72..1798a83d7845 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 6126c1492245..b3e804cc9b83 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 958a013ac69d..432337f37e80 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 9859267bc599..2d1cf7683afb 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 105daebaebbb..5242b2117248 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 8d0318fbbbf6..dafe92bf62a4 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 d285b489934c..623b37fa4db0 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 ce6a4bd14537..dca6fdd6f007 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 09c45ddb99d0..bcbfa3cf772e 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 4b51e185e1bd..399fcd246cc9 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 7f4d5cb164c6..b426f2c1922f 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 b7f729732ea4..14b9c2076cbb 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 bec34002535f..b71eaf6295da 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 6786147b8c9e..b4700185bc82 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 ee77d850e7d7..fa2f34a2a851 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 03c42ccb6502..97b7e41293c4 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 9217a189d4e0..c312c37c3433 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 e721ff59c2a8..029a8c982484 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 879f3d61c914..d4a1e5c3e9e6 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 1e4e40907d72..d0a7235ff97d 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 4f45f4a4997a..13750bcf39c7 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 ee47c1f3ee42..c904b0961640 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 0e628b8c10b9..4670459b2c7e 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 96d6448741b3..df4d9b5d2a18 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 b4d995cf98a2..d7524217371b 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 7b2b559dc390..1c46d37b7c70 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 4038ac51e99f..db7379476ad4 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 067b6bf333f9..ad297e948fc8 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 d46450502edf..b68781d5ce95 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 8dad72313dc0..314e7444a3b1 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 4562c3931454..412494e9f70e 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 1ec345da32e9..4969691e6efa 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 6ad518b6762a..2f136f0292cc 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 75bff3014e26..1e430f7690a5 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 4d949d610255..e44956beeba2 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 107a17bb047d..e91326b34cd5 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 7b75ee621251..f8825a0324cf 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 958f1df17146..18b145332d5b 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 07c147604d06..b93644a5a1b4 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 50c8392eb0ed..f3336d40e5f0 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 ced7ccad94ee..2064b7b7421a 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 d9d1239606d5..1e9cf6948cf1 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 ea81cfd46498..71590854b60b 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 ba1313dac900..8cbbe0a49c2f 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 ac45faa0f1f5..7713c4f74b91 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 fecdf05493d1..237b28b94947 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 f798790d6e46..142f8702e03b 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 edd9334a0699..46789b9af61f 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 c32c44a06159..860e59082ed7 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 5f3c489754aa..74ca5846f873 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 93c8394c0766..02498e5cb3c8 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 bc618b22a617..7eecd9115f82 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 808e5f5e351c..65b9937e43e8 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 7d9a0434d109..7876f110e6be 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 0da10b44629d..1068877919af 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 47ac73ff528a..a137e84ed8eb 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 1843c105f4c6..40683bededdd 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 47e9d79f1d08..52088f3a285f 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 53ac65d0a8bf..f1ca8f0413d2 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 0e488344e3ff..f664b866c0b0 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 9f05eda94224..5cf394f21903 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 74fa7dbc5149..6467cc538081 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 f37e33d7e51e..182a3ea801d1 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 7e3623c25de9..e17a85d8cf3f 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 1ebbf04251e3..49787c1ace56 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 92f7817f3e14..6a63ab2b1af6 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 8fa388fc38a6..6fa6248ad96e 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 5dcb9bec192b..7ac5b7aeaa73 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 8b82338c3c30..089bbdcb73da 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 561b6807f25a..7e624780556d 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 b004ee053683..4e796855aa15 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 2bde463aa39f..1f40121a3c2c 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 95a2d0db9e14..8a74fd5199f2 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 47d4d2131075..2fc6bc021606 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 bba0ecf8dd6d..1e67de781e77 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 9f57adddb41e..56576d66a503 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 2fe259302da6..04637ea5651f 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 b85b8cebf77f..840faaef38e8 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 d4e06cee44e7..1257399e30f9 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 1fae0048979d..cee4e7424200 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 2ffedd56b000..4dd7dd6600ec 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 6910356eba82..97913f79b02f 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 cc3dcb8c677c..6e101141aa62 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 abde4fe4c23d..3b31866263f1 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 755cc6268020..e33b819ce353 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 c17bbd924021..6461b8cac72d 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 f576cc38fb7a..1d294ebd5ee2 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 bb827a039540..7ac52c31c3b8 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 5ad8202f73e9..2c16ccc1508e 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 9bbd68cf5ed9..cf0575983ff2 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 baba1814fc06..9ce79107c404 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 fd97f592a766..670ebdcaf927 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 470ecf91e29f..624304114ed2 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 6e5688732c8f..440cf076e047 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 4c94777d2d2b..b60141d97a28 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 3866e9899f98..0f1d3e30eb7f 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 1c9e0137268e..8157e7b1ab88 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 5e506e746ea7..30ec834651ba 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 888c5909fa39..6713f10899d8 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 ed0e5a332811..ba447db4ab6a 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 c9147f98956a..9ffaaf721447 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 3b1423bfa337..010333f10697 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 c36e17821fcb..13db9fbd9311 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 b6871bbc0d47..f4980996b9b9 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 1c19720a2e8a..e7bea45751f5 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 ac218f84960a..4a85887bf365 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 ff54d8c881f3..03a6d5c95850 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 6dc9edadc362..eba35a932c5d 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 73c6c4323427..44e51d8c339b 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 cee88d0f7680..763086e62d5f 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 9881147ddf54..c5a4d171770a 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 bfdea12e7911..c37ef4c92ddb 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 3d1e8bd23d5c..5df3302a722a 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 cb0facf167c6..f5569a50fe19 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 c53bf88f0cde..92ebc6e881ac 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 497493736f71..92045486f482 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 283264e2569c..3b7538b0476a 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 567654f4c4fe..3f2a833d44f4 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 6843d87ea318..d4000ebf546b 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 e6038bf065f2..63003e42dce8 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 9047e8d52596..2aa71010b942 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 03874fcfa2ba..ff06ba1b2147 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 646a8378a4dd..48e2ca2ed7ff 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 3cbb2d2cf100..1b81ef0231db 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 f36fa0049d2d..573538f112f3 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 3e6b0be45417..d774f63bda01 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 16a029b6a30c..7d4c05a04adb 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 dd82fd2f7b57..467b665fb427 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 2eff1be93dc1..4ef6ef6d3462 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 bd6b40f9e35c..ac8488752f56 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 a1e282cd2311..f7796b6f322c 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 ea91ab30b5c3..5eedf0823249 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 2016970c1d01..2f5e2be2afb7 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 ecfc777d354e..e0f77645931b 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 c03c72acd404..3e837b51aa88 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 505c1a85da17..23afb48d2ede 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 27650d9fa555..79161142a80c 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 9b13deedd887..990b55afb3df 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 30f2eb5d8abd..39980fca79ea 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 eba1b0d9988b..fb6541735cf3 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 65ccc579deb3..31477d46f378 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 1b607d5c981e..848cd84cd6ad 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 7685f5787423..06f56fc29f8f 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 45576ae51ac8..7a4a6dae732f 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 e73c42d75469..8cd96b9b64f8 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 ebf45036525f..43067ff5ce7e 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 555ca76addbd..494193310775 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 96999702409e..abd7ca7b43b9 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 1db21c02ffbf..08f21848ea1e 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 9b0d2332d978..ee113cfec63d 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 7528ce3f789a..56bdf087573d 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 894171f1c5b8..e0f1de97072a 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 5ec51ac6fd9e..5b81813f0a07 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 33770101e919..e428030c5388 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 e4ab06a27626..7e1daa99d393 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 b30bd87c6a12..224e22d11b86 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 d2565587c1a9..62f096f6593c 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 0c863fda81f4..3a04f942ec8a 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 f40b3ff58adc..8d78e61d5bba 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 d5ecf617c485..718b9b43d43e 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 f0795cd96cac..562376b07ac5 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 042af3145c99..fc9532d0d517 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 f1786b109344..b41c035ecb60 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 7c91ae1e0274..fb306bc7b0d9 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 693cad66b91c..e5eaaac26322 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 86da6ae4589d..518923512e7e 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 768b67d1d7dc..ab892155f4d6 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 70a5e319db19..6ff2c33cf044 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 fd143d7cb938..d9e5fb163783 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 7961c7299c68..551f83f0227e 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 fb91212fec39..036b50c54c7d 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 be430b584ee5..13fa546035ee 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 ea913322d00b..ee9998acc4ab 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 e0613bc435f2..3770942313ff 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 28ffd65364f7..7a2e4e5f789e 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 c8c6b9c4c115..27f99f08db16 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 30383a8bf775..409a227acbcf 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 f9bebd95d050..8cc200c9b5c5 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 b5f487387cd8..bb90b873f838 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 9a36f11e6b9f..79f20aed6f57 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 b5b34861f5c0..a6c382b4f7e1 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 0472d23ca481..882035d92332 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 422ea6397379..5b4d24cdd4cd 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 ece7793187a2..2245164d1e02 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 b7114a14507e..55557161d1bb 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 f0f3b037cd16..2aa6dd318077 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 491a47ac8474..09420344abb3 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 3b20eaa6ea54..224cb16b513e 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 58b114f496ed..2719ba41f14c 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 4609e78c7b9e..f1b21d36745f 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 ee497a421350..0f9c6042d2b8 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 e5f1f0a90411..396533d75796 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 05d120d8c182..66255a80d985 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 dc22d9be16b2..426ccda625bb 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 834d14705999..edfc760d396a 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 3c4ce901b6f5..dfca1499339c 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 5a116f732189..7e25d94ddee4 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 5defb025fee4..ee9470af782b 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 25a80e64ffe2..d8960872bee1 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 4e2ca9f086f4..7f9d1c5af3fe 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 2c7834db0811..97cdee5e95af 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 b877ea476f92..353f8efbb4bc 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 62c8eafde998..dceb643dcea7 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 d290899da558..c86d55f216c4 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 7cd695276a44..21dd7b3c5dff 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 6319fd135dd2..3001fc88c5b5 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 b5c9d8fa299d..cbbe3067de64 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 16d99f014866..ea6468f613c2 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 982e56ffa1b2..6a00ed3b7b2f 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 c55357f459a2..71eb4c3df699 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 d12eba58e6a4..97df4b639bc1 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 930bb157950d..3fa7127ba05c 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 4992b984de5c..652e1cde05f0 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 daad0cea7c0d..4715d3497c47 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 f2fde45b71f1..02cbd58b7fb3 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 7e751c94a433..b07549b89ece 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 86757898a03b..b684fa6444ec 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 a19cb4ee533d..d1952d5468ea 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 7c40efefaf55..c4d7196023a4 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 5b38f76d9300..7244d3155b4e 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 f4e133634bc8..b730902c1a9c 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 d3a744ffdb81..9aa7a11f613a 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 203329c82cf3..69afab0026d1 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 cb1f52b9cbef..b4cd049e8232 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 3520c96ae602..39aa10c98c33 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 31db21b490ae..aaf7a44071a2 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 30007939b56e..9ed2c18f824f 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 d7a59e217922..6fbe1e0f4472 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 dbd004d80e2f..5be3e5108c2a 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 2417077ff674..37e7694f975c 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 925750b91584..c52c6a326dfd 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 577b9247144a..bf26d17f00fb 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 bf18c8ef3e70..309da456fbc3 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 35e7bcaa1fa6..decbf18ac5a6 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 c55658256ef0..3af5ce4d4088 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 ac51e60ecaaa..0d24d053d7bc 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 f50216f8363f..3b018cc42133 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 638ef499f2cc..ef2875fd29c1 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 093be6690c8a..d718db6c76ad 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 12e950934052..dabe18578349 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 d04ccf401c92..96e8be4c8ffa 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 d6f1a2d98d40..ca10970a6b60 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 881a808fab08..2e65330acb57 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 70415eff6ae0..4f7e3ecb1dbc 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 e98e5f32b4e0..6003c2262178 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 683c8d6b4731..2e5e361fe25a 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 7716591bb5e2..86664da851a7 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 ed71c9ae0e7c..a356f384a78f 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 32784813812b..b20bab7b47c0 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 dca8325867e8..7d4fb585ef98 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 0ef7d4ba656c..7191e51495c0 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 df830bc7204f..a07381fc5788 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 c94e47b3b022..e93af79e195d 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 615c844375ab..6ebe84168cb6 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 9ffb25086405..b6096e205eba 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 581cda441d5a..8f1f33b7715b 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 1194f378db34..7983b10051d9 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 0c8f329039be..610a8a1ec321 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 53d24991d7f9..a6e84f62b3a6 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 dbfb153b4203..69532f8279c9 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 cdaff7b10fdc..c529bcafd3c6 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 1b2703e5f8d7..ef4a1e74f085 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 0f532cff8bf2..cd8730b3cd9e 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 8bb9e85da738..ee1288aab5fd 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 2ac82e8a74cf..f81a9463d56a 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 2fe0e9beda90..1a2ff5a2ca90 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 99f010b008dd..07056c2e2e31 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 d893091e72f6..6c60686464b3 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 97fa0b4894b6..e3364dd5b8c2 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 db897d11139d..0c584b1c9ad4 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 9d9b1c7c020f..1ae05c003c27 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 2ab2726a7015..4187a9cba23a 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 a4f5e35fad0d..84ff16fc0443 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 46b2fadc962a..bbdae01e2557 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 64533da1e256..93b375472398 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 c4f26a043c5b..976f3bf9718c 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 2c838e8f9f55..4d927c2558cf 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 cc2dd8c460dd..b32f0681aaec 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 9585240a0a00..ad5e28a68d8a 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 d1ebcd704fc7..e09e4659f9de 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 4658734fd564..5d49e8c6e7b0 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 f05a1a992011..f37f55071636 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 3f45464d6eec..a5fa162421e2 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 b3c639c6e57f..cbf576820321 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 96cf0a5edc23..c2f5c44df660 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 bc13c87c8927..7e4cbdb21885 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), diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 4548fe31ad00..36ec5e9c24df 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) {