From afcabc53bacf6fea1a70a6036f4911f1a269c8f9 Mon Sep 17 00:00:00 2001
From: AllanZhengYP
Date: Tue, 26 Jan 2021 22:40:45 +0000
Subject: [PATCH] fix: remove resolved flag in commands(revert #1883)
This reverts commit d4c302b816e1781f8d04bd479cc4e26e0fe4debc.
---
.../commands/CreateAnalyzerCommand.ts | 6 +-----
.../commands/CreateArchiveRuleCommand.ts | 6 +-----
.../commands/DeleteAnalyzerCommand.ts | 6 +-----
.../commands/DeleteArchiveRuleCommand.ts | 6 +-----
.../commands/GetAnalyzedResourceCommand.ts | 6 +-----
.../commands/GetAnalyzerCommand.ts | 6 +-----
.../commands/GetArchiveRuleCommand.ts | 6 +-----
.../commands/GetFindingCommand.ts | 6 +-----
.../commands/ListAnalyzedResourcesCommand.ts | 6 +-----
.../commands/ListAnalyzersCommand.ts | 6 +-----
.../commands/ListArchiveRulesCommand.ts | 6 +-----
.../commands/ListFindingsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/StartResourceScanCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateArchiveRuleCommand.ts | 6 +-----
.../commands/UpdateFindingsCommand.ts | 6 +-----
.../CreateCertificateAuthorityAuditReportCommand.ts | 6 +-----
.../commands/CreateCertificateAuthorityCommand.ts | 6 +-----
.../commands/CreatePermissionCommand.ts | 6 +-----
.../commands/DeleteCertificateAuthorityCommand.ts | 6 +-----
.../commands/DeletePermissionCommand.ts | 6 +-----
.../client-acm-pca/commands/DeletePolicyCommand.ts | 6 +-----
...DescribeCertificateAuthorityAuditReportCommand.ts | 6 +-----
.../commands/DescribeCertificateAuthorityCommand.ts | 6 +-----
.../GetCertificateAuthorityCertificateCommand.ts | 6 +-----
.../commands/GetCertificateAuthorityCsrCommand.ts | 6 +-----
.../client-acm-pca/commands/GetCertificateCommand.ts | 6 +-----
clients/client-acm-pca/commands/GetPolicyCommand.ts | 6 +-----
.../ImportCertificateAuthorityCertificateCommand.ts | 6 +-----
.../commands/IssueCertificateCommand.ts | 6 +-----
.../commands/ListCertificateAuthoritiesCommand.ts | 6 +-----
.../commands/ListPermissionsCommand.ts | 6 +-----
clients/client-acm-pca/commands/ListTagsCommand.ts | 6 +-----
clients/client-acm-pca/commands/PutPolicyCommand.ts | 6 +-----
.../commands/RestoreCertificateAuthorityCommand.ts | 6 +-----
.../commands/RevokeCertificateCommand.ts | 6 +-----
.../commands/TagCertificateAuthorityCommand.ts | 6 +-----
.../commands/UntagCertificateAuthorityCommand.ts | 6 +-----
.../commands/UpdateCertificateAuthorityCommand.ts | 6 +-----
.../commands/AddTagsToCertificateCommand.ts | 6 +-----
.../client-acm/commands/DeleteCertificateCommand.ts | 6 +-----
.../commands/DescribeCertificateCommand.ts | 6 +-----
.../client-acm/commands/ExportCertificateCommand.ts | 6 +-----
clients/client-acm/commands/GetCertificateCommand.ts | 6 +-----
.../client-acm/commands/ImportCertificateCommand.ts | 6 +-----
.../client-acm/commands/ListCertificatesCommand.ts | 6 +-----
.../commands/ListTagsForCertificateCommand.ts | 6 +-----
.../commands/RemoveTagsFromCertificateCommand.ts | 6 +-----
.../client-acm/commands/RenewCertificateCommand.ts | 6 +-----
.../client-acm/commands/RequestCertificateCommand.ts | 6 +-----
.../commands/ResendValidationEmailCommand.ts | 6 +-----
.../commands/UpdateCertificateOptionsCommand.ts | 6 +-----
.../commands/ApproveSkillCommand.ts | 6 +-----
.../AssociateContactWithAddressBookCommand.ts | 6 +-----
.../AssociateDeviceWithNetworkProfileCommand.ts | 6 +-----
.../commands/AssociateDeviceWithRoomCommand.ts | 6 +-----
.../commands/AssociateSkillGroupWithRoomCommand.ts | 6 +-----
.../commands/AssociateSkillWithSkillGroupCommand.ts | 6 +-----
.../commands/AssociateSkillWithUsersCommand.ts | 6 +-----
.../commands/CreateAddressBookCommand.ts | 6 +-----
.../commands/CreateBusinessReportScheduleCommand.ts | 6 +-----
.../commands/CreateConferenceProviderCommand.ts | 6 +-----
.../commands/CreateContactCommand.ts | 6 +-----
.../commands/CreateGatewayGroupCommand.ts | 6 +-----
.../commands/CreateNetworkProfileCommand.ts | 6 +-----
.../commands/CreateProfileCommand.ts | 6 +-----
.../commands/CreateRoomCommand.ts | 6 +-----
.../commands/CreateSkillGroupCommand.ts | 6 +-----
.../commands/CreateUserCommand.ts | 6 +-----
.../commands/DeleteAddressBookCommand.ts | 6 +-----
.../commands/DeleteBusinessReportScheduleCommand.ts | 6 +-----
.../commands/DeleteConferenceProviderCommand.ts | 6 +-----
.../commands/DeleteContactCommand.ts | 6 +-----
.../commands/DeleteDeviceCommand.ts | 6 +-----
.../commands/DeleteDeviceUsageDataCommand.ts | 6 +-----
.../commands/DeleteGatewayGroupCommand.ts | 6 +-----
.../commands/DeleteNetworkProfileCommand.ts | 6 +-----
.../commands/DeleteProfileCommand.ts | 6 +-----
.../commands/DeleteRoomCommand.ts | 6 +-----
.../commands/DeleteRoomSkillParameterCommand.ts | 6 +-----
.../commands/DeleteSkillAuthorizationCommand.ts | 6 +-----
.../commands/DeleteSkillGroupCommand.ts | 6 +-----
.../commands/DeleteUserCommand.ts | 6 +-----
.../DisassociateContactFromAddressBookCommand.ts | 6 +-----
.../commands/DisassociateDeviceFromRoomCommand.ts | 6 +-----
.../DisassociateSkillFromSkillGroupCommand.ts | 6 +-----
.../commands/DisassociateSkillFromUsersCommand.ts | 6 +-----
.../DisassociateSkillGroupFromRoomCommand.ts | 6 +-----
.../commands/ForgetSmartHomeAppliancesCommand.ts | 6 +-----
.../commands/GetAddressBookCommand.ts | 6 +-----
.../commands/GetConferencePreferenceCommand.ts | 6 +-----
.../commands/GetConferenceProviderCommand.ts | 6 +-----
.../commands/GetContactCommand.ts | 6 +-----
.../commands/GetDeviceCommand.ts | 6 +-----
.../commands/GetGatewayCommand.ts | 6 +-----
.../commands/GetGatewayGroupCommand.ts | 6 +-----
.../commands/GetInvitationConfigurationCommand.ts | 6 +-----
.../commands/GetNetworkProfileCommand.ts | 6 +-----
.../commands/GetProfileCommand.ts | 6 +-----
.../commands/GetRoomCommand.ts | 6 +-----
.../commands/GetRoomSkillParameterCommand.ts | 6 +-----
.../commands/GetSkillGroupCommand.ts | 6 +-----
.../commands/ListBusinessReportSchedulesCommand.ts | 6 +-----
.../commands/ListConferenceProvidersCommand.ts | 6 +-----
.../commands/ListDeviceEventsCommand.ts | 6 +-----
.../commands/ListGatewayGroupsCommand.ts | 6 +-----
.../commands/ListGatewaysCommand.ts | 6 +-----
.../commands/ListSkillsCommand.ts | 6 +-----
.../commands/ListSkillsStoreCategoriesCommand.ts | 6 +-----
.../ListSkillsStoreSkillsByCategoryCommand.ts | 6 +-----
.../commands/ListSmartHomeAppliancesCommand.ts | 6 +-----
.../commands/ListTagsCommand.ts | 6 +-----
.../commands/PutConferencePreferenceCommand.ts | 6 +-----
.../commands/PutInvitationConfigurationCommand.ts | 6 +-----
.../commands/PutRoomSkillParameterCommand.ts | 6 +-----
.../commands/PutSkillAuthorizationCommand.ts | 6 +-----
.../commands/RegisterAVSDeviceCommand.ts | 6 +-----
.../commands/RejectSkillCommand.ts | 6 +-----
.../commands/ResolveRoomCommand.ts | 6 +-----
.../commands/RevokeInvitationCommand.ts | 6 +-----
.../commands/SearchAddressBooksCommand.ts | 6 +-----
.../commands/SearchContactsCommand.ts | 6 +-----
.../commands/SearchDevicesCommand.ts | 6 +-----
.../commands/SearchNetworkProfilesCommand.ts | 6 +-----
.../commands/SearchProfilesCommand.ts | 6 +-----
.../commands/SearchRoomsCommand.ts | 6 +-----
.../commands/SearchSkillGroupsCommand.ts | 6 +-----
.../commands/SearchUsersCommand.ts | 6 +-----
.../commands/SendAnnouncementCommand.ts | 6 +-----
.../commands/SendInvitationCommand.ts | 6 +-----
.../commands/StartDeviceSyncCommand.ts | 6 +-----
.../StartSmartHomeApplianceDiscoveryCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAddressBookCommand.ts | 6 +-----
.../commands/UpdateBusinessReportScheduleCommand.ts | 6 +-----
.../commands/UpdateConferenceProviderCommand.ts | 6 +-----
.../commands/UpdateContactCommand.ts | 6 +-----
.../commands/UpdateDeviceCommand.ts | 6 +-----
.../commands/UpdateGatewayCommand.ts | 6 +-----
.../commands/UpdateGatewayGroupCommand.ts | 6 +-----
.../commands/UpdateNetworkProfileCommand.ts | 6 +-----
.../commands/UpdateProfileCommand.ts | 6 +-----
.../commands/UpdateRoomCommand.ts | 6 +-----
.../commands/UpdateSkillGroupCommand.ts | 6 +-----
clients/client-amplify/commands/CreateAppCommand.ts | 6 +-----
.../commands/CreateBackendEnvironmentCommand.ts | 6 +-----
.../client-amplify/commands/CreateBranchCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateDomainAssociationCommand.ts | 6 +-----
.../client-amplify/commands/CreateWebhookCommand.ts | 6 +-----
clients/client-amplify/commands/DeleteAppCommand.ts | 6 +-----
.../commands/DeleteBackendEnvironmentCommand.ts | 6 +-----
.../client-amplify/commands/DeleteBranchCommand.ts | 6 +-----
.../commands/DeleteDomainAssociationCommand.ts | 6 +-----
clients/client-amplify/commands/DeleteJobCommand.ts | 6 +-----
.../client-amplify/commands/DeleteWebhookCommand.ts | 6 +-----
.../commands/GenerateAccessLogsCommand.ts | 6 +-----
clients/client-amplify/commands/GetAppCommand.ts | 6 +-----
.../client-amplify/commands/GetArtifactUrlCommand.ts | 6 +-----
.../commands/GetBackendEnvironmentCommand.ts | 6 +-----
clients/client-amplify/commands/GetBranchCommand.ts | 6 +-----
.../commands/GetDomainAssociationCommand.ts | 6 +-----
clients/client-amplify/commands/GetJobCommand.ts | 6 +-----
clients/client-amplify/commands/GetWebhookCommand.ts | 6 +-----
clients/client-amplify/commands/ListAppsCommand.ts | 6 +-----
.../client-amplify/commands/ListArtifactsCommand.ts | 6 +-----
.../commands/ListBackendEnvironmentsCommand.ts | 6 +-----
.../client-amplify/commands/ListBranchesCommand.ts | 6 +-----
.../commands/ListDomainAssociationsCommand.ts | 6 +-----
clients/client-amplify/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-amplify/commands/ListWebhooksCommand.ts | 6 +-----
.../commands/StartDeploymentCommand.ts | 6 +-----
clients/client-amplify/commands/StartJobCommand.ts | 6 +-----
clients/client-amplify/commands/StopJobCommand.ts | 6 +-----
.../client-amplify/commands/TagResourceCommand.ts | 6 +-----
.../client-amplify/commands/UntagResourceCommand.ts | 6 +-----
clients/client-amplify/commands/UpdateAppCommand.ts | 6 +-----
.../client-amplify/commands/UpdateBranchCommand.ts | 6 +-----
.../commands/UpdateDomainAssociationCommand.ts | 6 +-----
.../client-amplify/commands/UpdateWebhookCommand.ts | 6 +-----
.../commands/CloneBackendCommand.ts | 6 +-----
.../commands/CreateBackendAPICommand.ts | 6 +-----
.../commands/CreateBackendAuthCommand.ts | 6 +-----
.../commands/CreateBackendCommand.ts | 6 +-----
.../commands/CreateBackendConfigCommand.ts | 6 +-----
.../commands/CreateTokenCommand.ts | 6 +-----
.../commands/DeleteBackendAPICommand.ts | 6 +-----
.../commands/DeleteBackendAuthCommand.ts | 6 +-----
.../commands/DeleteBackendCommand.ts | 6 +-----
.../commands/DeleteTokenCommand.ts | 6 +-----
.../commands/GenerateBackendAPIModelsCommand.ts | 6 +-----
.../commands/GetBackendAPICommand.ts | 6 +-----
.../commands/GetBackendAPIModelsCommand.ts | 6 +-----
.../commands/GetBackendAuthCommand.ts | 6 +-----
.../commands/GetBackendCommand.ts | 6 +-----
.../commands/GetBackendJobCommand.ts | 6 +-----
.../commands/GetTokenCommand.ts | 6 +-----
.../commands/ListBackendJobsCommand.ts | 6 +-----
.../commands/RemoveAllBackendsCommand.ts | 6 +-----
.../commands/RemoveBackendConfigCommand.ts | 6 +-----
.../commands/UpdateBackendAPICommand.ts | 6 +-----
.../commands/UpdateBackendAuthCommand.ts | 6 +-----
.../commands/UpdateBackendConfigCommand.ts | 6 +-----
.../commands/UpdateBackendJobCommand.ts | 6 +-----
.../commands/CreateApiKeyCommand.ts | 6 +-----
.../commands/CreateAuthorizerCommand.ts | 6 +-----
.../commands/CreateBasePathMappingCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateDocumentationPartCommand.ts | 6 +-----
.../commands/CreateDocumentationVersionCommand.ts | 6 +-----
.../commands/CreateDomainNameCommand.ts | 6 +-----
.../commands/CreateModelCommand.ts | 6 +-----
.../commands/CreateRequestValidatorCommand.ts | 6 +-----
.../commands/CreateResourceCommand.ts | 6 +-----
.../commands/CreateRestApiCommand.ts | 6 +-----
.../commands/CreateStageCommand.ts | 6 +-----
.../commands/CreateUsagePlanCommand.ts | 6 +-----
.../commands/CreateUsagePlanKeyCommand.ts | 6 +-----
.../commands/CreateVpcLinkCommand.ts | 6 +-----
.../commands/DeleteApiKeyCommand.ts | 6 +-----
.../commands/DeleteAuthorizerCommand.ts | 6 +-----
.../commands/DeleteBasePathMappingCommand.ts | 6 +-----
.../commands/DeleteClientCertificateCommand.ts | 6 +-----
.../commands/DeleteDeploymentCommand.ts | 6 +-----
.../commands/DeleteDocumentationPartCommand.ts | 6 +-----
.../commands/DeleteDocumentationVersionCommand.ts | 6 +-----
.../commands/DeleteDomainNameCommand.ts | 6 +-----
.../commands/DeleteGatewayResponseCommand.ts | 6 +-----
.../commands/DeleteIntegrationCommand.ts | 6 +-----
.../commands/DeleteIntegrationResponseCommand.ts | 6 +-----
.../commands/DeleteMethodCommand.ts | 6 +-----
.../commands/DeleteMethodResponseCommand.ts | 6 +-----
.../commands/DeleteModelCommand.ts | 6 +-----
.../commands/DeleteRequestValidatorCommand.ts | 6 +-----
.../commands/DeleteResourceCommand.ts | 6 +-----
.../commands/DeleteRestApiCommand.ts | 6 +-----
.../commands/DeleteStageCommand.ts | 6 +-----
.../commands/DeleteUsagePlanCommand.ts | 6 +-----
.../commands/DeleteUsagePlanKeyCommand.ts | 6 +-----
.../commands/DeleteVpcLinkCommand.ts | 6 +-----
.../commands/FlushStageAuthorizersCacheCommand.ts | 6 +-----
.../commands/FlushStageCacheCommand.ts | 6 +-----
.../commands/GenerateClientCertificateCommand.ts | 6 +-----
.../client-api-gateway/commands/GetAccountCommand.ts | 6 +-----
.../client-api-gateway/commands/GetApiKeyCommand.ts | 6 +-----
.../client-api-gateway/commands/GetApiKeysCommand.ts | 6 +-----
.../commands/GetAuthorizerCommand.ts | 6 +-----
.../commands/GetAuthorizersCommand.ts | 6 +-----
.../commands/GetBasePathMappingCommand.ts | 6 +-----
.../commands/GetBasePathMappingsCommand.ts | 6 +-----
.../commands/GetClientCertificateCommand.ts | 6 +-----
.../commands/GetClientCertificatesCommand.ts | 6 +-----
.../commands/GetDeploymentCommand.ts | 6 +-----
.../commands/GetDeploymentsCommand.ts | 6 +-----
.../commands/GetDocumentationPartCommand.ts | 6 +-----
.../commands/GetDocumentationPartsCommand.ts | 6 +-----
.../commands/GetDocumentationVersionCommand.ts | 6 +-----
.../commands/GetDocumentationVersionsCommand.ts | 6 +-----
.../commands/GetDomainNameCommand.ts | 6 +-----
.../commands/GetDomainNamesCommand.ts | 6 +-----
.../client-api-gateway/commands/GetExportCommand.ts | 6 +-----
.../commands/GetGatewayResponseCommand.ts | 6 +-----
.../commands/GetGatewayResponsesCommand.ts | 6 +-----
.../commands/GetIntegrationCommand.ts | 6 +-----
.../commands/GetIntegrationResponseCommand.ts | 6 +-----
.../client-api-gateway/commands/GetMethodCommand.ts | 6 +-----
.../commands/GetMethodResponseCommand.ts | 6 +-----
.../client-api-gateway/commands/GetModelCommand.ts | 6 +-----
.../commands/GetModelTemplateCommand.ts | 6 +-----
.../client-api-gateway/commands/GetModelsCommand.ts | 6 +-----
.../commands/GetRequestValidatorCommand.ts | 6 +-----
.../commands/GetRequestValidatorsCommand.ts | 6 +-----
.../commands/GetResourceCommand.ts | 6 +-----
.../commands/GetResourcesCommand.ts | 6 +-----
.../client-api-gateway/commands/GetRestApiCommand.ts | 6 +-----
.../commands/GetRestApisCommand.ts | 6 +-----
clients/client-api-gateway/commands/GetSdkCommand.ts | 6 +-----
.../client-api-gateway/commands/GetSdkTypeCommand.ts | 6 +-----
.../commands/GetSdkTypesCommand.ts | 6 +-----
.../client-api-gateway/commands/GetStageCommand.ts | 6 +-----
.../client-api-gateway/commands/GetStagesCommand.ts | 6 +-----
.../client-api-gateway/commands/GetTagsCommand.ts | 6 +-----
.../client-api-gateway/commands/GetUsageCommand.ts | 6 +-----
.../commands/GetUsagePlanCommand.ts | 6 +-----
.../commands/GetUsagePlanKeyCommand.ts | 6 +-----
.../commands/GetUsagePlanKeysCommand.ts | 6 +-----
.../commands/GetUsagePlansCommand.ts | 6 +-----
.../client-api-gateway/commands/GetVpcLinkCommand.ts | 6 +-----
.../commands/GetVpcLinksCommand.ts | 6 +-----
.../commands/ImportApiKeysCommand.ts | 6 +-----
.../commands/ImportDocumentationPartsCommand.ts | 6 +-----
.../commands/ImportRestApiCommand.ts | 6 +-----
.../commands/PutGatewayResponseCommand.ts | 6 +-----
.../commands/PutIntegrationCommand.ts | 6 +-----
.../commands/PutIntegrationResponseCommand.ts | 6 +-----
.../client-api-gateway/commands/PutMethodCommand.ts | 6 +-----
.../commands/PutMethodResponseCommand.ts | 6 +-----
.../client-api-gateway/commands/PutRestApiCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/TestInvokeAuthorizerCommand.ts | 6 +-----
.../commands/TestInvokeMethodCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAccountCommand.ts | 6 +-----
.../commands/UpdateApiKeyCommand.ts | 6 +-----
.../commands/UpdateAuthorizerCommand.ts | 6 +-----
.../commands/UpdateBasePathMappingCommand.ts | 6 +-----
.../commands/UpdateClientCertificateCommand.ts | 6 +-----
.../commands/UpdateDeploymentCommand.ts | 6 +-----
.../commands/UpdateDocumentationPartCommand.ts | 6 +-----
.../commands/UpdateDocumentationVersionCommand.ts | 6 +-----
.../commands/UpdateDomainNameCommand.ts | 6 +-----
.../commands/UpdateGatewayResponseCommand.ts | 6 +-----
.../commands/UpdateIntegrationCommand.ts | 6 +-----
.../commands/UpdateIntegrationResponseCommand.ts | 6 +-----
.../commands/UpdateMethodCommand.ts | 6 +-----
.../commands/UpdateMethodResponseCommand.ts | 6 +-----
.../commands/UpdateModelCommand.ts | 6 +-----
.../commands/UpdateRequestValidatorCommand.ts | 6 +-----
.../commands/UpdateResourceCommand.ts | 6 +-----
.../commands/UpdateRestApiCommand.ts | 6 +-----
.../commands/UpdateStageCommand.ts | 6 +-----
.../commands/UpdateUsageCommand.ts | 6 +-----
.../commands/UpdateUsagePlanCommand.ts | 6 +-----
.../commands/UpdateVpcLinkCommand.ts | 6 +-----
.../commands/DeleteConnectionCommand.ts | 6 +-----
.../commands/GetConnectionCommand.ts | 6 +-----
.../commands/PostToConnectionCommand.ts | 6 +-----
.../client-apigatewayv2/commands/CreateApiCommand.ts | 6 +-----
.../commands/CreateApiMappingCommand.ts | 6 +-----
.../commands/CreateAuthorizerCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateDomainNameCommand.ts | 6 +-----
.../commands/CreateIntegrationCommand.ts | 6 +-----
.../commands/CreateIntegrationResponseCommand.ts | 6 +-----
.../commands/CreateModelCommand.ts | 6 +-----
.../commands/CreateRouteCommand.ts | 6 +-----
.../commands/CreateRouteResponseCommand.ts | 6 +-----
.../commands/CreateStageCommand.ts | 6 +-----
.../commands/CreateVpcLinkCommand.ts | 6 +-----
.../commands/DeleteAccessLogSettingsCommand.ts | 6 +-----
.../client-apigatewayv2/commands/DeleteApiCommand.ts | 6 +-----
.../commands/DeleteApiMappingCommand.ts | 6 +-----
.../commands/DeleteAuthorizerCommand.ts | 6 +-----
.../commands/DeleteCorsConfigurationCommand.ts | 6 +-----
.../commands/DeleteDeploymentCommand.ts | 6 +-----
.../commands/DeleteDomainNameCommand.ts | 6 +-----
.../commands/DeleteIntegrationCommand.ts | 6 +-----
.../commands/DeleteIntegrationResponseCommand.ts | 6 +-----
.../commands/DeleteModelCommand.ts | 6 +-----
.../commands/DeleteRouteCommand.ts | 6 +-----
.../commands/DeleteRouteRequestParameterCommand.ts | 6 +-----
.../commands/DeleteRouteResponseCommand.ts | 6 +-----
.../commands/DeleteRouteSettingsCommand.ts | 6 +-----
.../commands/DeleteStageCommand.ts | 6 +-----
.../commands/DeleteVpcLinkCommand.ts | 6 +-----
.../client-apigatewayv2/commands/ExportApiCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetApiCommand.ts | 6 +-----
.../commands/GetApiMappingCommand.ts | 6 +-----
.../commands/GetApiMappingsCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetApisCommand.ts | 6 +-----
.../commands/GetAuthorizerCommand.ts | 6 +-----
.../commands/GetAuthorizersCommand.ts | 6 +-----
.../commands/GetDeploymentCommand.ts | 6 +-----
.../commands/GetDeploymentsCommand.ts | 6 +-----
.../commands/GetDomainNameCommand.ts | 6 +-----
.../commands/GetDomainNamesCommand.ts | 6 +-----
.../commands/GetIntegrationCommand.ts | 6 +-----
.../commands/GetIntegrationResponseCommand.ts | 6 +-----
.../commands/GetIntegrationResponsesCommand.ts | 6 +-----
.../commands/GetIntegrationsCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetModelCommand.ts | 6 +-----
.../commands/GetModelTemplateCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetModelsCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetRouteCommand.ts | 6 +-----
.../commands/GetRouteResponseCommand.ts | 6 +-----
.../commands/GetRouteResponsesCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetRoutesCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetStageCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetStagesCommand.ts | 6 +-----
.../client-apigatewayv2/commands/GetTagsCommand.ts | 6 +-----
.../commands/GetVpcLinkCommand.ts | 6 +-----
.../commands/GetVpcLinksCommand.ts | 6 +-----
.../client-apigatewayv2/commands/ImportApiCommand.ts | 6 +-----
.../commands/ReimportApiCommand.ts | 6 +-----
.../commands/ResetAuthorizersCacheCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../client-apigatewayv2/commands/UpdateApiCommand.ts | 6 +-----
.../commands/UpdateApiMappingCommand.ts | 6 +-----
.../commands/UpdateAuthorizerCommand.ts | 6 +-----
.../commands/UpdateDeploymentCommand.ts | 6 +-----
.../commands/UpdateDomainNameCommand.ts | 6 +-----
.../commands/UpdateIntegrationCommand.ts | 6 +-----
.../commands/UpdateIntegrationResponseCommand.ts | 6 +-----
.../commands/UpdateModelCommand.ts | 6 +-----
.../commands/UpdateRouteCommand.ts | 6 +-----
.../commands/UpdateRouteResponseCommand.ts | 6 +-----
.../commands/UpdateStageCommand.ts | 6 +-----
.../commands/UpdateVpcLinkCommand.ts | 6 +-----
.../commands/CreateGatewayRouteCommand.ts | 6 +-----
.../client-app-mesh/commands/CreateMeshCommand.ts | 6 +-----
.../client-app-mesh/commands/CreateRouteCommand.ts | 6 +-----
.../commands/CreateVirtualGatewayCommand.ts | 6 +-----
.../commands/CreateVirtualNodeCommand.ts | 6 +-----
.../commands/CreateVirtualRouterCommand.ts | 6 +-----
.../commands/CreateVirtualServiceCommand.ts | 6 +-----
.../commands/DeleteGatewayRouteCommand.ts | 6 +-----
.../client-app-mesh/commands/DeleteMeshCommand.ts | 6 +-----
.../client-app-mesh/commands/DeleteRouteCommand.ts | 6 +-----
.../commands/DeleteVirtualGatewayCommand.ts | 6 +-----
.../commands/DeleteVirtualNodeCommand.ts | 6 +-----
.../commands/DeleteVirtualRouterCommand.ts | 6 +-----
.../commands/DeleteVirtualServiceCommand.ts | 6 +-----
.../commands/DescribeGatewayRouteCommand.ts | 6 +-----
.../client-app-mesh/commands/DescribeMeshCommand.ts | 6 +-----
.../client-app-mesh/commands/DescribeRouteCommand.ts | 6 +-----
.../commands/DescribeVirtualGatewayCommand.ts | 6 +-----
.../commands/DescribeVirtualNodeCommand.ts | 6 +-----
.../commands/DescribeVirtualRouterCommand.ts | 6 +-----
.../commands/DescribeVirtualServiceCommand.ts | 6 +-----
.../commands/ListGatewayRoutesCommand.ts | 6 +-----
.../client-app-mesh/commands/ListMeshesCommand.ts | 6 +-----
.../client-app-mesh/commands/ListRoutesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListVirtualGatewaysCommand.ts | 6 +-----
.../commands/ListVirtualNodesCommand.ts | 6 +-----
.../commands/ListVirtualRoutersCommand.ts | 6 +-----
.../commands/ListVirtualServicesCommand.ts | 6 +-----
.../client-app-mesh/commands/TagResourceCommand.ts | 6 +-----
.../client-app-mesh/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateGatewayRouteCommand.ts | 6 +-----
.../client-app-mesh/commands/UpdateMeshCommand.ts | 6 +-----
.../client-app-mesh/commands/UpdateRouteCommand.ts | 6 +-----
.../commands/UpdateVirtualGatewayCommand.ts | 6 +-----
.../commands/UpdateVirtualNodeCommand.ts | 6 +-----
.../commands/UpdateVirtualRouterCommand.ts | 6 +-----
.../commands/UpdateVirtualServiceCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateConfigurationProfileCommand.ts | 6 +-----
.../commands/CreateDeploymentStrategyCommand.ts | 6 +-----
.../commands/CreateEnvironmentCommand.ts | 6 +-----
.../CreateHostedConfigurationVersionCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/DeleteConfigurationProfileCommand.ts | 6 +-----
.../commands/DeleteDeploymentStrategyCommand.ts | 6 +-----
.../commands/DeleteEnvironmentCommand.ts | 6 +-----
.../DeleteHostedConfigurationVersionCommand.ts | 6 +-----
.../commands/GetApplicationCommand.ts | 6 +-----
.../commands/GetConfigurationCommand.ts | 6 +-----
.../commands/GetConfigurationProfileCommand.ts | 6 +-----
.../commands/GetDeploymentCommand.ts | 6 +-----
.../commands/GetDeploymentStrategyCommand.ts | 6 +-----
.../commands/GetEnvironmentCommand.ts | 6 +-----
.../commands/GetHostedConfigurationVersionCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListConfigurationProfilesCommand.ts | 6 +-----
.../commands/ListDeploymentStrategiesCommand.ts | 6 +-----
.../commands/ListDeploymentsCommand.ts | 6 +-----
.../commands/ListEnvironmentsCommand.ts | 6 +-----
.../ListHostedConfigurationVersionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/StartDeploymentCommand.ts | 6 +-----
.../commands/StopDeploymentCommand.ts | 6 +-----
.../client-appconfig/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/UpdateConfigurationProfileCommand.ts | 6 +-----
.../commands/UpdateDeploymentStrategyCommand.ts | 6 +-----
.../commands/UpdateEnvironmentCommand.ts | 6 +-----
.../commands/ValidateConfigurationCommand.ts | 6 +-----
.../commands/CreateConnectorProfileCommand.ts | 6 +-----
clients/client-appflow/commands/CreateFlowCommand.ts | 6 +-----
.../commands/DeleteConnectorProfileCommand.ts | 6 +-----
clients/client-appflow/commands/DeleteFlowCommand.ts | 6 +-----
.../commands/DescribeConnectorEntityCommand.ts | 6 +-----
.../commands/DescribeConnectorProfilesCommand.ts | 6 +-----
.../commands/DescribeConnectorsCommand.ts | 6 +-----
.../client-appflow/commands/DescribeFlowCommand.ts | 6 +-----
.../commands/DescribeFlowExecutionRecordsCommand.ts | 6 +-----
.../commands/ListConnectorEntitiesCommand.ts | 6 +-----
clients/client-appflow/commands/ListFlowsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-appflow/commands/StartFlowCommand.ts | 6 +-----
clients/client-appflow/commands/StopFlowCommand.ts | 6 +-----
.../client-appflow/commands/TagResourceCommand.ts | 6 +-----
.../client-appflow/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateConnectorProfileCommand.ts | 6 +-----
clients/client-appflow/commands/UpdateFlowCommand.ts | 6 +-----
.../commands/CreateEventIntegrationCommand.ts | 6 +-----
.../commands/DeleteEventIntegrationCommand.ts | 6 +-----
.../commands/GetEventIntegrationCommand.ts | 6 +-----
.../ListEventIntegrationAssociationsCommand.ts | 6 +-----
.../commands/ListEventIntegrationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateEventIntegrationCommand.ts | 6 +-----
.../commands/DeleteScalingPolicyCommand.ts | 6 +-----
.../commands/DeleteScheduledActionCommand.ts | 6 +-----
.../commands/DeregisterScalableTargetCommand.ts | 6 +-----
.../commands/DescribeScalableTargetsCommand.ts | 6 +-----
.../commands/DescribeScalingActivitiesCommand.ts | 6 +-----
.../commands/DescribeScalingPoliciesCommand.ts | 6 +-----
.../commands/DescribeScheduledActionsCommand.ts | 6 +-----
.../commands/PutScalingPolicyCommand.ts | 6 +-----
.../commands/PutScheduledActionCommand.ts | 6 +-----
.../commands/RegisterScalableTargetCommand.ts | 6 +-----
...ssociateConfigurationItemsToApplicationCommand.ts | 6 +-----
.../commands/BatchDeleteImportDataCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateTagsCommand.ts | 6 +-----
.../commands/DeleteApplicationsCommand.ts | 6 +-----
.../commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DescribeAgentsCommand.ts | 6 +-----
.../commands/DescribeConfigurationsCommand.ts | 6 +-----
.../commands/DescribeContinuousExportsCommand.ts | 6 +-----
.../commands/DescribeExportConfigurationsCommand.ts | 6 +-----
.../commands/DescribeExportTasksCommand.ts | 6 +-----
.../commands/DescribeImportTasksCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
...ociateConfigurationItemsFromApplicationCommand.ts | 6 +-----
.../commands/ExportConfigurationsCommand.ts | 6 +-----
.../commands/GetDiscoverySummaryCommand.ts | 6 +-----
.../commands/ListConfigurationsCommand.ts | 6 +-----
.../commands/ListServerNeighborsCommand.ts | 6 +-----
.../commands/StartContinuousExportCommand.ts | 6 +-----
.../commands/StartDataCollectionByAgentIdsCommand.ts | 6 +-----
.../commands/StartExportTaskCommand.ts | 6 +-----
.../commands/StartImportTaskCommand.ts | 6 +-----
.../commands/StopContinuousExportCommand.ts | 6 +-----
.../commands/StopDataCollectionByAgentIdsCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateComponentCommand.ts | 6 +-----
.../commands/CreateLogPatternCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/DeleteComponentCommand.ts | 6 +-----
.../commands/DeleteLogPatternCommand.ts | 6 +-----
.../commands/DescribeApplicationCommand.ts | 6 +-----
.../commands/DescribeComponentCommand.ts | 6 +-----
.../DescribeComponentConfigurationCommand.ts | 6 +-----
...ibeComponentConfigurationRecommendationCommand.ts | 6 +-----
.../commands/DescribeLogPatternCommand.ts | 6 +-----
.../commands/DescribeObservationCommand.ts | 6 +-----
.../commands/DescribeProblemCommand.ts | 6 +-----
.../commands/DescribeProblemObservationsCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListComponentsCommand.ts | 6 +-----
.../commands/ListConfigurationHistoryCommand.ts | 6 +-----
.../commands/ListLogPatternSetsCommand.ts | 6 +-----
.../commands/ListLogPatternsCommand.ts | 6 +-----
.../commands/ListProblemsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/UpdateComponentCommand.ts | 6 +-----
.../commands/UpdateComponentConfigurationCommand.ts | 6 +-----
.../commands/UpdateLogPatternCommand.ts | 6 +-----
.../commands/AssociateFleetCommand.ts | 6 +-----
.../commands/BatchAssociateUserStackCommand.ts | 6 +-----
.../commands/BatchDisassociateUserStackCommand.ts | 6 +-----
.../client-appstream/commands/CopyImageCommand.ts | 6 +-----
.../commands/CreateDirectoryConfigCommand.ts | 6 +-----
.../client-appstream/commands/CreateFleetCommand.ts | 6 +-----
.../commands/CreateImageBuilderCommand.ts | 6 +-----
.../CreateImageBuilderStreamingURLCommand.ts | 6 +-----
.../client-appstream/commands/CreateStackCommand.ts | 6 +-----
.../commands/CreateStreamingURLCommand.ts | 6 +-----
.../commands/CreateUsageReportSubscriptionCommand.ts | 6 +-----
.../client-appstream/commands/CreateUserCommand.ts | 6 +-----
.../commands/DeleteDirectoryConfigCommand.ts | 6 +-----
.../client-appstream/commands/DeleteFleetCommand.ts | 6 +-----
.../commands/DeleteImageBuilderCommand.ts | 6 +-----
.../client-appstream/commands/DeleteImageCommand.ts | 6 +-----
.../commands/DeleteImagePermissionsCommand.ts | 6 +-----
.../client-appstream/commands/DeleteStackCommand.ts | 6 +-----
.../commands/DeleteUsageReportSubscriptionCommand.ts | 6 +-----
.../client-appstream/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DescribeDirectoryConfigsCommand.ts | 6 +-----
.../commands/DescribeFleetsCommand.ts | 6 +-----
.../commands/DescribeImageBuildersCommand.ts | 6 +-----
.../commands/DescribeImagePermissionsCommand.ts | 6 +-----
.../commands/DescribeImagesCommand.ts | 6 +-----
.../commands/DescribeSessionsCommand.ts | 6 +-----
.../commands/DescribeStacksCommand.ts | 6 +-----
.../DescribeUsageReportSubscriptionsCommand.ts | 6 +-----
.../commands/DescribeUserStackAssociationsCommand.ts | 6 +-----
.../commands/DescribeUsersCommand.ts | 6 +-----
.../client-appstream/commands/DisableUserCommand.ts | 6 +-----
.../commands/DisassociateFleetCommand.ts | 6 +-----
.../client-appstream/commands/EnableUserCommand.ts | 6 +-----
.../commands/ExpireSessionCommand.ts | 6 +-----
.../commands/ListAssociatedFleetsCommand.ts | 6 +-----
.../commands/ListAssociatedStacksCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-appstream/commands/StartFleetCommand.ts | 6 +-----
.../commands/StartImageBuilderCommand.ts | 6 +-----
.../client-appstream/commands/StopFleetCommand.ts | 6 +-----
.../commands/StopImageBuilderCommand.ts | 6 +-----
.../client-appstream/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDirectoryConfigCommand.ts | 6 +-----
.../client-appstream/commands/UpdateFleetCommand.ts | 6 +-----
.../commands/UpdateImagePermissionsCommand.ts | 6 +-----
.../client-appstream/commands/UpdateStackCommand.ts | 6 +-----
.../client-appsync/commands/CreateApiCacheCommand.ts | 6 +-----
.../client-appsync/commands/CreateApiKeyCommand.ts | 6 +-----
.../commands/CreateDataSourceCommand.ts | 6 +-----
.../client-appsync/commands/CreateFunctionCommand.ts | 6 +-----
.../commands/CreateGraphqlApiCommand.ts | 6 +-----
.../client-appsync/commands/CreateResolverCommand.ts | 6 +-----
clients/client-appsync/commands/CreateTypeCommand.ts | 6 +-----
.../client-appsync/commands/DeleteApiCacheCommand.ts | 6 +-----
.../client-appsync/commands/DeleteApiKeyCommand.ts | 6 +-----
.../commands/DeleteDataSourceCommand.ts | 6 +-----
.../client-appsync/commands/DeleteFunctionCommand.ts | 6 +-----
.../commands/DeleteGraphqlApiCommand.ts | 6 +-----
.../client-appsync/commands/DeleteResolverCommand.ts | 6 +-----
clients/client-appsync/commands/DeleteTypeCommand.ts | 6 +-----
.../client-appsync/commands/FlushApiCacheCommand.ts | 6 +-----
.../client-appsync/commands/GetApiCacheCommand.ts | 6 +-----
.../client-appsync/commands/GetDataSourceCommand.ts | 6 +-----
.../client-appsync/commands/GetFunctionCommand.ts | 6 +-----
.../client-appsync/commands/GetGraphqlApiCommand.ts | 6 +-----
.../commands/GetIntrospectionSchemaCommand.ts | 6 +-----
.../client-appsync/commands/GetResolverCommand.ts | 6 +-----
.../commands/GetSchemaCreationStatusCommand.ts | 6 +-----
clients/client-appsync/commands/GetTypeCommand.ts | 6 +-----
.../client-appsync/commands/ListApiKeysCommand.ts | 6 +-----
.../commands/ListDataSourcesCommand.ts | 6 +-----
.../client-appsync/commands/ListFunctionsCommand.ts | 6 +-----
.../commands/ListGraphqlApisCommand.ts | 6 +-----
.../commands/ListResolversByFunctionCommand.ts | 6 +-----
.../client-appsync/commands/ListResolversCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-appsync/commands/ListTypesCommand.ts | 6 +-----
.../commands/StartSchemaCreationCommand.ts | 6 +-----
.../client-appsync/commands/TagResourceCommand.ts | 6 +-----
.../client-appsync/commands/UntagResourceCommand.ts | 6 +-----
.../client-appsync/commands/UpdateApiCacheCommand.ts | 6 +-----
.../client-appsync/commands/UpdateApiKeyCommand.ts | 6 +-----
.../commands/UpdateDataSourceCommand.ts | 6 +-----
.../client-appsync/commands/UpdateFunctionCommand.ts | 6 +-----
.../commands/UpdateGraphqlApiCommand.ts | 6 +-----
.../client-appsync/commands/UpdateResolverCommand.ts | 6 +-----
clients/client-appsync/commands/UpdateTypeCommand.ts | 6 +-----
.../commands/BatchGetNamedQueryCommand.ts | 6 +-----
.../commands/BatchGetQueryExecutionCommand.ts | 6 +-----
.../commands/CreateDataCatalogCommand.ts | 6 +-----
.../commands/CreateNamedQueryCommand.ts | 6 +-----
.../client-athena/commands/CreateWorkGroupCommand.ts | 6 +-----
.../commands/DeleteDataCatalogCommand.ts | 6 +-----
.../commands/DeleteNamedQueryCommand.ts | 6 +-----
.../client-athena/commands/DeleteWorkGroupCommand.ts | 6 +-----
.../client-athena/commands/GetDataCatalogCommand.ts | 6 +-----
clients/client-athena/commands/GetDatabaseCommand.ts | 6 +-----
.../client-athena/commands/GetNamedQueryCommand.ts | 6 +-----
.../commands/GetQueryExecutionCommand.ts | 6 +-----
.../client-athena/commands/GetQueryResultsCommand.ts | 6 +-----
.../commands/GetTableMetadataCommand.ts | 6 +-----
.../client-athena/commands/GetWorkGroupCommand.ts | 6 +-----
.../commands/ListDataCatalogsCommand.ts | 6 +-----
.../client-athena/commands/ListDatabasesCommand.ts | 6 +-----
.../commands/ListNamedQueriesCommand.ts | 6 +-----
.../commands/ListQueryExecutionsCommand.ts | 6 +-----
.../commands/ListTableMetadataCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-athena/commands/ListWorkGroupsCommand.ts | 6 +-----
.../commands/StartQueryExecutionCommand.ts | 6 +-----
.../commands/StopQueryExecutionCommand.ts | 6 +-----
clients/client-athena/commands/TagResourceCommand.ts | 6 +-----
.../client-athena/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDataCatalogCommand.ts | 6 +-----
.../client-athena/commands/UpdateWorkGroupCommand.ts | 6 +-----
...AssociateAssessmentReportEvidenceFolderCommand.ts | 6 +-----
.../BatchAssociateAssessmentReportEvidenceCommand.ts | 6 +-----
.../BatchCreateDelegationByAssessmentCommand.ts | 6 +-----
.../BatchDeleteDelegationByAssessmentCommand.ts | 6 +-----
...tchDisassociateAssessmentReportEvidenceCommand.ts | 6 +-----
.../BatchImportEvidenceToAssessmentControlCommand.ts | 6 +-----
.../commands/CreateAssessmentCommand.ts | 6 +-----
.../commands/CreateAssessmentFrameworkCommand.ts | 6 +-----
.../commands/CreateAssessmentReportCommand.ts | 6 +-----
.../commands/CreateControlCommand.ts | 6 +-----
.../commands/DeleteAssessmentCommand.ts | 6 +-----
.../commands/DeleteAssessmentFrameworkCommand.ts | 6 +-----
.../commands/DeleteAssessmentReportCommand.ts | 6 +-----
.../commands/DeleteControlCommand.ts | 6 +-----
.../commands/DeregisterAccountCommand.ts | 6 +-----
.../DeregisterOrganizationAdminAccountCommand.ts | 6 +-----
...associateAssessmentReportEvidenceFolderCommand.ts | 6 +-----
.../commands/GetAccountStatusCommand.ts | 6 +-----
.../commands/GetAssessmentCommand.ts | 6 +-----
.../commands/GetAssessmentFrameworkCommand.ts | 6 +-----
.../commands/GetAssessmentReportUrlCommand.ts | 6 +-----
.../commands/GetChangeLogsCommand.ts | 6 +-----
.../commands/GetControlCommand.ts | 6 +-----
.../commands/GetDelegationsCommand.ts | 6 +-----
.../commands/GetEvidenceByEvidenceFolderCommand.ts | 6 +-----
.../commands/GetEvidenceCommand.ts | 6 +-----
.../commands/GetEvidenceFolderCommand.ts | 6 +-----
.../GetEvidenceFoldersByAssessmentCommand.ts | 6 +-----
.../GetEvidenceFoldersByAssessmentControlCommand.ts | 6 +-----
.../commands/GetOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/GetServicesInScopeCommand.ts | 6 +-----
.../commands/GetSettingsCommand.ts | 6 +-----
.../commands/ListAssessmentFrameworksCommand.ts | 6 +-----
.../commands/ListAssessmentReportsCommand.ts | 6 +-----
.../commands/ListAssessmentsCommand.ts | 6 +-----
.../commands/ListControlsCommand.ts | 6 +-----
.../commands/ListKeywordsForDataSourceCommand.ts | 6 +-----
.../commands/ListNotificationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RegisterAccountCommand.ts | 6 +-----
.../RegisterOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAssessmentCommand.ts | 6 +-----
.../commands/UpdateAssessmentControlCommand.ts | 6 +-----
.../UpdateAssessmentControlSetStatusCommand.ts | 6 +-----
.../commands/UpdateAssessmentFrameworkCommand.ts | 6 +-----
.../commands/UpdateAssessmentStatusCommand.ts | 6 +-----
.../commands/UpdateControlCommand.ts | 6 +-----
.../commands/UpdateSettingsCommand.ts | 6 +-----
.../ValidateAssessmentReportIntegrityCommand.ts | 6 +-----
.../commands/CreateScalingPlanCommand.ts | 6 +-----
.../commands/DeleteScalingPlanCommand.ts | 6 +-----
.../commands/DescribeScalingPlanResourcesCommand.ts | 6 +-----
.../commands/DescribeScalingPlansCommand.ts | 6 +-----
.../GetScalingPlanResourceForecastDataCommand.ts | 6 +-----
.../commands/UpdateScalingPlanCommand.ts | 6 +-----
.../commands/AttachInstancesCommand.ts | 6 +-----
.../AttachLoadBalancerTargetGroupsCommand.ts | 6 +-----
.../commands/AttachLoadBalancersCommand.ts | 6 +-----
.../commands/BatchDeleteScheduledActionCommand.ts | 6 +-----
.../BatchPutScheduledUpdateGroupActionCommand.ts | 6 +-----
.../commands/CancelInstanceRefreshCommand.ts | 6 +-----
.../commands/CompleteLifecycleActionCommand.ts | 6 +-----
.../commands/CreateAutoScalingGroupCommand.ts | 6 +-----
.../commands/CreateLaunchConfigurationCommand.ts | 6 +-----
.../commands/CreateOrUpdateTagsCommand.ts | 6 +-----
.../commands/DeleteAutoScalingGroupCommand.ts | 6 +-----
.../commands/DeleteLaunchConfigurationCommand.ts | 6 +-----
.../commands/DeleteLifecycleHookCommand.ts | 6 +-----
.../DeleteNotificationConfigurationCommand.ts | 6 +-----
.../commands/DeletePolicyCommand.ts | 6 +-----
.../commands/DeleteScheduledActionCommand.ts | 6 +-----
.../commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DescribeAccountLimitsCommand.ts | 6 +-----
.../commands/DescribeAdjustmentTypesCommand.ts | 6 +-----
.../commands/DescribeAutoScalingGroupsCommand.ts | 6 +-----
.../commands/DescribeAutoScalingInstancesCommand.ts | 6 +-----
.../DescribeAutoScalingNotificationTypesCommand.ts | 6 +-----
.../commands/DescribeInstanceRefreshesCommand.ts | 6 +-----
.../commands/DescribeLaunchConfigurationsCommand.ts | 6 +-----
.../commands/DescribeLifecycleHookTypesCommand.ts | 6 +-----
.../commands/DescribeLifecycleHooksCommand.ts | 6 +-----
.../DescribeLoadBalancerTargetGroupsCommand.ts | 6 +-----
.../commands/DescribeLoadBalancersCommand.ts | 6 +-----
.../commands/DescribeMetricCollectionTypesCommand.ts | 6 +-----
.../DescribeNotificationConfigurationsCommand.ts | 6 +-----
.../commands/DescribePoliciesCommand.ts | 6 +-----
.../commands/DescribeScalingActivitiesCommand.ts | 6 +-----
.../commands/DescribeScalingProcessTypesCommand.ts | 6 +-----
.../commands/DescribeScheduledActionsCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../DescribeTerminationPolicyTypesCommand.ts | 6 +-----
.../commands/DetachInstancesCommand.ts | 6 +-----
.../DetachLoadBalancerTargetGroupsCommand.ts | 6 +-----
.../commands/DetachLoadBalancersCommand.ts | 6 +-----
.../commands/DisableMetricsCollectionCommand.ts | 6 +-----
.../commands/EnableMetricsCollectionCommand.ts | 6 +-----
.../commands/EnterStandbyCommand.ts | 6 +-----
.../commands/ExecutePolicyCommand.ts | 6 +-----
.../commands/ExitStandbyCommand.ts | 6 +-----
.../commands/PutLifecycleHookCommand.ts | 6 +-----
.../commands/PutNotificationConfigurationCommand.ts | 6 +-----
.../commands/PutScalingPolicyCommand.ts | 6 +-----
.../commands/PutScheduledUpdateGroupActionCommand.ts | 6 +-----
.../RecordLifecycleActionHeartbeatCommand.ts | 6 +-----
.../commands/ResumeProcessesCommand.ts | 6 +-----
.../commands/SetDesiredCapacityCommand.ts | 6 +-----
.../commands/SetInstanceHealthCommand.ts | 6 +-----
.../commands/SetInstanceProtectionCommand.ts | 6 +-----
.../commands/StartInstanceRefreshCommand.ts | 6 +-----
.../commands/SuspendProcessesCommand.ts | 6 +-----
.../TerminateInstanceInAutoScalingGroupCommand.ts | 6 +-----
.../commands/UpdateAutoScalingGroupCommand.ts | 6 +-----
.../commands/CreateBackupPlanCommand.ts | 6 +-----
.../commands/CreateBackupSelectionCommand.ts | 6 +-----
.../commands/CreateBackupVaultCommand.ts | 6 +-----
.../commands/DeleteBackupPlanCommand.ts | 6 +-----
.../commands/DeleteBackupSelectionCommand.ts | 6 +-----
.../commands/DeleteBackupVaultAccessPolicyCommand.ts | 6 +-----
.../commands/DeleteBackupVaultCommand.ts | 6 +-----
.../DeleteBackupVaultNotificationsCommand.ts | 6 +-----
.../commands/DeleteRecoveryPointCommand.ts | 6 +-----
.../commands/DescribeBackupJobCommand.ts | 6 +-----
.../commands/DescribeBackupVaultCommand.ts | 6 +-----
.../client-backup/commands/DescribeCopyJobCommand.ts | 6 +-----
.../commands/DescribeGlobalSettingsCommand.ts | 6 +-----
.../commands/DescribeProtectedResourceCommand.ts | 6 +-----
.../commands/DescribeRecoveryPointCommand.ts | 6 +-----
.../commands/DescribeRegionSettingsCommand.ts | 6 +-----
.../commands/DescribeRestoreJobCommand.ts | 6 +-----
.../commands/ExportBackupPlanTemplateCommand.ts | 6 +-----
.../client-backup/commands/GetBackupPlanCommand.ts | 6 +-----
.../commands/GetBackupPlanFromJSONCommand.ts | 6 +-----
.../commands/GetBackupPlanFromTemplateCommand.ts | 6 +-----
.../commands/GetBackupSelectionCommand.ts | 6 +-----
.../commands/GetBackupVaultAccessPolicyCommand.ts | 6 +-----
.../commands/GetBackupVaultNotificationsCommand.ts | 6 +-----
.../GetRecoveryPointRestoreMetadataCommand.ts | 6 +-----
.../commands/GetSupportedResourceTypesCommand.ts | 6 +-----
.../client-backup/commands/ListBackupJobsCommand.ts | 6 +-----
.../commands/ListBackupPlanTemplatesCommand.ts | 6 +-----
.../commands/ListBackupPlanVersionsCommand.ts | 6 +-----
.../client-backup/commands/ListBackupPlansCommand.ts | 6 +-----
.../commands/ListBackupSelectionsCommand.ts | 6 +-----
.../commands/ListBackupVaultsCommand.ts | 6 +-----
.../client-backup/commands/ListCopyJobsCommand.ts | 6 +-----
.../commands/ListProtectedResourcesCommand.ts | 6 +-----
.../ListRecoveryPointsByBackupVaultCommand.ts | 6 +-----
.../commands/ListRecoveryPointsByResourceCommand.ts | 6 +-----
.../client-backup/commands/ListRestoreJobsCommand.ts | 6 +-----
clients/client-backup/commands/ListTagsCommand.ts | 6 +-----
.../commands/PutBackupVaultAccessPolicyCommand.ts | 6 +-----
.../commands/PutBackupVaultNotificationsCommand.ts | 6 +-----
.../client-backup/commands/StartBackupJobCommand.ts | 6 +-----
.../client-backup/commands/StartCopyJobCommand.ts | 6 +-----
.../client-backup/commands/StartRestoreJobCommand.ts | 6 +-----
.../client-backup/commands/StopBackupJobCommand.ts | 6 +-----
clients/client-backup/commands/TagResourceCommand.ts | 6 +-----
.../client-backup/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateBackupPlanCommand.ts | 6 +-----
.../commands/UpdateGlobalSettingsCommand.ts | 6 +-----
.../commands/UpdateRecoveryPointLifecycleCommand.ts | 6 +-----
.../commands/UpdateRegionSettingsCommand.ts | 6 +-----
clients/client-batch/commands/CancelJobCommand.ts | 6 +-----
.../commands/CreateComputeEnvironmentCommand.ts | 6 +-----
.../client-batch/commands/CreateJobQueueCommand.ts | 6 +-----
.../commands/DeleteComputeEnvironmentCommand.ts | 6 +-----
.../client-batch/commands/DeleteJobQueueCommand.ts | 6 +-----
.../commands/DeregisterJobDefinitionCommand.ts | 6 +-----
.../commands/DescribeComputeEnvironmentsCommand.ts | 6 +-----
.../commands/DescribeJobDefinitionsCommand.ts | 6 +-----
.../commands/DescribeJobQueuesCommand.ts | 6 +-----
clients/client-batch/commands/DescribeJobsCommand.ts | 6 +-----
clients/client-batch/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RegisterJobDefinitionCommand.ts | 6 +-----
clients/client-batch/commands/SubmitJobCommand.ts | 6 +-----
clients/client-batch/commands/TagResourceCommand.ts | 6 +-----
clients/client-batch/commands/TerminateJobCommand.ts | 6 +-----
.../client-batch/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateComputeEnvironmentCommand.ts | 6 +-----
.../client-batch/commands/UpdateJobQueueCommand.ts | 6 +-----
.../commands/CancelQuantumTaskCommand.ts | 6 +-----
.../commands/CreateQuantumTaskCommand.ts | 6 +-----
clients/client-braket/commands/GetDeviceCommand.ts | 6 +-----
.../client-braket/commands/GetQuantumTaskCommand.ts | 6 +-----
.../client-braket/commands/SearchDevicesCommand.ts | 6 +-----
.../commands/SearchQuantumTasksCommand.ts | 6 +-----
.../commands/CreateBudgetActionCommand.ts | 6 +-----
.../client-budgets/commands/CreateBudgetCommand.ts | 6 +-----
.../commands/CreateNotificationCommand.ts | 6 +-----
.../commands/CreateSubscriberCommand.ts | 6 +-----
.../commands/DeleteBudgetActionCommand.ts | 6 +-----
.../client-budgets/commands/DeleteBudgetCommand.ts | 6 +-----
.../commands/DeleteNotificationCommand.ts | 6 +-----
.../commands/DeleteSubscriberCommand.ts | 6 +-----
.../commands/DescribeBudgetActionCommand.ts | 6 +-----
.../commands/DescribeBudgetActionHistoriesCommand.ts | 6 +-----
.../DescribeBudgetActionsForAccountCommand.ts | 6 +-----
.../DescribeBudgetActionsForBudgetCommand.ts | 6 +-----
.../client-budgets/commands/DescribeBudgetCommand.ts | 6 +-----
.../DescribeBudgetPerformanceHistoryCommand.ts | 6 +-----
.../commands/DescribeBudgetsCommand.ts | 6 +-----
.../DescribeNotificationsForBudgetCommand.ts | 6 +-----
.../DescribeSubscribersForNotificationCommand.ts | 6 +-----
.../commands/ExecuteBudgetActionCommand.ts | 6 +-----
.../commands/UpdateBudgetActionCommand.ts | 6 +-----
.../client-budgets/commands/UpdateBudgetCommand.ts | 6 +-----
.../commands/UpdateNotificationCommand.ts | 6 +-----
.../commands/UpdateSubscriberCommand.ts | 6 +-----
.../commands/AssociatePhoneNumberWithUserCommand.ts | 6 +-----
...AssociatePhoneNumbersWithVoiceConnectorCommand.ts | 6 +-----
...iatePhoneNumbersWithVoiceConnectorGroupCommand.ts | 6 +-----
...ssociateSigninDelegateGroupsWithAccountCommand.ts | 6 +-----
.../commands/BatchCreateAttendeeCommand.ts | 6 +-----
.../commands/BatchCreateRoomMembershipCommand.ts | 6 +-----
.../commands/BatchDeletePhoneNumberCommand.ts | 6 +-----
.../client-chime/commands/BatchSuspendUserCommand.ts | 6 +-----
.../commands/BatchUnsuspendUserCommand.ts | 6 +-----
.../commands/BatchUpdatePhoneNumberCommand.ts | 6 +-----
.../client-chime/commands/BatchUpdateUserCommand.ts | 6 +-----
.../client-chime/commands/CreateAccountCommand.ts | 6 +-----
.../commands/CreateAppInstanceAdminCommand.ts | 6 +-----
.../commands/CreateAppInstanceCommand.ts | 6 +-----
.../commands/CreateAppInstanceUserCommand.ts | 6 +-----
.../client-chime/commands/CreateAttendeeCommand.ts | 6 +-----
clients/client-chime/commands/CreateBotCommand.ts | 6 +-----
.../client-chime/commands/CreateChannelBanCommand.ts | 6 +-----
.../client-chime/commands/CreateChannelCommand.ts | 6 +-----
.../commands/CreateChannelMembershipCommand.ts | 6 +-----
.../commands/CreateChannelModeratorCommand.ts | 6 +-----
.../client-chime/commands/CreateMeetingCommand.ts | 6 +-----
.../commands/CreateMeetingDialOutCommand.ts | 6 +-----
.../commands/CreateMeetingWithAttendeesCommand.ts | 6 +-----
.../commands/CreatePhoneNumberOrderCommand.ts | 6 +-----
.../commands/CreateProxySessionCommand.ts | 6 +-----
clients/client-chime/commands/CreateRoomCommand.ts | 6 +-----
.../commands/CreateRoomMembershipCommand.ts | 6 +-----
.../commands/CreateSipMediaApplicationCallCommand.ts | 6 +-----
.../commands/CreateSipMediaApplicationCommand.ts | 6 +-----
.../client-chime/commands/CreateSipRuleCommand.ts | 6 +-----
clients/client-chime/commands/CreateUserCommand.ts | 6 +-----
.../commands/CreateVoiceConnectorCommand.ts | 6 +-----
.../commands/CreateVoiceConnectorGroupCommand.ts | 6 +-----
.../client-chime/commands/DeleteAccountCommand.ts | 6 +-----
.../commands/DeleteAppInstanceAdminCommand.ts | 6 +-----
.../commands/DeleteAppInstanceCommand.ts | 6 +-----
...eleteAppInstanceStreamingConfigurationsCommand.ts | 6 +-----
.../commands/DeleteAppInstanceUserCommand.ts | 6 +-----
.../client-chime/commands/DeleteAttendeeCommand.ts | 6 +-----
.../client-chime/commands/DeleteChannelBanCommand.ts | 6 +-----
.../client-chime/commands/DeleteChannelCommand.ts | 6 +-----
.../commands/DeleteChannelMembershipCommand.ts | 6 +-----
.../commands/DeleteChannelMessageCommand.ts | 6 +-----
.../commands/DeleteChannelModeratorCommand.ts | 6 +-----
.../commands/DeleteEventsConfigurationCommand.ts | 6 +-----
.../client-chime/commands/DeleteMeetingCommand.ts | 6 +-----
.../commands/DeletePhoneNumberCommand.ts | 6 +-----
.../commands/DeleteProxySessionCommand.ts | 6 +-----
clients/client-chime/commands/DeleteRoomCommand.ts | 6 +-----
.../commands/DeleteRoomMembershipCommand.ts | 6 +-----
.../commands/DeleteSipMediaApplicationCommand.ts | 6 +-----
.../client-chime/commands/DeleteSipRuleCommand.ts | 6 +-----
.../commands/DeleteVoiceConnectorCommand.ts | 6 +-----
...eConnectorEmergencyCallingConfigurationCommand.ts | 6 +-----
.../commands/DeleteVoiceConnectorGroupCommand.ts | 6 +-----
.../DeleteVoiceConnectorOriginationCommand.ts | 6 +-----
.../commands/DeleteVoiceConnectorProxyCommand.ts | 6 +-----
...eteVoiceConnectorStreamingConfigurationCommand.ts | 6 +-----
.../DeleteVoiceConnectorTerminationCommand.ts | 6 +-----
...eteVoiceConnectorTerminationCredentialsCommand.ts | 6 +-----
.../commands/DescribeAppInstanceAdminCommand.ts | 6 +-----
.../commands/DescribeAppInstanceCommand.ts | 6 +-----
.../commands/DescribeAppInstanceUserCommand.ts | 6 +-----
.../commands/DescribeChannelBanCommand.ts | 6 +-----
.../client-chime/commands/DescribeChannelCommand.ts | 6 +-----
.../commands/DescribeChannelMembershipCommand.ts | 6 +-----
...ribeChannelMembershipForAppInstanceUserCommand.ts | 6 +-----
...scribeChannelModeratedByAppInstanceUserCommand.ts | 6 +-----
.../commands/DescribeChannelModeratorCommand.ts | 6 +-----
.../DisassociatePhoneNumberFromUserCommand.ts | 6 +-----
...associatePhoneNumbersFromVoiceConnectorCommand.ts | 6 +-----
...iatePhoneNumbersFromVoiceConnectorGroupCommand.ts | 6 +-----
...ssociateSigninDelegateGroupsFromAccountCommand.ts | 6 +-----
clients/client-chime/commands/GetAccountCommand.ts | 6 +-----
.../commands/GetAccountSettingsCommand.ts | 6 +-----
.../GetAppInstanceRetentionSettingsCommand.ts | 6 +-----
.../GetAppInstanceStreamingConfigurationsCommand.ts | 6 +-----
clients/client-chime/commands/GetAttendeeCommand.ts | 6 +-----
clients/client-chime/commands/GetBotCommand.ts | 6 +-----
.../commands/GetChannelMessageCommand.ts | 6 +-----
.../commands/GetEventsConfigurationCommand.ts | 6 +-----
.../commands/GetGlobalSettingsCommand.ts | 6 +-----
clients/client-chime/commands/GetMeetingCommand.ts | 6 +-----
.../commands/GetMessagingSessionEndpointCommand.ts | 6 +-----
.../client-chime/commands/GetPhoneNumberCommand.ts | 6 +-----
.../commands/GetPhoneNumberOrderCommand.ts | 6 +-----
.../commands/GetPhoneNumberSettingsCommand.ts | 6 +-----
.../client-chime/commands/GetProxySessionCommand.ts | 6 +-----
.../commands/GetRetentionSettingsCommand.ts | 6 +-----
clients/client-chime/commands/GetRoomCommand.ts | 6 +-----
.../commands/GetSipMediaApplicationCommand.ts | 6 +-----
...SipMediaApplicationLoggingConfigurationCommand.ts | 6 +-----
clients/client-chime/commands/GetSipRuleCommand.ts | 6 +-----
clients/client-chime/commands/GetUserCommand.ts | 6 +-----
.../client-chime/commands/GetUserSettingsCommand.ts | 6 +-----
.../commands/GetVoiceConnectorCommand.ts | 6 +-----
...eConnectorEmergencyCallingConfigurationCommand.ts | 6 +-----
.../commands/GetVoiceConnectorGroupCommand.ts | 6 +-----
.../GetVoiceConnectorLoggingConfigurationCommand.ts | 6 +-----
.../commands/GetVoiceConnectorOriginationCommand.ts | 6 +-----
.../commands/GetVoiceConnectorProxyCommand.ts | 6 +-----
...GetVoiceConnectorStreamingConfigurationCommand.ts | 6 +-----
.../commands/GetVoiceConnectorTerminationCommand.ts | 6 +-----
.../GetVoiceConnectorTerminationHealthCommand.ts | 6 +-----
clients/client-chime/commands/InviteUsersCommand.ts | 6 +-----
clients/client-chime/commands/ListAccountsCommand.ts | 6 +-----
.../commands/ListAppInstanceAdminsCommand.ts | 6 +-----
.../commands/ListAppInstanceUsersCommand.ts | 6 +-----
.../client-chime/commands/ListAppInstancesCommand.ts | 6 +-----
.../client-chime/commands/ListAttendeeTagsCommand.ts | 6 +-----
.../client-chime/commands/ListAttendeesCommand.ts | 6 +-----
clients/client-chime/commands/ListBotsCommand.ts | 6 +-----
.../client-chime/commands/ListChannelBansCommand.ts | 6 +-----
.../commands/ListChannelMembershipsCommand.ts | 6 +-----
...istChannelMembershipsForAppInstanceUserCommand.ts | 6 +-----
.../commands/ListChannelMessagesCommand.ts | 6 +-----
.../commands/ListChannelModeratorsCommand.ts | 6 +-----
clients/client-chime/commands/ListChannelsCommand.ts | 6 +-----
.../ListChannelsModeratedByAppInstanceUserCommand.ts | 6 +-----
.../client-chime/commands/ListMeetingTagsCommand.ts | 6 +-----
clients/client-chime/commands/ListMeetingsCommand.ts | 6 +-----
.../commands/ListPhoneNumberOrdersCommand.ts | 6 +-----
.../client-chime/commands/ListPhoneNumbersCommand.ts | 6 +-----
.../commands/ListProxySessionsCommand.ts | 6 +-----
.../commands/ListRoomMembershipsCommand.ts | 6 +-----
clients/client-chime/commands/ListRoomsCommand.ts | 6 +-----
.../commands/ListSipMediaApplicationsCommand.ts | 6 +-----
clients/client-chime/commands/ListSipRulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-chime/commands/ListUsersCommand.ts | 6 +-----
.../commands/ListVoiceConnectorGroupsCommand.ts | 6 +-----
...istVoiceConnectorTerminationCredentialsCommand.ts | 6 +-----
.../commands/ListVoiceConnectorsCommand.ts | 6 +-----
clients/client-chime/commands/LogoutUserCommand.ts | 6 +-----
.../PutAppInstanceRetentionSettingsCommand.ts | 6 +-----
.../PutAppInstanceStreamingConfigurationsCommand.ts | 6 +-----
.../commands/PutEventsConfigurationCommand.ts | 6 +-----
.../commands/PutRetentionSettingsCommand.ts | 6 +-----
...SipMediaApplicationLoggingConfigurationCommand.ts | 6 +-----
...eConnectorEmergencyCallingConfigurationCommand.ts | 6 +-----
.../PutVoiceConnectorLoggingConfigurationCommand.ts | 6 +-----
.../commands/PutVoiceConnectorOriginationCommand.ts | 6 +-----
.../commands/PutVoiceConnectorProxyCommand.ts | 6 +-----
...PutVoiceConnectorStreamingConfigurationCommand.ts | 6 +-----
.../commands/PutVoiceConnectorTerminationCommand.ts | 6 +-----
...PutVoiceConnectorTerminationCredentialsCommand.ts | 6 +-----
.../commands/RedactChannelMessageCommand.ts | 6 +-----
.../commands/RedactConversationMessageCommand.ts | 6 +-----
.../commands/RedactRoomMessageCommand.ts | 6 +-----
.../commands/RegenerateSecurityTokenCommand.ts | 6 +-----
.../client-chime/commands/ResetPersonalPINCommand.ts | 6 +-----
.../commands/RestorePhoneNumberCommand.ts | 6 +-----
.../commands/SearchAvailablePhoneNumbersCommand.ts | 6 +-----
.../commands/SendChannelMessageCommand.ts | 6 +-----
clients/client-chime/commands/TagAttendeeCommand.ts | 6 +-----
clients/client-chime/commands/TagMeetingCommand.ts | 6 +-----
clients/client-chime/commands/TagResourceCommand.ts | 6 +-----
.../client-chime/commands/UntagAttendeeCommand.ts | 6 +-----
clients/client-chime/commands/UntagMeetingCommand.ts | 6 +-----
.../client-chime/commands/UntagResourceCommand.ts | 6 +-----
.../client-chime/commands/UpdateAccountCommand.ts | 6 +-----
.../commands/UpdateAccountSettingsCommand.ts | 6 +-----
.../commands/UpdateAppInstanceCommand.ts | 6 +-----
.../commands/UpdateAppInstanceUserCommand.ts | 6 +-----
clients/client-chime/commands/UpdateBotCommand.ts | 6 +-----
.../client-chime/commands/UpdateChannelCommand.ts | 6 +-----
.../commands/UpdateChannelMessageCommand.ts | 6 +-----
.../commands/UpdateChannelReadMarkerCommand.ts | 6 +-----
.../commands/UpdateGlobalSettingsCommand.ts | 6 +-----
.../commands/UpdatePhoneNumberCommand.ts | 6 +-----
.../commands/UpdatePhoneNumberSettingsCommand.ts | 6 +-----
.../commands/UpdateProxySessionCommand.ts | 6 +-----
clients/client-chime/commands/UpdateRoomCommand.ts | 6 +-----
.../commands/UpdateRoomMembershipCommand.ts | 6 +-----
.../commands/UpdateSipMediaApplicationCommand.ts | 6 +-----
.../client-chime/commands/UpdateSipRuleCommand.ts | 6 +-----
clients/client-chime/commands/UpdateUserCommand.ts | 6 +-----
.../commands/UpdateUserSettingsCommand.ts | 6 +-----
.../commands/UpdateVoiceConnectorCommand.ts | 6 +-----
.../commands/UpdateVoiceConnectorGroupCommand.ts | 6 +-----
.../commands/CreateEnvironmentEC2Command.ts | 6 +-----
.../commands/CreateEnvironmentMembershipCommand.ts | 6 +-----
.../commands/DeleteEnvironmentCommand.ts | 6 +-----
.../commands/DeleteEnvironmentMembershipCommand.ts | 6 +-----
.../DescribeEnvironmentMembershipsCommand.ts | 6 +-----
.../commands/DescribeEnvironmentStatusCommand.ts | 6 +-----
.../commands/DescribeEnvironmentsCommand.ts | 6 +-----
.../commands/ListEnvironmentsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-cloud9/commands/TagResourceCommand.ts | 6 +-----
.../client-cloud9/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateEnvironmentCommand.ts | 6 +-----
.../commands/UpdateEnvironmentMembershipCommand.ts | 6 +-----
.../commands/AddFacetToObjectCommand.ts | 6 +-----
.../commands/ApplySchemaCommand.ts | 6 +-----
.../commands/AttachObjectCommand.ts | 6 +-----
.../commands/AttachPolicyCommand.ts | 6 +-----
.../commands/AttachToIndexCommand.ts | 6 +-----
.../commands/AttachTypedLinkCommand.ts | 6 +-----
.../commands/BatchReadCommand.ts | 6 +-----
.../commands/BatchWriteCommand.ts | 6 +-----
.../commands/CreateDirectoryCommand.ts | 6 +-----
.../commands/CreateFacetCommand.ts | 6 +-----
.../commands/CreateIndexCommand.ts | 6 +-----
.../commands/CreateObjectCommand.ts | 6 +-----
.../commands/CreateSchemaCommand.ts | 6 +-----
.../commands/CreateTypedLinkFacetCommand.ts | 6 +-----
.../commands/DeleteDirectoryCommand.ts | 6 +-----
.../commands/DeleteFacetCommand.ts | 6 +-----
.../commands/DeleteObjectCommand.ts | 6 +-----
.../commands/DeleteSchemaCommand.ts | 6 +-----
.../commands/DeleteTypedLinkFacetCommand.ts | 6 +-----
.../commands/DetachFromIndexCommand.ts | 6 +-----
.../commands/DetachObjectCommand.ts | 6 +-----
.../commands/DetachPolicyCommand.ts | 6 +-----
.../commands/DetachTypedLinkCommand.ts | 6 +-----
.../commands/DisableDirectoryCommand.ts | 6 +-----
.../commands/EnableDirectoryCommand.ts | 6 +-----
.../commands/GetAppliedSchemaVersionCommand.ts | 6 +-----
.../commands/GetDirectoryCommand.ts | 6 +-----
.../commands/GetFacetCommand.ts | 6 +-----
.../commands/GetLinkAttributesCommand.ts | 6 +-----
.../commands/GetObjectAttributesCommand.ts | 6 +-----
.../commands/GetObjectInformationCommand.ts | 6 +-----
.../commands/GetSchemaAsJsonCommand.ts | 6 +-----
.../commands/GetTypedLinkFacetInformationCommand.ts | 6 +-----
.../commands/ListAppliedSchemaArnsCommand.ts | 6 +-----
.../commands/ListAttachedIndicesCommand.ts | 6 +-----
.../commands/ListDevelopmentSchemaArnsCommand.ts | 6 +-----
.../commands/ListDirectoriesCommand.ts | 6 +-----
.../commands/ListFacetAttributesCommand.ts | 6 +-----
.../commands/ListFacetNamesCommand.ts | 6 +-----
.../commands/ListIncomingTypedLinksCommand.ts | 6 +-----
.../commands/ListIndexCommand.ts | 6 +-----
.../commands/ListManagedSchemaArnsCommand.ts | 6 +-----
.../commands/ListObjectAttributesCommand.ts | 6 +-----
.../commands/ListObjectChildrenCommand.ts | 6 +-----
.../commands/ListObjectParentPathsCommand.ts | 6 +-----
.../commands/ListObjectParentsCommand.ts | 6 +-----
.../commands/ListObjectPoliciesCommand.ts | 6 +-----
.../commands/ListOutgoingTypedLinksCommand.ts | 6 +-----
.../commands/ListPolicyAttachmentsCommand.ts | 6 +-----
.../commands/ListPublishedSchemaArnsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTypedLinkFacetAttributesCommand.ts | 6 +-----
.../commands/ListTypedLinkFacetNamesCommand.ts | 6 +-----
.../commands/LookupPolicyCommand.ts | 6 +-----
.../commands/PublishSchemaCommand.ts | 6 +-----
.../commands/PutSchemaFromJsonCommand.ts | 6 +-----
.../commands/RemoveFacetFromObjectCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateFacetCommand.ts | 6 +-----
.../commands/UpdateLinkAttributesCommand.ts | 6 +-----
.../commands/UpdateObjectAttributesCommand.ts | 6 +-----
.../commands/UpdateSchemaCommand.ts | 6 +-----
.../commands/UpdateTypedLinkFacetCommand.ts | 6 +-----
.../commands/UpgradeAppliedSchemaCommand.ts | 6 +-----
.../commands/UpgradePublishedSchemaCommand.ts | 6 +-----
.../commands/CancelUpdateStackCommand.ts | 6 +-----
.../commands/ContinueUpdateRollbackCommand.ts | 6 +-----
.../commands/CreateChangeSetCommand.ts | 6 +-----
.../commands/CreateStackCommand.ts | 6 +-----
.../commands/CreateStackInstancesCommand.ts | 6 +-----
.../commands/CreateStackSetCommand.ts | 6 +-----
.../commands/DeleteChangeSetCommand.ts | 6 +-----
.../commands/DeleteStackCommand.ts | 6 +-----
.../commands/DeleteStackInstancesCommand.ts | 6 +-----
.../commands/DeleteStackSetCommand.ts | 6 +-----
.../commands/DeregisterTypeCommand.ts | 6 +-----
.../commands/DescribeAccountLimitsCommand.ts | 6 +-----
.../commands/DescribeChangeSetCommand.ts | 6 +-----
.../DescribeStackDriftDetectionStatusCommand.ts | 6 +-----
.../commands/DescribeStackEventsCommand.ts | 6 +-----
.../commands/DescribeStackInstanceCommand.ts | 6 +-----
.../commands/DescribeStackResourceCommand.ts | 6 +-----
.../commands/DescribeStackResourceDriftsCommand.ts | 6 +-----
.../commands/DescribeStackResourcesCommand.ts | 6 +-----
.../commands/DescribeStackSetCommand.ts | 6 +-----
.../commands/DescribeStackSetOperationCommand.ts | 6 +-----
.../commands/DescribeStacksCommand.ts | 6 +-----
.../commands/DescribeTypeCommand.ts | 6 +-----
.../commands/DescribeTypeRegistrationCommand.ts | 6 +-----
.../commands/DetectStackDriftCommand.ts | 6 +-----
.../commands/DetectStackResourceDriftCommand.ts | 6 +-----
.../commands/DetectStackSetDriftCommand.ts | 6 +-----
.../commands/EstimateTemplateCostCommand.ts | 6 +-----
.../commands/ExecuteChangeSetCommand.ts | 6 +-----
.../commands/GetStackPolicyCommand.ts | 6 +-----
.../commands/GetTemplateCommand.ts | 6 +-----
.../commands/GetTemplateSummaryCommand.ts | 6 +-----
.../commands/ListChangeSetsCommand.ts | 6 +-----
.../commands/ListExportsCommand.ts | 6 +-----
.../commands/ListImportsCommand.ts | 6 +-----
.../commands/ListStackInstancesCommand.ts | 6 +-----
.../commands/ListStackResourcesCommand.ts | 6 +-----
.../commands/ListStackSetOperationResultsCommand.ts | 6 +-----
.../commands/ListStackSetOperationsCommand.ts | 6 +-----
.../commands/ListStackSetsCommand.ts | 6 +-----
.../commands/ListStacksCommand.ts | 6 +-----
.../commands/ListTypeRegistrationsCommand.ts | 6 +-----
.../commands/ListTypeVersionsCommand.ts | 6 +-----
.../commands/ListTypesCommand.ts | 6 +-----
.../commands/RecordHandlerProgressCommand.ts | 6 +-----
.../commands/RegisterTypeCommand.ts | 6 +-----
.../commands/SetStackPolicyCommand.ts | 6 +-----
.../commands/SetTypeDefaultVersionCommand.ts | 6 +-----
.../commands/SignalResourceCommand.ts | 6 +-----
.../commands/StopStackSetOperationCommand.ts | 6 +-----
.../commands/UpdateStackCommand.ts | 6 +-----
.../commands/UpdateStackInstancesCommand.ts | 6 +-----
.../commands/UpdateStackSetCommand.ts | 6 +-----
.../commands/UpdateTerminationProtectionCommand.ts | 6 +-----
.../commands/ValidateTemplateCommand.ts | 6 +-----
.../commands/CreateCachePolicyCommand.ts | 6 +-----
.../CreateCloudFrontOriginAccessIdentityCommand.ts | 6 +-----
.../commands/CreateDistributionCommand.ts | 6 +-----
.../commands/CreateDistributionWithTagsCommand.ts | 6 +-----
.../CreateFieldLevelEncryptionConfigCommand.ts | 6 +-----
.../CreateFieldLevelEncryptionProfileCommand.ts | 6 +-----
.../commands/CreateInvalidationCommand.ts | 6 +-----
.../commands/CreateKeyGroupCommand.ts | 6 +-----
.../commands/CreateMonitoringSubscriptionCommand.ts | 6 +-----
.../commands/CreateOriginRequestPolicyCommand.ts | 6 +-----
.../commands/CreatePublicKeyCommand.ts | 6 +-----
.../commands/CreateRealtimeLogConfigCommand.ts | 6 +-----
.../commands/CreateStreamingDistributionCommand.ts | 6 +-----
.../CreateStreamingDistributionWithTagsCommand.ts | 6 +-----
.../commands/DeleteCachePolicyCommand.ts | 6 +-----
.../DeleteCloudFrontOriginAccessIdentityCommand.ts | 6 +-----
.../commands/DeleteDistributionCommand.ts | 6 +-----
.../DeleteFieldLevelEncryptionConfigCommand.ts | 6 +-----
.../DeleteFieldLevelEncryptionProfileCommand.ts | 6 +-----
.../commands/DeleteKeyGroupCommand.ts | 6 +-----
.../commands/DeleteMonitoringSubscriptionCommand.ts | 6 +-----
.../commands/DeleteOriginRequestPolicyCommand.ts | 6 +-----
.../commands/DeletePublicKeyCommand.ts | 6 +-----
.../commands/DeleteRealtimeLogConfigCommand.ts | 6 +-----
.../commands/DeleteStreamingDistributionCommand.ts | 6 +-----
.../commands/GetCachePolicyCommand.ts | 6 +-----
.../commands/GetCachePolicyConfigCommand.ts | 6 +-----
.../GetCloudFrontOriginAccessIdentityCommand.ts | 6 +-----
...GetCloudFrontOriginAccessIdentityConfigCommand.ts | 6 +-----
.../commands/GetDistributionCommand.ts | 6 +-----
.../commands/GetDistributionConfigCommand.ts | 6 +-----
.../commands/GetFieldLevelEncryptionCommand.ts | 6 +-----
.../commands/GetFieldLevelEncryptionConfigCommand.ts | 6 +-----
.../GetFieldLevelEncryptionProfileCommand.ts | 6 +-----
.../GetFieldLevelEncryptionProfileConfigCommand.ts | 6 +-----
.../commands/GetInvalidationCommand.ts | 6 +-----
.../client-cloudfront/commands/GetKeyGroupCommand.ts | 6 +-----
.../commands/GetKeyGroupConfigCommand.ts | 6 +-----
.../commands/GetMonitoringSubscriptionCommand.ts | 6 +-----
.../commands/GetOriginRequestPolicyCommand.ts | 6 +-----
.../commands/GetOriginRequestPolicyConfigCommand.ts | 6 +-----
.../commands/GetPublicKeyCommand.ts | 6 +-----
.../commands/GetPublicKeyConfigCommand.ts | 6 +-----
.../commands/GetRealtimeLogConfigCommand.ts | 6 +-----
.../commands/GetStreamingDistributionCommand.ts | 6 +-----
.../GetStreamingDistributionConfigCommand.ts | 6 +-----
.../commands/ListCachePoliciesCommand.ts | 6 +-----
.../ListCloudFrontOriginAccessIdentitiesCommand.ts | 6 +-----
.../ListDistributionsByCachePolicyIdCommand.ts | 6 +-----
.../commands/ListDistributionsByKeyGroupCommand.ts | 6 +-----
...istDistributionsByOriginRequestPolicyIdCommand.ts | 6 +-----
.../ListDistributionsByRealtimeLogConfigCommand.ts | 6 +-----
.../commands/ListDistributionsByWebACLIdCommand.ts | 6 +-----
.../commands/ListDistributionsCommand.ts | 6 +-----
.../ListFieldLevelEncryptionConfigsCommand.ts | 6 +-----
.../ListFieldLevelEncryptionProfilesCommand.ts | 6 +-----
.../commands/ListInvalidationsCommand.ts | 6 +-----
.../commands/ListKeyGroupsCommand.ts | 6 +-----
.../commands/ListOriginRequestPoliciesCommand.ts | 6 +-----
.../commands/ListPublicKeysCommand.ts | 6 +-----
.../commands/ListRealtimeLogConfigsCommand.ts | 6 +-----
.../commands/ListStreamingDistributionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-cloudfront/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateCachePolicyCommand.ts | 6 +-----
.../UpdateCloudFrontOriginAccessIdentityCommand.ts | 6 +-----
.../commands/UpdateDistributionCommand.ts | 6 +-----
.../UpdateFieldLevelEncryptionConfigCommand.ts | 6 +-----
.../UpdateFieldLevelEncryptionProfileCommand.ts | 6 +-----
.../commands/UpdateKeyGroupCommand.ts | 6 +-----
.../commands/UpdateOriginRequestPolicyCommand.ts | 6 +-----
.../commands/UpdatePublicKeyCommand.ts | 6 +-----
.../commands/UpdateRealtimeLogConfigCommand.ts | 6 +-----
.../commands/UpdateStreamingDistributionCommand.ts | 6 +-----
.../commands/CopyBackupToRegionCommand.ts | 6 +-----
.../commands/CreateClusterCommand.ts | 6 +-----
.../client-cloudhsm-v2/commands/CreateHsmCommand.ts | 6 +-----
.../commands/DeleteBackupCommand.ts | 6 +-----
.../commands/DeleteClusterCommand.ts | 6 +-----
.../client-cloudhsm-v2/commands/DeleteHsmCommand.ts | 6 +-----
.../commands/DescribeBackupsCommand.ts | 6 +-----
.../commands/DescribeClustersCommand.ts | 6 +-----
.../commands/InitializeClusterCommand.ts | 6 +-----
.../client-cloudhsm-v2/commands/ListTagsCommand.ts | 6 +-----
.../commands/ModifyBackupAttributesCommand.ts | 6 +-----
.../commands/ModifyClusterCommand.ts | 6 +-----
.../commands/RestoreBackupCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../client-cloudhsm/commands/CreateHapgCommand.ts | 6 +-----
clients/client-cloudhsm/commands/CreateHsmCommand.ts | 6 +-----
.../commands/CreateLunaClientCommand.ts | 6 +-----
.../client-cloudhsm/commands/DeleteHapgCommand.ts | 6 +-----
clients/client-cloudhsm/commands/DeleteHsmCommand.ts | 6 +-----
.../commands/DeleteLunaClientCommand.ts | 6 +-----
.../client-cloudhsm/commands/DescribeHapgCommand.ts | 6 +-----
.../client-cloudhsm/commands/DescribeHsmCommand.ts | 6 +-----
.../commands/DescribeLunaClientCommand.ts | 6 +-----
clients/client-cloudhsm/commands/GetConfigCommand.ts | 6 +-----
.../commands/ListAvailableZonesCommand.ts | 6 +-----
clients/client-cloudhsm/commands/ListHapgsCommand.ts | 6 +-----
clients/client-cloudhsm/commands/ListHsmsCommand.ts | 6 +-----
.../commands/ListLunaClientsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-cloudhsm/commands/ModifyHapgCommand.ts | 6 +-----
clients/client-cloudhsm/commands/ModifyHsmCommand.ts | 6 +-----
.../commands/ModifyLunaClientCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/SearchCommand.ts | 6 +-----
.../commands/SuggestCommand.ts | 6 +-----
.../commands/UploadDocumentsCommand.ts | 6 +-----
.../commands/BuildSuggestersCommand.ts | 6 +-----
.../commands/CreateDomainCommand.ts | 6 +-----
.../commands/DefineAnalysisSchemeCommand.ts | 6 +-----
.../commands/DefineExpressionCommand.ts | 6 +-----
.../commands/DefineIndexFieldCommand.ts | 6 +-----
.../commands/DefineSuggesterCommand.ts | 6 +-----
.../commands/DeleteAnalysisSchemeCommand.ts | 6 +-----
.../commands/DeleteDomainCommand.ts | 6 +-----
.../commands/DeleteExpressionCommand.ts | 6 +-----
.../commands/DeleteIndexFieldCommand.ts | 6 +-----
.../commands/DeleteSuggesterCommand.ts | 6 +-----
.../commands/DescribeAnalysisSchemesCommand.ts | 6 +-----
.../commands/DescribeAvailabilityOptionsCommand.ts | 6 +-----
.../commands/DescribeDomainEndpointOptionsCommand.ts | 6 +-----
.../commands/DescribeDomainsCommand.ts | 6 +-----
.../commands/DescribeExpressionsCommand.ts | 6 +-----
.../commands/DescribeIndexFieldsCommand.ts | 6 +-----
.../commands/DescribeScalingParametersCommand.ts | 6 +-----
.../commands/DescribeServiceAccessPoliciesCommand.ts | 6 +-----
.../commands/DescribeSuggestersCommand.ts | 6 +-----
.../commands/IndexDocumentsCommand.ts | 6 +-----
.../commands/ListDomainNamesCommand.ts | 6 +-----
.../commands/UpdateAvailabilityOptionsCommand.ts | 6 +-----
.../commands/UpdateDomainEndpointOptionsCommand.ts | 6 +-----
.../commands/UpdateScalingParametersCommand.ts | 6 +-----
.../commands/UpdateServiceAccessPoliciesCommand.ts | 6 +-----
clients/client-cloudtrail/commands/AddTagsCommand.ts | 6 +-----
.../client-cloudtrail/commands/CreateTrailCommand.ts | 6 +-----
.../client-cloudtrail/commands/DeleteTrailCommand.ts | 6 +-----
.../commands/DescribeTrailsCommand.ts | 6 +-----
.../commands/GetEventSelectorsCommand.ts | 6 +-----
.../commands/GetInsightSelectorsCommand.ts | 6 +-----
.../client-cloudtrail/commands/GetTrailCommand.ts | 6 +-----
.../commands/GetTrailStatusCommand.ts | 6 +-----
.../commands/ListPublicKeysCommand.ts | 6 +-----
.../client-cloudtrail/commands/ListTagsCommand.ts | 6 +-----
.../client-cloudtrail/commands/ListTrailsCommand.ts | 6 +-----
.../commands/LookupEventsCommand.ts | 6 +-----
.../commands/PutEventSelectorsCommand.ts | 6 +-----
.../commands/PutInsightSelectorsCommand.ts | 6 +-----
.../client-cloudtrail/commands/RemoveTagsCommand.ts | 6 +-----
.../commands/StartLoggingCommand.ts | 6 +-----
.../client-cloudtrail/commands/StopLoggingCommand.ts | 6 +-----
.../client-cloudtrail/commands/UpdateTrailCommand.ts | 6 +-----
.../commands/ActivateEventSourceCommand.ts | 6 +-----
.../commands/CancelReplayCommand.ts | 6 +-----
.../commands/CreateArchiveCommand.ts | 6 +-----
.../commands/CreateEventBusCommand.ts | 6 +-----
.../commands/CreatePartnerEventSourceCommand.ts | 6 +-----
.../commands/DeactivateEventSourceCommand.ts | 6 +-----
.../commands/DeleteArchiveCommand.ts | 6 +-----
.../commands/DeleteEventBusCommand.ts | 6 +-----
.../commands/DeletePartnerEventSourceCommand.ts | 6 +-----
.../commands/DeleteRuleCommand.ts | 6 +-----
.../commands/DescribeArchiveCommand.ts | 6 +-----
.../commands/DescribeEventBusCommand.ts | 6 +-----
.../commands/DescribeEventSourceCommand.ts | 6 +-----
.../commands/DescribePartnerEventSourceCommand.ts | 6 +-----
.../commands/DescribeReplayCommand.ts | 6 +-----
.../commands/DescribeRuleCommand.ts | 6 +-----
.../commands/DisableRuleCommand.ts | 6 +-----
.../commands/EnableRuleCommand.ts | 6 +-----
.../commands/ListArchivesCommand.ts | 6 +-----
.../commands/ListEventBusesCommand.ts | 6 +-----
.../commands/ListEventSourcesCommand.ts | 6 +-----
.../ListPartnerEventSourceAccountsCommand.ts | 6 +-----
.../commands/ListPartnerEventSourcesCommand.ts | 6 +-----
.../commands/ListReplaysCommand.ts | 6 +-----
.../commands/ListRuleNamesByTargetCommand.ts | 6 +-----
.../commands/ListRulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTargetsByRuleCommand.ts | 6 +-----
.../commands/PutEventsCommand.ts | 6 +-----
.../commands/PutPartnerEventsCommand.ts | 6 +-----
.../commands/PutPermissionCommand.ts | 6 +-----
.../commands/PutRuleCommand.ts | 6 +-----
.../commands/PutTargetsCommand.ts | 6 +-----
.../commands/RemovePermissionCommand.ts | 6 +-----
.../commands/RemoveTargetsCommand.ts | 6 +-----
.../commands/StartReplayCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/TestEventPatternCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateArchiveCommand.ts | 6 +-----
.../commands/AssociateKmsKeyCommand.ts | 6 +-----
.../commands/CancelExportTaskCommand.ts | 6 +-----
.../commands/CreateExportTaskCommand.ts | 6 +-----
.../commands/CreateLogGroupCommand.ts | 6 +-----
.../commands/CreateLogStreamCommand.ts | 6 +-----
.../commands/DeleteDestinationCommand.ts | 6 +-----
.../commands/DeleteLogGroupCommand.ts | 6 +-----
.../commands/DeleteLogStreamCommand.ts | 6 +-----
.../commands/DeleteMetricFilterCommand.ts | 6 +-----
.../commands/DeleteQueryDefinitionCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
.../commands/DeleteRetentionPolicyCommand.ts | 6 +-----
.../commands/DeleteSubscriptionFilterCommand.ts | 6 +-----
.../commands/DescribeDestinationsCommand.ts | 6 +-----
.../commands/DescribeExportTasksCommand.ts | 6 +-----
.../commands/DescribeLogGroupsCommand.ts | 6 +-----
.../commands/DescribeLogStreamsCommand.ts | 6 +-----
.../commands/DescribeMetricFiltersCommand.ts | 6 +-----
.../commands/DescribeQueriesCommand.ts | 6 +-----
.../commands/DescribeQueryDefinitionsCommand.ts | 6 +-----
.../commands/DescribeResourcePoliciesCommand.ts | 6 +-----
.../commands/DescribeSubscriptionFiltersCommand.ts | 6 +-----
.../commands/DisassociateKmsKeyCommand.ts | 6 +-----
.../commands/FilterLogEventsCommand.ts | 6 +-----
.../commands/GetLogEventsCommand.ts | 6 +-----
.../commands/GetLogGroupFieldsCommand.ts | 6 +-----
.../commands/GetLogRecordCommand.ts | 6 +-----
.../commands/GetQueryResultsCommand.ts | 6 +-----
.../commands/ListTagsLogGroupCommand.ts | 6 +-----
.../commands/PutDestinationCommand.ts | 6 +-----
.../commands/PutDestinationPolicyCommand.ts | 6 +-----
.../commands/PutLogEventsCommand.ts | 6 +-----
.../commands/PutMetricFilterCommand.ts | 6 +-----
.../commands/PutQueryDefinitionCommand.ts | 6 +-----
.../commands/PutResourcePolicyCommand.ts | 6 +-----
.../commands/PutRetentionPolicyCommand.ts | 6 +-----
.../commands/PutSubscriptionFilterCommand.ts | 6 +-----
.../commands/StartQueryCommand.ts | 6 +-----
.../commands/StopQueryCommand.ts | 6 +-----
.../commands/TagLogGroupCommand.ts | 6 +-----
.../commands/TestMetricFilterCommand.ts | 6 +-----
.../commands/UntagLogGroupCommand.ts | 6 +-----
.../commands/DeleteAlarmsCommand.ts | 6 +-----
.../commands/DeleteAnomalyDetectorCommand.ts | 6 +-----
.../commands/DeleteDashboardsCommand.ts | 6 +-----
.../commands/DeleteInsightRulesCommand.ts | 6 +-----
.../commands/DescribeAlarmHistoryCommand.ts | 6 +-----
.../commands/DescribeAlarmsCommand.ts | 6 +-----
.../commands/DescribeAlarmsForMetricCommand.ts | 6 +-----
.../commands/DescribeAnomalyDetectorsCommand.ts | 6 +-----
.../commands/DescribeInsightRulesCommand.ts | 6 +-----
.../commands/DisableAlarmActionsCommand.ts | 6 +-----
.../commands/DisableInsightRulesCommand.ts | 6 +-----
.../commands/EnableAlarmActionsCommand.ts | 6 +-----
.../commands/EnableInsightRulesCommand.ts | 6 +-----
.../commands/GetDashboardCommand.ts | 6 +-----
.../commands/GetInsightRuleReportCommand.ts | 6 +-----
.../commands/GetMetricDataCommand.ts | 6 +-----
.../commands/GetMetricStatisticsCommand.ts | 6 +-----
.../commands/GetMetricWidgetImageCommand.ts | 6 +-----
.../commands/ListDashboardsCommand.ts | 6 +-----
.../client-cloudwatch/commands/ListMetricsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutAnomalyDetectorCommand.ts | 6 +-----
.../commands/PutCompositeAlarmCommand.ts | 6 +-----
.../commands/PutDashboardCommand.ts | 6 +-----
.../commands/PutInsightRuleCommand.ts | 6 +-----
.../commands/PutMetricAlarmCommand.ts | 6 +-----
.../commands/PutMetricDataCommand.ts | 6 +-----
.../commands/SetAlarmStateCommand.ts | 6 +-----
.../client-cloudwatch/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/AssociateExternalConnectionCommand.ts | 6 +-----
.../commands/CopyPackageVersionsCommand.ts | 6 +-----
.../commands/CreateDomainCommand.ts | 6 +-----
.../commands/CreateRepositoryCommand.ts | 6 +-----
.../commands/DeleteDomainCommand.ts | 6 +-----
.../commands/DeleteDomainPermissionsPolicyCommand.ts | 6 +-----
.../commands/DeletePackageVersionsCommand.ts | 6 +-----
.../commands/DeleteRepositoryCommand.ts | 6 +-----
.../DeleteRepositoryPermissionsPolicyCommand.ts | 6 +-----
.../commands/DescribeDomainCommand.ts | 6 +-----
.../commands/DescribePackageVersionCommand.ts | 6 +-----
.../commands/DescribeRepositoryCommand.ts | 6 +-----
.../DisassociateExternalConnectionCommand.ts | 6 +-----
.../commands/DisposePackageVersionsCommand.ts | 6 +-----
.../commands/GetAuthorizationTokenCommand.ts | 6 +-----
.../commands/GetDomainPermissionsPolicyCommand.ts | 6 +-----
.../commands/GetPackageVersionAssetCommand.ts | 6 +-----
.../commands/GetPackageVersionReadmeCommand.ts | 6 +-----
.../commands/GetRepositoryEndpointCommand.ts | 6 +-----
.../GetRepositoryPermissionsPolicyCommand.ts | 6 +-----
.../commands/ListDomainsCommand.ts | 6 +-----
.../commands/ListPackageVersionAssetsCommand.ts | 6 +-----
.../ListPackageVersionDependenciesCommand.ts | 6 +-----
.../commands/ListPackageVersionsCommand.ts | 6 +-----
.../commands/ListPackagesCommand.ts | 6 +-----
.../commands/ListRepositoriesCommand.ts | 6 +-----
.../commands/ListRepositoriesInDomainCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutDomainPermissionsPolicyCommand.ts | 6 +-----
.../PutRepositoryPermissionsPolicyCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdatePackageVersionsStatusCommand.ts | 6 +-----
.../commands/UpdateRepositoryCommand.ts | 6 +-----
.../commands/BatchDeleteBuildsCommand.ts | 6 +-----
.../commands/BatchGetBuildBatchesCommand.ts | 6 +-----
.../commands/BatchGetBuildsCommand.ts | 6 +-----
.../commands/BatchGetProjectsCommand.ts | 6 +-----
.../commands/BatchGetReportGroupsCommand.ts | 6 +-----
.../commands/BatchGetReportsCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/CreateReportGroupCommand.ts | 6 +-----
.../commands/CreateWebhookCommand.ts | 6 +-----
.../commands/DeleteBuildBatchCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../client-codebuild/commands/DeleteReportCommand.ts | 6 +-----
.../commands/DeleteReportGroupCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
.../commands/DeleteSourceCredentialsCommand.ts | 6 +-----
.../commands/DeleteWebhookCommand.ts | 6 +-----
.../commands/DescribeCodeCoveragesCommand.ts | 6 +-----
.../commands/DescribeTestCasesCommand.ts | 6 +-----
.../commands/GetReportGroupTrendCommand.ts | 6 +-----
.../commands/GetResourcePolicyCommand.ts | 6 +-----
.../commands/ImportSourceCredentialsCommand.ts | 6 +-----
.../commands/InvalidateProjectCacheCommand.ts | 6 +-----
.../commands/ListBuildBatchesCommand.ts | 6 +-----
.../commands/ListBuildBatchesForProjectCommand.ts | 6 +-----
.../client-codebuild/commands/ListBuildsCommand.ts | 6 +-----
.../commands/ListBuildsForProjectCommand.ts | 6 +-----
.../commands/ListCuratedEnvironmentImagesCommand.ts | 6 +-----
.../client-codebuild/commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListReportGroupsCommand.ts | 6 +-----
.../client-codebuild/commands/ListReportsCommand.ts | 6 +-----
.../commands/ListReportsForReportGroupCommand.ts | 6 +-----
.../commands/ListSharedProjectsCommand.ts | 6 +-----
.../commands/ListSharedReportGroupsCommand.ts | 6 +-----
.../commands/ListSourceCredentialsCommand.ts | 6 +-----
.../commands/PutResourcePolicyCommand.ts | 6 +-----
.../commands/RetryBuildBatchCommand.ts | 6 +-----
.../client-codebuild/commands/RetryBuildCommand.ts | 6 +-----
.../commands/StartBuildBatchCommand.ts | 6 +-----
.../client-codebuild/commands/StartBuildCommand.ts | 6 +-----
.../commands/StopBuildBatchCommand.ts | 6 +-----
.../client-codebuild/commands/StopBuildCommand.ts | 6 +-----
.../commands/UpdateProjectCommand.ts | 6 +-----
.../commands/UpdateReportGroupCommand.ts | 6 +-----
.../commands/UpdateWebhookCommand.ts | 6 +-----
...ciateApprovalRuleTemplateWithRepositoryCommand.ts | 6 +-----
...ateApprovalRuleTemplateWithRepositoriesCommand.ts | 6 +-----
.../commands/BatchDescribeMergeConflictsCommand.ts | 6 +-----
...ateApprovalRuleTemplateFromRepositoriesCommand.ts | 6 +-----
.../commands/BatchGetCommitsCommand.ts | 6 +-----
.../commands/BatchGetRepositoriesCommand.ts | 6 +-----
.../commands/CreateApprovalRuleTemplateCommand.ts | 6 +-----
.../commands/CreateBranchCommand.ts | 6 +-----
.../commands/CreateCommitCommand.ts | 6 +-----
.../commands/CreatePullRequestApprovalRuleCommand.ts | 6 +-----
.../commands/CreatePullRequestCommand.ts | 6 +-----
.../commands/CreateRepositoryCommand.ts | 6 +-----
.../commands/CreateUnreferencedMergeCommitCommand.ts | 6 +-----
.../commands/DeleteApprovalRuleTemplateCommand.ts | 6 +-----
.../commands/DeleteBranchCommand.ts | 6 +-----
.../commands/DeleteCommentContentCommand.ts | 6 +-----
.../client-codecommit/commands/DeleteFileCommand.ts | 6 +-----
.../commands/DeletePullRequestApprovalRuleCommand.ts | 6 +-----
.../commands/DeleteRepositoryCommand.ts | 6 +-----
.../commands/DescribeMergeConflictsCommand.ts | 6 +-----
.../commands/DescribePullRequestEventsCommand.ts | 6 +-----
...ciateApprovalRuleTemplateFromRepositoryCommand.ts | 6 +-----
.../EvaluatePullRequestApprovalRulesCommand.ts | 6 +-----
.../commands/GetApprovalRuleTemplateCommand.ts | 6 +-----
clients/client-codecommit/commands/GetBlobCommand.ts | 6 +-----
.../client-codecommit/commands/GetBranchCommand.ts | 6 +-----
.../client-codecommit/commands/GetCommentCommand.ts | 6 +-----
.../commands/GetCommentReactionsCommand.ts | 6 +-----
.../commands/GetCommentsForComparedCommitCommand.ts | 6 +-----
.../commands/GetCommentsForPullRequestCommand.ts | 6 +-----
.../client-codecommit/commands/GetCommitCommand.ts | 6 +-----
.../commands/GetDifferencesCommand.ts | 6 +-----
clients/client-codecommit/commands/GetFileCommand.ts | 6 +-----
.../client-codecommit/commands/GetFolderCommand.ts | 6 +-----
.../commands/GetMergeCommitCommand.ts | 6 +-----
.../commands/GetMergeConflictsCommand.ts | 6 +-----
.../commands/GetMergeOptionsCommand.ts | 6 +-----
.../commands/GetPullRequestApprovalStatesCommand.ts | 6 +-----
.../commands/GetPullRequestCommand.ts | 6 +-----
.../commands/GetPullRequestOverrideStateCommand.ts | 6 +-----
.../commands/GetRepositoryCommand.ts | 6 +-----
.../commands/GetRepositoryTriggersCommand.ts | 6 +-----
.../commands/ListApprovalRuleTemplatesCommand.ts | 6 +-----
...iatedApprovalRuleTemplatesForRepositoryCommand.ts | 6 +-----
.../commands/ListBranchesCommand.ts | 6 +-----
.../commands/ListPullRequestsCommand.ts | 6 +-----
.../commands/ListRepositoriesCommand.ts | 6 +-----
...ListRepositoriesForApprovalRuleTemplateCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/MergeBranchesByFastForwardCommand.ts | 6 +-----
.../commands/MergeBranchesBySquashCommand.ts | 6 +-----
.../commands/MergeBranchesByThreeWayCommand.ts | 6 +-----
.../commands/MergePullRequestByFastForwardCommand.ts | 6 +-----
.../commands/MergePullRequestBySquashCommand.ts | 6 +-----
.../commands/MergePullRequestByThreeWayCommand.ts | 6 +-----
.../OverridePullRequestApprovalRulesCommand.ts | 6 +-----
.../commands/PostCommentForComparedCommitCommand.ts | 6 +-----
.../commands/PostCommentForPullRequestCommand.ts | 6 +-----
.../commands/PostCommentReplyCommand.ts | 6 +-----
.../commands/PutCommentReactionCommand.ts | 6 +-----
clients/client-codecommit/commands/PutFileCommand.ts | 6 +-----
.../commands/PutRepositoryTriggersCommand.ts | 6 +-----
.../client-codecommit/commands/TagResourceCommand.ts | 6 +-----
.../commands/TestRepositoryTriggersCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateApprovalRuleTemplateContentCommand.ts | 6 +-----
.../UpdateApprovalRuleTemplateDescriptionCommand.ts | 6 +-----
.../UpdateApprovalRuleTemplateNameCommand.ts | 6 +-----
.../commands/UpdateCommentCommand.ts | 6 +-----
.../commands/UpdateDefaultBranchCommand.ts | 6 +-----
.../UpdatePullRequestApprovalRuleContentCommand.ts | 6 +-----
.../UpdatePullRequestApprovalStateCommand.ts | 6 +-----
.../commands/UpdatePullRequestDescriptionCommand.ts | 6 +-----
.../commands/UpdatePullRequestStatusCommand.ts | 6 +-----
.../commands/UpdatePullRequestTitleCommand.ts | 6 +-----
.../commands/UpdateRepositoryDescriptionCommand.ts | 6 +-----
.../commands/UpdateRepositoryNameCommand.ts | 6 +-----
.../commands/AddTagsToOnPremisesInstancesCommand.ts | 6 +-----
.../commands/BatchGetApplicationRevisionsCommand.ts | 6 +-----
.../commands/BatchGetApplicationsCommand.ts | 6 +-----
.../commands/BatchGetDeploymentGroupsCommand.ts | 6 +-----
.../commands/BatchGetDeploymentInstancesCommand.ts | 6 +-----
.../commands/BatchGetDeploymentTargetsCommand.ts | 6 +-----
.../commands/BatchGetDeploymentsCommand.ts | 6 +-----
.../commands/BatchGetOnPremisesInstancesCommand.ts | 6 +-----
.../commands/ContinueDeploymentCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateDeploymentConfigCommand.ts | 6 +-----
.../commands/CreateDeploymentGroupCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/DeleteDeploymentConfigCommand.ts | 6 +-----
.../commands/DeleteDeploymentGroupCommand.ts | 6 +-----
.../commands/DeleteGitHubAccountTokenCommand.ts | 6 +-----
.../commands/DeleteResourcesByExternalIdCommand.ts | 6 +-----
.../commands/DeregisterOnPremisesInstanceCommand.ts | 6 +-----
.../commands/GetApplicationCommand.ts | 6 +-----
.../commands/GetApplicationRevisionCommand.ts | 6 +-----
.../commands/GetDeploymentCommand.ts | 6 +-----
.../commands/GetDeploymentConfigCommand.ts | 6 +-----
.../commands/GetDeploymentGroupCommand.ts | 6 +-----
.../commands/GetDeploymentInstanceCommand.ts | 6 +-----
.../commands/GetDeploymentTargetCommand.ts | 6 +-----
.../commands/GetOnPremisesInstanceCommand.ts | 6 +-----
.../commands/ListApplicationRevisionsCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListDeploymentConfigsCommand.ts | 6 +-----
.../commands/ListDeploymentGroupsCommand.ts | 6 +-----
.../commands/ListDeploymentInstancesCommand.ts | 6 +-----
.../commands/ListDeploymentTargetsCommand.ts | 6 +-----
.../commands/ListDeploymentsCommand.ts | 6 +-----
.../commands/ListGitHubAccountTokenNamesCommand.ts | 6 +-----
.../commands/ListOnPremisesInstancesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutLifecycleEventHookExecutionStatusCommand.ts | 6 +-----
.../commands/RegisterApplicationRevisionCommand.ts | 6 +-----
.../commands/RegisterOnPremisesInstanceCommand.ts | 6 +-----
.../RemoveTagsFromOnPremisesInstancesCommand.ts | 6 +-----
.../SkipWaitTimeForInstanceTerminationCommand.ts | 6 +-----
.../commands/StopDeploymentCommand.ts | 6 +-----
.../client-codedeploy/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/UpdateDeploymentGroupCommand.ts | 6 +-----
.../commands/AssociateRepositoryCommand.ts | 6 +-----
.../commands/CreateCodeReviewCommand.ts | 6 +-----
.../commands/DescribeCodeReviewCommand.ts | 6 +-----
.../DescribeRecommendationFeedbackCommand.ts | 6 +-----
.../commands/DescribeRepositoryAssociationCommand.ts | 6 +-----
.../commands/DisassociateRepositoryCommand.ts | 6 +-----
.../commands/ListCodeReviewsCommand.ts | 6 +-----
.../commands/ListRecommendationFeedbackCommand.ts | 6 +-----
.../commands/ListRecommendationsCommand.ts | 6 +-----
.../commands/ListRepositoryAssociationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutRecommendationFeedbackCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/ConfigureAgentCommand.ts | 6 +-----
.../commands/CreateProfilingGroupCommand.ts | 6 +-----
.../commands/DeleteProfilingGroupCommand.ts | 6 +-----
.../commands/DescribeProfilingGroupCommand.ts | 6 +-----
.../commands/GetPolicyCommand.ts | 6 +-----
.../commands/GetProfileCommand.ts | 6 +-----
.../commands/ListProfileTimesCommand.ts | 6 +-----
.../commands/ListProfilingGroupsCommand.ts | 6 +-----
.../commands/PostAgentProfileCommand.ts | 6 +-----
.../commands/PutPermissionCommand.ts | 6 +-----
.../commands/RemovePermissionCommand.ts | 6 +-----
.../commands/RetrieveTimeSeriesCommand.ts | 6 +-----
.../commands/UpdateProfilingGroupCommand.ts | 6 +-----
.../commands/AcknowledgeJobCommand.ts | 6 +-----
.../commands/AcknowledgeThirdPartyJobCommand.ts | 6 +-----
.../commands/CreateCustomActionTypeCommand.ts | 6 +-----
.../commands/CreatePipelineCommand.ts | 6 +-----
.../commands/DeleteCustomActionTypeCommand.ts | 6 +-----
.../commands/DeletePipelineCommand.ts | 6 +-----
.../commands/DeleteWebhookCommand.ts | 6 +-----
.../DeregisterWebhookWithThirdPartyCommand.ts | 6 +-----
.../commands/DisableStageTransitionCommand.ts | 6 +-----
.../commands/EnableStageTransitionCommand.ts | 6 +-----
.../commands/GetJobDetailsCommand.ts | 6 +-----
.../commands/GetPipelineCommand.ts | 6 +-----
.../commands/GetPipelineExecutionCommand.ts | 6 +-----
.../commands/GetPipelineStateCommand.ts | 6 +-----
.../commands/GetThirdPartyJobDetailsCommand.ts | 6 +-----
.../commands/ListActionExecutionsCommand.ts | 6 +-----
.../commands/ListActionTypesCommand.ts | 6 +-----
.../commands/ListPipelineExecutionsCommand.ts | 6 +-----
.../commands/ListPipelinesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListWebhooksCommand.ts | 6 +-----
.../commands/PollForJobsCommand.ts | 6 +-----
.../commands/PollForThirdPartyJobsCommand.ts | 6 +-----
.../commands/PutActionRevisionCommand.ts | 6 +-----
.../commands/PutApprovalResultCommand.ts | 6 +-----
.../commands/PutJobFailureResultCommand.ts | 6 +-----
.../commands/PutJobSuccessResultCommand.ts | 6 +-----
.../commands/PutThirdPartyJobFailureResultCommand.ts | 6 +-----
.../commands/PutThirdPartyJobSuccessResultCommand.ts | 6 +-----
.../commands/PutWebhookCommand.ts | 6 +-----
.../commands/RegisterWebhookWithThirdPartyCommand.ts | 6 +-----
.../commands/RetryStageExecutionCommand.ts | 6 +-----
.../commands/StartPipelineExecutionCommand.ts | 6 +-----
.../commands/StopPipelineExecutionCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdatePipelineCommand.ts | 6 +-----
.../commands/CreateConnectionCommand.ts | 6 +-----
.../commands/CreateHostCommand.ts | 6 +-----
.../commands/DeleteConnectionCommand.ts | 6 +-----
.../commands/DeleteHostCommand.ts | 6 +-----
.../commands/GetConnectionCommand.ts | 6 +-----
.../commands/GetHostCommand.ts | 6 +-----
.../commands/ListConnectionsCommand.ts | 6 +-----
.../commands/ListHostsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateHostCommand.ts | 6 +-----
.../commands/CreateNotificationRuleCommand.ts | 6 +-----
.../commands/DeleteNotificationRuleCommand.ts | 6 +-----
.../commands/DeleteTargetCommand.ts | 6 +-----
.../commands/DescribeNotificationRuleCommand.ts | 6 +-----
.../commands/ListEventTypesCommand.ts | 6 +-----
.../commands/ListNotificationRulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTargetsCommand.ts | 6 +-----
.../commands/SubscribeCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UnsubscribeCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateNotificationRuleCommand.ts | 6 +-----
.../commands/AssociateTeamMemberCommand.ts | 6 +-----
.../client-codestar/commands/CreateProjectCommand.ts | 6 +-----
.../commands/CreateUserProfileCommand.ts | 6 +-----
.../client-codestar/commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DeleteUserProfileCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../commands/DescribeUserProfileCommand.ts | 6 +-----
.../commands/DisassociateTeamMemberCommand.ts | 6 +-----
.../client-codestar/commands/ListProjectsCommand.ts | 6 +-----
.../client-codestar/commands/ListResourcesCommand.ts | 6 +-----
.../commands/ListTagsForProjectCommand.ts | 6 +-----
.../commands/ListTeamMembersCommand.ts | 6 +-----
.../commands/ListUserProfilesCommand.ts | 6 +-----
.../client-codestar/commands/TagProjectCommand.ts | 6 +-----
.../client-codestar/commands/UntagProjectCommand.ts | 6 +-----
.../client-codestar/commands/UpdateProjectCommand.ts | 6 +-----
.../commands/UpdateTeamMemberCommand.ts | 6 +-----
.../commands/UpdateUserProfileCommand.ts | 6 +-----
.../commands/AddCustomAttributesCommand.ts | 8 ++------
.../commands/AdminAddUserToGroupCommand.ts | 8 ++------
.../commands/AdminConfirmSignUpCommand.ts | 8 ++------
.../commands/AdminCreateUserCommand.ts | 8 ++------
.../commands/AdminDeleteUserAttributesCommand.ts | 8 ++------
.../commands/AdminDeleteUserCommand.ts | 8 ++------
.../commands/AdminDisableProviderForUserCommand.ts | 8 ++------
.../commands/AdminDisableUserCommand.ts | 8 ++------
.../commands/AdminEnableUserCommand.ts | 8 ++------
.../commands/AdminForgetDeviceCommand.ts | 8 ++------
.../commands/AdminGetDeviceCommand.ts | 8 ++------
.../commands/AdminGetUserCommand.ts | 8 ++------
.../commands/AdminInitiateAuthCommand.ts | 8 ++------
.../commands/AdminLinkProviderForUserCommand.ts | 8 ++------
.../commands/AdminListDevicesCommand.ts | 8 ++------
.../commands/AdminListGroupsForUserCommand.ts | 8 ++------
.../commands/AdminListUserAuthEventsCommand.ts | 8 ++------
.../commands/AdminRemoveUserFromGroupCommand.ts | 8 ++------
.../commands/AdminResetUserPasswordCommand.ts | 8 ++------
.../commands/AdminRespondToAuthChallengeCommand.ts | 8 ++------
.../commands/AdminSetUserMFAPreferenceCommand.ts | 8 ++------
.../commands/AdminSetUserPasswordCommand.ts | 8 ++------
.../commands/AdminSetUserSettingsCommand.ts | 8 ++------
.../commands/AdminUpdateAuthEventFeedbackCommand.ts | 8 ++------
.../commands/AdminUpdateDeviceStatusCommand.ts | 8 ++------
.../commands/AdminUpdateUserAttributesCommand.ts | 8 ++------
.../commands/AdminUserGlobalSignOutCommand.ts | 8 ++------
.../commands/AssociateSoftwareTokenCommand.ts | 8 ++------
.../commands/ChangePasswordCommand.ts | 6 +-----
.../commands/ConfirmDeviceCommand.ts | 8 ++------
.../commands/ConfirmForgotPasswordCommand.ts | 6 +-----
.../commands/ConfirmSignUpCommand.ts | 6 +-----
.../commands/CreateGroupCommand.ts | 8 ++------
.../commands/CreateIdentityProviderCommand.ts | 8 ++------
.../commands/CreateResourceServerCommand.ts | 8 ++------
.../commands/CreateUserImportJobCommand.ts | 8 ++------
.../commands/CreateUserPoolClientCommand.ts | 8 ++------
.../commands/CreateUserPoolCommand.ts | 8 ++------
.../commands/CreateUserPoolDomainCommand.ts | 8 ++------
.../commands/DeleteGroupCommand.ts | 8 ++------
.../commands/DeleteIdentityProviderCommand.ts | 8 ++------
.../commands/DeleteResourceServerCommand.ts | 8 ++------
.../commands/DeleteUserAttributesCommand.ts | 6 +-----
.../commands/DeleteUserCommand.ts | 6 +-----
.../commands/DeleteUserPoolClientCommand.ts | 8 ++------
.../commands/DeleteUserPoolCommand.ts | 8 ++------
.../commands/DeleteUserPoolDomainCommand.ts | 8 ++------
.../commands/DescribeIdentityProviderCommand.ts | 8 ++------
.../commands/DescribeResourceServerCommand.ts | 8 ++------
.../commands/DescribeRiskConfigurationCommand.ts | 8 ++------
.../commands/DescribeUserImportJobCommand.ts | 8 ++------
.../commands/DescribeUserPoolClientCommand.ts | 8 ++------
.../commands/DescribeUserPoolCommand.ts | 8 ++------
.../commands/DescribeUserPoolDomainCommand.ts | 8 ++------
.../commands/ForgetDeviceCommand.ts | 8 ++------
.../commands/ForgotPasswordCommand.ts | 6 +-----
.../commands/GetCSVHeaderCommand.ts | 8 ++------
.../commands/GetDeviceCommand.ts | 8 ++------
.../commands/GetGroupCommand.ts | 8 ++------
.../GetIdentityProviderByIdentifierCommand.ts | 8 ++------
.../commands/GetSigningCertificateCommand.ts | 8 ++------
.../commands/GetUICustomizationCommand.ts | 8 ++------
.../GetUserAttributeVerificationCodeCommand.ts | 6 +-----
.../commands/GetUserCommand.ts | 6 +-----
.../commands/GetUserPoolMfaConfigCommand.ts | 8 ++------
.../commands/GlobalSignOutCommand.ts | 8 ++------
.../commands/InitiateAuthCommand.ts | 6 +-----
.../commands/ListDevicesCommand.ts | 8 ++------
.../commands/ListGroupsCommand.ts | 8 ++------
.../commands/ListIdentityProvidersCommand.ts | 8 ++------
.../commands/ListResourceServersCommand.ts | 8 ++------
.../commands/ListTagsForResourceCommand.ts | 8 ++------
.../commands/ListUserImportJobsCommand.ts | 8 ++------
.../commands/ListUserPoolClientsCommand.ts | 8 ++------
.../commands/ListUserPoolsCommand.ts | 8 ++------
.../commands/ListUsersCommand.ts | 8 ++------
.../commands/ListUsersInGroupCommand.ts | 8 ++------
.../commands/ResendConfirmationCodeCommand.ts | 6 +-----
.../commands/RespondToAuthChallengeCommand.ts | 6 +-----
.../commands/SetRiskConfigurationCommand.ts | 8 ++------
.../commands/SetUICustomizationCommand.ts | 8 ++------
.../commands/SetUserMFAPreferenceCommand.ts | 8 ++------
.../commands/SetUserPoolMfaConfigCommand.ts | 8 ++------
.../commands/SetUserSettingsCommand.ts | 6 +-----
.../commands/SignUpCommand.ts | 6 +-----
.../commands/StartUserImportJobCommand.ts | 8 ++------
.../commands/StopUserImportJobCommand.ts | 8 ++------
.../commands/TagResourceCommand.ts | 8 ++------
.../commands/UntagResourceCommand.ts | 8 ++------
.../commands/UpdateAuthEventFeedbackCommand.ts | 8 ++------
.../commands/UpdateDeviceStatusCommand.ts | 8 ++------
.../commands/UpdateGroupCommand.ts | 8 ++------
.../commands/UpdateIdentityProviderCommand.ts | 8 ++------
.../commands/UpdateResourceServerCommand.ts | 8 ++------
.../commands/UpdateUserAttributesCommand.ts | 6 +-----
.../commands/UpdateUserPoolClientCommand.ts | 8 ++------
.../commands/UpdateUserPoolCommand.ts | 8 ++------
.../commands/UpdateUserPoolDomainCommand.ts | 8 ++------
.../commands/VerifySoftwareTokenCommand.ts | 8 ++------
.../commands/VerifyUserAttributeCommand.ts | 6 +-----
.../commands/CreateIdentityPoolCommand.ts | 8 ++------
.../commands/DeleteIdentitiesCommand.ts | 8 ++------
.../commands/DeleteIdentityPoolCommand.ts | 8 ++------
.../commands/DescribeIdentityCommand.ts | 8 ++------
.../commands/DescribeIdentityPoolCommand.ts | 8 ++------
.../commands/GetCredentialsForIdentityCommand.ts | 6 +-----
.../client-cognito-identity/commands/GetIdCommand.ts | 6 +-----
.../commands/GetIdentityPoolRolesCommand.ts | 8 ++------
.../commands/GetOpenIdTokenCommand.ts | 6 +-----
.../GetOpenIdTokenForDeveloperIdentityCommand.ts | 8 ++------
.../commands/ListIdentitiesCommand.ts | 8 ++------
.../commands/ListIdentityPoolsCommand.ts | 8 ++------
.../commands/ListTagsForResourceCommand.ts | 8 ++------
.../commands/LookupDeveloperIdentityCommand.ts | 8 ++------
.../commands/MergeDeveloperIdentitiesCommand.ts | 8 ++------
.../commands/SetIdentityPoolRolesCommand.ts | 8 ++------
.../commands/TagResourceCommand.ts | 8 ++------
.../commands/UnlinkDeveloperIdentityCommand.ts | 8 ++------
.../commands/UnlinkIdentityCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 8 ++------
.../commands/UpdateIdentityPoolCommand.ts | 8 ++------
.../commands/BulkPublishCommand.ts | 6 +-----
.../commands/DeleteDatasetCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../commands/DescribeIdentityPoolUsageCommand.ts | 6 +-----
.../commands/DescribeIdentityUsageCommand.ts | 6 +-----
.../commands/GetBulkPublishDetailsCommand.ts | 6 +-----
.../commands/GetCognitoEventsCommand.ts | 6 +-----
.../commands/GetIdentityPoolConfigurationCommand.ts | 6 +-----
.../commands/ListDatasetsCommand.ts | 6 +-----
.../commands/ListIdentityPoolUsageCommand.ts | 6 +-----
.../commands/ListRecordsCommand.ts | 6 +-----
.../commands/RegisterDeviceCommand.ts | 6 +-----
.../commands/SetCognitoEventsCommand.ts | 6 +-----
.../commands/SetIdentityPoolConfigurationCommand.ts | 6 +-----
.../commands/SubscribeToDatasetCommand.ts | 6 +-----
.../commands/UnsubscribeFromDatasetCommand.ts | 6 +-----
.../commands/UpdateRecordsCommand.ts | 6 +-----
.../commands/BatchDetectDominantLanguageCommand.ts | 6 +-----
.../commands/BatchDetectEntitiesCommand.ts | 6 +-----
.../commands/BatchDetectKeyPhrasesCommand.ts | 6 +-----
.../commands/BatchDetectSentimentCommand.ts | 6 +-----
.../commands/BatchDetectSyntaxCommand.ts | 6 +-----
.../commands/ClassifyDocumentCommand.ts | 6 +-----
.../commands/CreateDocumentClassifierCommand.ts | 6 +-----
.../commands/CreateEndpointCommand.ts | 6 +-----
.../commands/CreateEntityRecognizerCommand.ts | 6 +-----
.../commands/DeleteDocumentClassifierCommand.ts | 6 +-----
.../commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/DeleteEntityRecognizerCommand.ts | 6 +-----
.../DescribeDocumentClassificationJobCommand.ts | 6 +-----
.../commands/DescribeDocumentClassifierCommand.ts | 6 +-----
.../DescribeDominantLanguageDetectionJobCommand.ts | 6 +-----
.../commands/DescribeEndpointCommand.ts | 6 +-----
.../commands/DescribeEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/DescribeEntityRecognizerCommand.ts | 6 +-----
.../commands/DescribeEventsDetectionJobCommand.ts | 6 +-----
.../DescribeKeyPhrasesDetectionJobCommand.ts | 6 +-----
.../DescribePiiEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/DescribeSentimentDetectionJobCommand.ts | 6 +-----
.../commands/DescribeTopicsDetectionJobCommand.ts | 6 +-----
.../commands/DetectDominantLanguageCommand.ts | 6 +-----
.../commands/DetectEntitiesCommand.ts | 6 +-----
.../commands/DetectKeyPhrasesCommand.ts | 6 +-----
.../commands/DetectPiiEntitiesCommand.ts | 6 +-----
.../commands/DetectSentimentCommand.ts | 6 +-----
.../commands/DetectSyntaxCommand.ts | 6 +-----
.../ListDocumentClassificationJobsCommand.ts | 6 +-----
.../commands/ListDocumentClassifiersCommand.ts | 6 +-----
.../ListDominantLanguageDetectionJobsCommand.ts | 6 +-----
.../commands/ListEndpointsCommand.ts | 6 +-----
.../commands/ListEntitiesDetectionJobsCommand.ts | 6 +-----
.../commands/ListEntityRecognizersCommand.ts | 6 +-----
.../commands/ListEventsDetectionJobsCommand.ts | 6 +-----
.../commands/ListKeyPhrasesDetectionJobsCommand.ts | 6 +-----
.../commands/ListPiiEntitiesDetectionJobsCommand.ts | 6 +-----
.../commands/ListSentimentDetectionJobsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTopicsDetectionJobsCommand.ts | 6 +-----
.../StartDocumentClassificationJobCommand.ts | 6 +-----
.../StartDominantLanguageDetectionJobCommand.ts | 6 +-----
.../commands/StartEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/StartEventsDetectionJobCommand.ts | 6 +-----
.../commands/StartKeyPhrasesDetectionJobCommand.ts | 6 +-----
.../commands/StartPiiEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/StartSentimentDetectionJobCommand.ts | 6 +-----
.../commands/StartTopicsDetectionJobCommand.ts | 6 +-----
.../StopDominantLanguageDetectionJobCommand.ts | 6 +-----
.../commands/StopEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/StopEventsDetectionJobCommand.ts | 6 +-----
.../commands/StopKeyPhrasesDetectionJobCommand.ts | 6 +-----
.../commands/StopPiiEntitiesDetectionJobCommand.ts | 6 +-----
.../commands/StopSentimentDetectionJobCommand.ts | 6 +-----
.../StopTrainingDocumentClassifierCommand.ts | 6 +-----
.../commands/StopTrainingEntityRecognizerCommand.ts | 6 +-----
.../client-comprehend/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateEndpointCommand.ts | 6 +-----
.../DescribeEntitiesDetectionV2JobCommand.ts | 6 +-----
.../commands/DescribeICD10CMInferenceJobCommand.ts | 6 +-----
.../commands/DescribePHIDetectionJobCommand.ts | 6 +-----
.../commands/DescribeRxNormInferenceJobCommand.ts | 6 +-----
.../commands/DetectEntitiesCommand.ts | 6 +-----
.../commands/DetectEntitiesV2Command.ts | 6 +-----
.../commands/DetectPHICommand.ts | 6 +-----
.../commands/InferICD10CMCommand.ts | 6 +-----
.../commands/InferRxNormCommand.ts | 6 +-----
.../commands/ListEntitiesDetectionV2JobsCommand.ts | 6 +-----
.../commands/ListICD10CMInferenceJobsCommand.ts | 6 +-----
.../commands/ListPHIDetectionJobsCommand.ts | 6 +-----
.../commands/ListRxNormInferenceJobsCommand.ts | 6 +-----
.../commands/StartEntitiesDetectionV2JobCommand.ts | 6 +-----
.../commands/StartICD10CMInferenceJobCommand.ts | 6 +-----
.../commands/StartPHIDetectionJobCommand.ts | 6 +-----
.../commands/StartRxNormInferenceJobCommand.ts | 6 +-----
.../commands/StopEntitiesDetectionV2JobCommand.ts | 6 +-----
.../commands/StopICD10CMInferenceJobCommand.ts | 6 +-----
.../commands/StopPHIDetectionJobCommand.ts | 6 +-----
.../commands/StopRxNormInferenceJobCommand.ts | 6 +-----
.../DescribeRecommendationExportJobsCommand.ts | 6 +-----
.../ExportAutoScalingGroupRecommendationsCommand.ts | 6 +-----
.../ExportEC2InstanceRecommendationsCommand.ts | 6 +-----
.../GetAutoScalingGroupRecommendationsCommand.ts | 6 +-----
.../commands/GetEBSVolumeRecommendationsCommand.ts | 6 +-----
.../commands/GetEC2InstanceRecommendationsCommand.ts | 6 +-----
.../GetEC2RecommendationProjectedMetricsCommand.ts | 6 +-----
.../commands/GetEnrollmentStatusCommand.ts | 6 +-----
.../commands/GetRecommendationSummariesCommand.ts | 6 +-----
.../commands/UpdateEnrollmentStatusCommand.ts | 6 +-----
.../BatchGetAggregateResourceConfigCommand.ts | 6 +-----
.../commands/BatchGetResourceConfigCommand.ts | 6 +-----
.../DeleteAggregationAuthorizationCommand.ts | 6 +-----
.../commands/DeleteConfigRuleCommand.ts | 6 +-----
.../commands/DeleteConfigurationAggregatorCommand.ts | 6 +-----
.../commands/DeleteConfigurationRecorderCommand.ts | 6 +-----
.../commands/DeleteConformancePackCommand.ts | 6 +-----
.../commands/DeleteDeliveryChannelCommand.ts | 6 +-----
.../commands/DeleteEvaluationResultsCommand.ts | 6 +-----
.../commands/DeleteOrganizationConfigRuleCommand.ts | 6 +-----
.../DeleteOrganizationConformancePackCommand.ts | 6 +-----
.../DeletePendingAggregationRequestCommand.ts | 6 +-----
.../DeleteRemediationConfigurationCommand.ts | 6 +-----
.../commands/DeleteRemediationExceptionsCommand.ts | 6 +-----
.../commands/DeleteResourceConfigCommand.ts | 6 +-----
.../commands/DeleteRetentionConfigurationCommand.ts | 6 +-----
.../commands/DeliverConfigSnapshotCommand.ts | 6 +-----
...escribeAggregateComplianceByConfigRulesCommand.ts | 6 +-----
.../DescribeAggregationAuthorizationsCommand.ts | 6 +-----
.../DescribeComplianceByConfigRuleCommand.ts | 6 +-----
.../commands/DescribeComplianceByResourceCommand.ts | 6 +-----
.../DescribeConfigRuleEvaluationStatusCommand.ts | 6 +-----
.../commands/DescribeConfigRulesCommand.ts | 6 +-----
...ibeConfigurationAggregatorSourcesStatusCommand.ts | 6 +-----
.../DescribeConfigurationAggregatorsCommand.ts | 6 +-----
.../DescribeConfigurationRecorderStatusCommand.ts | 6 +-----
.../DescribeConfigurationRecordersCommand.ts | 6 +-----
.../DescribeConformancePackComplianceCommand.ts | 6 +-----
.../commands/DescribeConformancePackStatusCommand.ts | 6 +-----
.../commands/DescribeConformancePacksCommand.ts | 6 +-----
.../commands/DescribeDeliveryChannelStatusCommand.ts | 6 +-----
.../commands/DescribeDeliveryChannelsCommand.ts | 6 +-----
.../DescribeOrganizationConfigRuleStatusesCommand.ts | 6 +-----
.../DescribeOrganizationConfigRulesCommand.ts | 6 +-----
...ribeOrganizationConformancePackStatusesCommand.ts | 6 +-----
.../DescribeOrganizationConformancePacksCommand.ts | 6 +-----
.../DescribePendingAggregationRequestsCommand.ts | 6 +-----
.../DescribeRemediationConfigurationsCommand.ts | 6 +-----
.../commands/DescribeRemediationExceptionsCommand.ts | 6 +-----
.../DescribeRemediationExecutionStatusCommand.ts | 6 +-----
.../DescribeRetentionConfigurationsCommand.ts | 6 +-----
...tAggregateComplianceDetailsByConfigRuleCommand.ts | 6 +-----
...GetAggregateConfigRuleComplianceSummaryCommand.ts | 6 +-----
.../GetAggregateDiscoveredResourceCountsCommand.ts | 6 +-----
.../commands/GetAggregateResourceConfigCommand.ts | 6 +-----
.../GetComplianceDetailsByConfigRuleCommand.ts | 6 +-----
.../GetComplianceDetailsByResourceCommand.ts | 6 +-----
.../GetComplianceSummaryByConfigRuleCommand.ts | 6 +-----
.../GetComplianceSummaryByResourceTypeCommand.ts | 6 +-----
.../GetConformancePackComplianceDetailsCommand.ts | 6 +-----
.../GetConformancePackComplianceSummaryCommand.ts | 6 +-----
.../commands/GetDiscoveredResourceCountsCommand.ts | 6 +-----
...GetOrganizationConfigRuleDetailedStatusCommand.ts | 6 +-----
...ganizationConformancePackDetailedStatusCommand.ts | 6 +-----
.../commands/GetResourceConfigHistoryCommand.ts | 6 +-----
.../ListAggregateDiscoveredResourcesCommand.ts | 6 +-----
.../commands/ListDiscoveredResourcesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutAggregationAuthorizationCommand.ts | 6 +-----
.../commands/PutConfigRuleCommand.ts | 6 +-----
.../commands/PutConfigurationAggregatorCommand.ts | 6 +-----
.../commands/PutConfigurationRecorderCommand.ts | 6 +-----
.../commands/PutConformancePackCommand.ts | 6 +-----
.../commands/PutDeliveryChannelCommand.ts | 6 +-----
.../commands/PutEvaluationsCommand.ts | 6 +-----
.../commands/PutOrganizationConfigRuleCommand.ts | 6 +-----
.../PutOrganizationConformancePackCommand.ts | 6 +-----
.../commands/PutRemediationConfigurationsCommand.ts | 6 +-----
.../commands/PutRemediationExceptionsCommand.ts | 6 +-----
.../commands/PutResourceConfigCommand.ts | 6 +-----
.../commands/PutRetentionConfigurationCommand.ts | 6 +-----
.../commands/SelectAggregateResourceConfigCommand.ts | 6 +-----
.../commands/SelectResourceConfigCommand.ts | 6 +-----
.../commands/StartConfigRulesEvaluationCommand.ts | 6 +-----
.../commands/StartConfigurationRecorderCommand.ts | 6 +-----
.../commands/StartRemediationExecutionCommand.ts | 6 +-----
.../commands/StopConfigurationRecorderCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../ListRealtimeContactAnalysisSegmentsCommand.ts | 6 +-----
.../commands/AssociateApprovedOriginCommand.ts | 6 +-----
.../AssociateInstanceStorageConfigCommand.ts | 6 +-----
.../commands/AssociateLambdaFunctionCommand.ts | 6 +-----
.../commands/AssociateLexBotCommand.ts | 6 +-----
.../commands/AssociateRoutingProfileQueuesCommand.ts | 6 +-----
.../commands/AssociateSecurityKeyCommand.ts | 6 +-----
.../commands/CreateContactFlowCommand.ts | 6 +-----
.../client-connect/commands/CreateInstanceCommand.ts | 6 +-----
.../commands/CreateIntegrationAssociationCommand.ts | 6 +-----
.../commands/CreateRoutingProfileCommand.ts | 6 +-----
.../client-connect/commands/CreateUseCaseCommand.ts | 6 +-----
clients/client-connect/commands/CreateUserCommand.ts | 6 +-----
.../commands/CreateUserHierarchyGroupCommand.ts | 6 +-----
.../client-connect/commands/DeleteInstanceCommand.ts | 6 +-----
.../commands/DeleteIntegrationAssociationCommand.ts | 6 +-----
.../client-connect/commands/DeleteUseCaseCommand.ts | 6 +-----
clients/client-connect/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DeleteUserHierarchyGroupCommand.ts | 6 +-----
.../commands/DescribeContactFlowCommand.ts | 6 +-----
.../commands/DescribeInstanceAttributeCommand.ts | 6 +-----
.../commands/DescribeInstanceCommand.ts | 6 +-----
.../commands/DescribeInstanceStorageConfigCommand.ts | 6 +-----
.../commands/DescribeRoutingProfileCommand.ts | 6 +-----
.../client-connect/commands/DescribeUserCommand.ts | 6 +-----
.../commands/DescribeUserHierarchyGroupCommand.ts | 6 +-----
.../DescribeUserHierarchyStructureCommand.ts | 6 +-----
.../commands/DisassociateApprovedOriginCommand.ts | 6 +-----
.../DisassociateInstanceStorageConfigCommand.ts | 6 +-----
.../commands/DisassociateLambdaFunctionCommand.ts | 6 +-----
.../commands/DisassociateLexBotCommand.ts | 6 +-----
.../DisassociateRoutingProfileQueuesCommand.ts | 6 +-----
.../commands/DisassociateSecurityKeyCommand.ts | 6 +-----
.../commands/GetContactAttributesCommand.ts | 6 +-----
.../commands/GetCurrentMetricDataCommand.ts | 6 +-----
.../commands/GetFederationTokenCommand.ts | 6 +-----
.../client-connect/commands/GetMetricDataCommand.ts | 6 +-----
.../commands/ListApprovedOriginsCommand.ts | 6 +-----
.../commands/ListContactFlowsCommand.ts | 6 +-----
.../commands/ListHoursOfOperationsCommand.ts | 6 +-----
.../commands/ListInstanceAttributesCommand.ts | 6 +-----
.../commands/ListInstanceStorageConfigsCommand.ts | 6 +-----
.../client-connect/commands/ListInstancesCommand.ts | 6 +-----
.../commands/ListIntegrationAssociationsCommand.ts | 6 +-----
.../commands/ListLambdaFunctionsCommand.ts | 6 +-----
.../client-connect/commands/ListLexBotsCommand.ts | 6 +-----
.../commands/ListPhoneNumbersCommand.ts | 6 +-----
.../client-connect/commands/ListPromptsCommand.ts | 6 +-----
clients/client-connect/commands/ListQueuesCommand.ts | 6 +-----
.../commands/ListRoutingProfileQueuesCommand.ts | 6 +-----
.../commands/ListRoutingProfilesCommand.ts | 6 +-----
.../commands/ListSecurityKeysCommand.ts | 6 +-----
.../commands/ListSecurityProfilesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-connect/commands/ListUseCasesCommand.ts | 6 +-----
.../commands/ListUserHierarchyGroupsCommand.ts | 6 +-----
clients/client-connect/commands/ListUsersCommand.ts | 6 +-----
.../commands/ResumeContactRecordingCommand.ts | 6 +-----
.../commands/StartChatContactCommand.ts | 6 +-----
.../commands/StartContactRecordingCommand.ts | 6 +-----
.../commands/StartOutboundVoiceContactCommand.ts | 6 +-----
.../commands/StartTaskContactCommand.ts | 6 +-----
.../client-connect/commands/StopContactCommand.ts | 6 +-----
.../commands/StopContactRecordingCommand.ts | 6 +-----
.../commands/SuspendContactRecordingCommand.ts | 6 +-----
.../client-connect/commands/TagResourceCommand.ts | 6 +-----
.../client-connect/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateContactAttributesCommand.ts | 6 +-----
.../commands/UpdateContactFlowContentCommand.ts | 6 +-----
.../commands/UpdateContactFlowNameCommand.ts | 6 +-----
.../commands/UpdateInstanceAttributeCommand.ts | 6 +-----
.../commands/UpdateInstanceStorageConfigCommand.ts | 6 +-----
.../UpdateRoutingProfileConcurrencyCommand.ts | 6 +-----
...pdateRoutingProfileDefaultOutboundQueueCommand.ts | 6 +-----
.../commands/UpdateRoutingProfileNameCommand.ts | 6 +-----
.../commands/UpdateRoutingProfileQueuesCommand.ts | 6 +-----
.../commands/UpdateUserHierarchyCommand.ts | 6 +-----
.../commands/UpdateUserHierarchyGroupNameCommand.ts | 6 +-----
.../commands/UpdateUserHierarchyStructureCommand.ts | 6 +-----
.../commands/UpdateUserIdentityInfoCommand.ts | 6 +-----
.../commands/UpdateUserPhoneConfigCommand.ts | 6 +-----
.../commands/UpdateUserRoutingProfileCommand.ts | 6 +-----
.../commands/UpdateUserSecurityProfilesCommand.ts | 6 +-----
.../commands/CreateParticipantConnectionCommand.ts | 6 +-----
.../commands/DisconnectParticipantCommand.ts | 6 +-----
.../commands/GetTranscriptCommand.ts | 6 +-----
.../commands/SendEventCommand.ts | 6 +-----
.../commands/SendMessageCommand.ts | 6 +-----
.../commands/DeleteReportDefinitionCommand.ts | 6 +-----
.../commands/DescribeReportDefinitionsCommand.ts | 6 +-----
.../commands/ModifyReportDefinitionCommand.ts | 6 +-----
.../commands/PutReportDefinitionCommand.ts | 6 +-----
.../commands/CreateAnomalyMonitorCommand.ts | 6 +-----
.../commands/CreateAnomalySubscriptionCommand.ts | 6 +-----
.../commands/CreateCostCategoryDefinitionCommand.ts | 6 +-----
.../commands/DeleteAnomalyMonitorCommand.ts | 6 +-----
.../commands/DeleteAnomalySubscriptionCommand.ts | 6 +-----
.../commands/DeleteCostCategoryDefinitionCommand.ts | 6 +-----
.../DescribeCostCategoryDefinitionCommand.ts | 6 +-----
.../commands/GetAnomaliesCommand.ts | 6 +-----
.../commands/GetAnomalyMonitorsCommand.ts | 6 +-----
.../commands/GetAnomalySubscriptionsCommand.ts | 6 +-----
.../commands/GetCostAndUsageCommand.ts | 6 +-----
.../commands/GetCostAndUsageWithResourcesCommand.ts | 6 +-----
.../commands/GetCostForecastCommand.ts | 6 +-----
.../commands/GetDimensionValuesCommand.ts | 6 +-----
.../commands/GetReservationCoverageCommand.ts | 6 +-----
.../GetReservationPurchaseRecommendationCommand.ts | 6 +-----
.../commands/GetReservationUtilizationCommand.ts | 6 +-----
.../commands/GetRightsizingRecommendationCommand.ts | 6 +-----
.../commands/GetSavingsPlansCoverageCommand.ts | 6 +-----
.../GetSavingsPlansPurchaseRecommendationCommand.ts | 6 +-----
.../commands/GetSavingsPlansUtilizationCommand.ts | 6 +-----
.../GetSavingsPlansUtilizationDetailsCommand.ts | 6 +-----
.../client-cost-explorer/commands/GetTagsCommand.ts | 6 +-----
.../commands/GetUsageForecastCommand.ts | 6 +-----
.../commands/ListCostCategoryDefinitionsCommand.ts | 6 +-----
.../commands/ProvideAnomalyFeedbackCommand.ts | 6 +-----
.../commands/UpdateAnomalyMonitorCommand.ts | 6 +-----
.../commands/UpdateAnomalySubscriptionCommand.ts | 6 +-----
.../commands/UpdateCostCategoryDefinitionCommand.ts | 6 +-----
.../commands/AddProfileKeyCommand.ts | 6 +-----
.../commands/CreateDomainCommand.ts | 6 +-----
.../commands/CreateProfileCommand.ts | 6 +-----
.../commands/DeleteDomainCommand.ts | 6 +-----
.../commands/DeleteIntegrationCommand.ts | 6 +-----
.../commands/DeleteProfileCommand.ts | 6 +-----
.../commands/DeleteProfileKeyCommand.ts | 6 +-----
.../commands/DeleteProfileObjectCommand.ts | 6 +-----
.../commands/DeleteProfileObjectTypeCommand.ts | 6 +-----
.../commands/GetDomainCommand.ts | 6 +-----
.../commands/GetIntegrationCommand.ts | 6 +-----
.../commands/GetProfileObjectTypeCommand.ts | 6 +-----
.../commands/GetProfileObjectTypeTemplateCommand.ts | 6 +-----
.../commands/ListAccountIntegrationsCommand.ts | 6 +-----
.../commands/ListDomainsCommand.ts | 6 +-----
.../commands/ListIntegrationsCommand.ts | 6 +-----
.../ListProfileObjectTypeTemplatesCommand.ts | 6 +-----
.../commands/ListProfileObjectTypesCommand.ts | 6 +-----
.../commands/ListProfileObjectsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutIntegrationCommand.ts | 6 +-----
.../commands/PutProfileObjectCommand.ts | 6 +-----
.../commands/PutProfileObjectTypeCommand.ts | 6 +-----
.../commands/SearchProfilesCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDomainCommand.ts | 6 +-----
.../commands/UpdateProfileCommand.ts | 6 +-----
.../commands/ActivatePipelineCommand.ts | 6 +-----
.../client-data-pipeline/commands/AddTagsCommand.ts | 6 +-----
.../commands/CreatePipelineCommand.ts | 6 +-----
.../commands/DeactivatePipelineCommand.ts | 6 +-----
.../commands/DeletePipelineCommand.ts | 6 +-----
.../commands/DescribeObjectsCommand.ts | 6 +-----
.../commands/DescribePipelinesCommand.ts | 6 +-----
.../commands/EvaluateExpressionCommand.ts | 6 +-----
.../commands/GetPipelineDefinitionCommand.ts | 6 +-----
.../commands/ListPipelinesCommand.ts | 6 +-----
.../commands/PollForTaskCommand.ts | 6 +-----
.../commands/PutPipelineDefinitionCommand.ts | 6 +-----
.../commands/QueryObjectsCommand.ts | 6 +-----
.../commands/RemoveTagsCommand.ts | 6 +-----
.../commands/ReportTaskProgressCommand.ts | 6 +-----
.../commands/ReportTaskRunnerHeartbeatCommand.ts | 6 +-----
.../commands/SetStatusCommand.ts | 6 +-----
.../commands/SetTaskStatusCommand.ts | 6 +-----
.../commands/ValidatePipelineDefinitionCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/ApplyPendingMaintenanceActionCommand.ts | 6 +-----
.../CancelReplicationTaskAssessmentRunCommand.ts | 6 +-----
.../commands/CreateEndpointCommand.ts | 6 +-----
.../commands/CreateEventSubscriptionCommand.ts | 6 +-----
.../commands/CreateReplicationInstanceCommand.ts | 6 +-----
.../commands/CreateReplicationSubnetGroupCommand.ts | 6 +-----
.../commands/CreateReplicationTaskCommand.ts | 6 +-----
.../commands/DeleteCertificateCommand.ts | 6 +-----
.../commands/DeleteConnectionCommand.ts | 6 +-----
.../commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/DeleteEventSubscriptionCommand.ts | 6 +-----
.../commands/DeleteReplicationInstanceCommand.ts | 6 +-----
.../commands/DeleteReplicationSubnetGroupCommand.ts | 6 +-----
.../DeleteReplicationTaskAssessmentRunCommand.ts | 6 +-----
.../commands/DeleteReplicationTaskCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
...DescribeApplicableIndividualAssessmentsCommand.ts | 6 +-----
.../commands/DescribeCertificatesCommand.ts | 6 +-----
.../commands/DescribeConnectionsCommand.ts | 6 +-----
.../commands/DescribeEndpointTypesCommand.ts | 6 +-----
.../commands/DescribeEndpointsCommand.ts | 6 +-----
.../commands/DescribeEventCategoriesCommand.ts | 6 +-----
.../commands/DescribeEventSubscriptionsCommand.ts | 6 +-----
.../commands/DescribeEventsCommand.ts | 6 +-----
.../DescribeOrderableReplicationInstancesCommand.ts | 6 +-----
.../DescribePendingMaintenanceActionsCommand.ts | 6 +-----
.../commands/DescribeRefreshSchemasStatusCommand.ts | 6 +-----
.../DescribeReplicationInstanceTaskLogsCommand.ts | 6 +-----
.../commands/DescribeReplicationInstancesCommand.ts | 6 +-----
.../DescribeReplicationSubnetGroupsCommand.ts | 6 +-----
...escribeReplicationTaskAssessmentResultsCommand.ts | 6 +-----
.../DescribeReplicationTaskAssessmentRunsCommand.ts | 6 +-----
...ibeReplicationTaskIndividualAssessmentsCommand.ts | 6 +-----
.../commands/DescribeReplicationTasksCommand.ts | 6 +-----
.../commands/DescribeSchemasCommand.ts | 6 +-----
.../commands/DescribeTableStatisticsCommand.ts | 6 +-----
.../commands/ImportCertificateCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ModifyEndpointCommand.ts | 6 +-----
.../commands/ModifyEventSubscriptionCommand.ts | 6 +-----
.../commands/ModifyReplicationInstanceCommand.ts | 6 +-----
.../commands/ModifyReplicationSubnetGroupCommand.ts | 6 +-----
.../commands/ModifyReplicationTaskCommand.ts | 6 +-----
.../commands/MoveReplicationTaskCommand.ts | 6 +-----
.../commands/RebootReplicationInstanceCommand.ts | 6 +-----
.../commands/RefreshSchemasCommand.ts | 6 +-----
.../commands/ReloadTablesCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../StartReplicationTaskAssessmentCommand.ts | 6 +-----
.../StartReplicationTaskAssessmentRunCommand.ts | 6 +-----
.../commands/StartReplicationTaskCommand.ts | 6 +-----
.../commands/StopReplicationTaskCommand.ts | 6 +-----
.../commands/TestConnectionCommand.ts | 6 +-----
.../commands/BatchDeleteRecipeVersionCommand.ts | 6 +-----
.../client-databrew/commands/CreateDatasetCommand.ts | 6 +-----
.../commands/CreateProfileJobCommand.ts | 6 +-----
.../client-databrew/commands/CreateProjectCommand.ts | 6 +-----
.../client-databrew/commands/CreateRecipeCommand.ts | 6 +-----
.../commands/CreateRecipeJobCommand.ts | 6 +-----
.../commands/CreateScheduleCommand.ts | 6 +-----
.../client-databrew/commands/DeleteDatasetCommand.ts | 6 +-----
clients/client-databrew/commands/DeleteJobCommand.ts | 6 +-----
.../client-databrew/commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DeleteRecipeVersionCommand.ts | 6 +-----
.../commands/DeleteScheduleCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../client-databrew/commands/DescribeJobCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../commands/DescribeRecipeCommand.ts | 6 +-----
.../commands/DescribeScheduleCommand.ts | 6 +-----
.../client-databrew/commands/ListDatasetsCommand.ts | 6 +-----
.../client-databrew/commands/ListJobRunsCommand.ts | 6 +-----
clients/client-databrew/commands/ListJobsCommand.ts | 6 +-----
.../client-databrew/commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListRecipeVersionsCommand.ts | 6 +-----
.../client-databrew/commands/ListRecipesCommand.ts | 6 +-----
.../client-databrew/commands/ListSchedulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-databrew/commands/PublishRecipeCommand.ts | 6 +-----
.../commands/SendProjectSessionActionCommand.ts | 6 +-----
.../client-databrew/commands/StartJobRunCommand.ts | 6 +-----
.../commands/StartProjectSessionCommand.ts | 6 +-----
.../client-databrew/commands/StopJobRunCommand.ts | 6 +-----
.../client-databrew/commands/TagResourceCommand.ts | 6 +-----
.../client-databrew/commands/UntagResourceCommand.ts | 6 +-----
.../client-databrew/commands/UpdateDatasetCommand.ts | 6 +-----
.../commands/UpdateProfileJobCommand.ts | 6 +-----
.../client-databrew/commands/UpdateProjectCommand.ts | 6 +-----
.../client-databrew/commands/UpdateRecipeCommand.ts | 6 +-----
.../commands/UpdateRecipeJobCommand.ts | 6 +-----
.../commands/UpdateScheduleCommand.ts | 6 +-----
.../client-dataexchange/commands/CancelJobCommand.ts | 6 +-----
.../commands/CreateDataSetCommand.ts | 6 +-----
.../client-dataexchange/commands/CreateJobCommand.ts | 6 +-----
.../commands/CreateRevisionCommand.ts | 6 +-----
.../commands/DeleteAssetCommand.ts | 6 +-----
.../commands/DeleteDataSetCommand.ts | 6 +-----
.../commands/DeleteRevisionCommand.ts | 6 +-----
.../client-dataexchange/commands/GetAssetCommand.ts | 6 +-----
.../commands/GetDataSetCommand.ts | 6 +-----
.../client-dataexchange/commands/GetJobCommand.ts | 6 +-----
.../commands/GetRevisionCommand.ts | 6 +-----
.../commands/ListDataSetRevisionsCommand.ts | 6 +-----
.../commands/ListDataSetsCommand.ts | 6 +-----
.../client-dataexchange/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListRevisionAssetsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-dataexchange/commands/StartJobCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAssetCommand.ts | 6 +-----
.../commands/UpdateDataSetCommand.ts | 6 +-----
.../commands/UpdateRevisionCommand.ts | 6 +-----
.../commands/CancelTaskExecutionCommand.ts | 6 +-----
.../client-datasync/commands/CreateAgentCommand.ts | 6 +-----
.../commands/CreateLocationEfsCommand.ts | 6 +-----
.../commands/CreateLocationFsxWindowsCommand.ts | 6 +-----
.../commands/CreateLocationNfsCommand.ts | 6 +-----
.../commands/CreateLocationObjectStorageCommand.ts | 6 +-----
.../commands/CreateLocationS3Command.ts | 6 +-----
.../commands/CreateLocationSmbCommand.ts | 6 +-----
.../client-datasync/commands/CreateTaskCommand.ts | 6 +-----
.../client-datasync/commands/DeleteAgentCommand.ts | 6 +-----
.../commands/DeleteLocationCommand.ts | 6 +-----
.../client-datasync/commands/DeleteTaskCommand.ts | 6 +-----
.../client-datasync/commands/DescribeAgentCommand.ts | 6 +-----
.../commands/DescribeLocationEfsCommand.ts | 6 +-----
.../commands/DescribeLocationFsxWindowsCommand.ts | 6 +-----
.../commands/DescribeLocationNfsCommand.ts | 6 +-----
.../commands/DescribeLocationObjectStorageCommand.ts | 6 +-----
.../commands/DescribeLocationS3Command.ts | 6 +-----
.../commands/DescribeLocationSmbCommand.ts | 6 +-----
.../client-datasync/commands/DescribeTaskCommand.ts | 6 +-----
.../commands/DescribeTaskExecutionCommand.ts | 6 +-----
.../client-datasync/commands/ListAgentsCommand.ts | 6 +-----
.../client-datasync/commands/ListLocationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTaskExecutionsCommand.ts | 6 +-----
clients/client-datasync/commands/ListTasksCommand.ts | 6 +-----
.../commands/StartTaskExecutionCommand.ts | 6 +-----
.../client-datasync/commands/TagResourceCommand.ts | 6 +-----
.../client-datasync/commands/UntagResourceCommand.ts | 6 +-----
.../client-datasync/commands/UpdateAgentCommand.ts | 6 +-----
.../client-datasync/commands/UpdateTaskCommand.ts | 6 +-----
.../commands/UpdateTaskExecutionCommand.ts | 6 +-----
clients/client-dax/commands/CreateClusterCommand.ts | 6 +-----
.../commands/CreateParameterGroupCommand.ts | 6 +-----
.../client-dax/commands/CreateSubnetGroupCommand.ts | 6 +-----
.../commands/DecreaseReplicationFactorCommand.ts | 6 +-----
clients/client-dax/commands/DeleteClusterCommand.ts | 6 +-----
.../commands/DeleteParameterGroupCommand.ts | 6 +-----
.../client-dax/commands/DeleteSubnetGroupCommand.ts | 6 +-----
.../client-dax/commands/DescribeClustersCommand.ts | 6 +-----
.../commands/DescribeDefaultParametersCommand.ts | 6 +-----
clients/client-dax/commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeParameterGroupsCommand.ts | 6 +-----
.../client-dax/commands/DescribeParametersCommand.ts | 6 +-----
.../commands/DescribeSubnetGroupsCommand.ts | 6 +-----
.../commands/IncreaseReplicationFactorCommand.ts | 6 +-----
clients/client-dax/commands/ListTagsCommand.ts | 6 +-----
clients/client-dax/commands/RebootNodeCommand.ts | 6 +-----
clients/client-dax/commands/TagResourceCommand.ts | 6 +-----
clients/client-dax/commands/UntagResourceCommand.ts | 6 +-----
clients/client-dax/commands/UpdateClusterCommand.ts | 6 +-----
.../commands/UpdateParameterGroupCommand.ts | 6 +-----
.../client-dax/commands/UpdateSubnetGroupCommand.ts | 6 +-----
.../commands/AcceptInvitationCommand.ts | 6 +-----
.../client-detective/commands/CreateGraphCommand.ts | 6 +-----
.../commands/CreateMembersCommand.ts | 6 +-----
.../client-detective/commands/DeleteGraphCommand.ts | 6 +-----
.../commands/DeleteMembersCommand.ts | 6 +-----
.../commands/DisassociateMembershipCommand.ts | 6 +-----
.../client-detective/commands/GetMembersCommand.ts | 6 +-----
.../client-detective/commands/ListGraphsCommand.ts | 6 +-----
.../commands/ListInvitationsCommand.ts | 6 +-----
.../client-detective/commands/ListMembersCommand.ts | 6 +-----
.../commands/RejectInvitationCommand.ts | 6 +-----
.../commands/StartMonitoringMemberCommand.ts | 6 +-----
.../commands/CreateDevicePoolCommand.ts | 6 +-----
.../commands/CreateInstanceProfileCommand.ts | 6 +-----
.../commands/CreateNetworkProfileCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/CreateRemoteAccessSessionCommand.ts | 6 +-----
.../commands/CreateTestGridProjectCommand.ts | 6 +-----
.../commands/CreateTestGridUrlCommand.ts | 6 +-----
.../commands/CreateUploadCommand.ts | 6 +-----
.../commands/CreateVPCEConfigurationCommand.ts | 6 +-----
.../commands/DeleteDevicePoolCommand.ts | 6 +-----
.../commands/DeleteInstanceProfileCommand.ts | 6 +-----
.../commands/DeleteNetworkProfileCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DeleteRemoteAccessSessionCommand.ts | 6 +-----
.../client-device-farm/commands/DeleteRunCommand.ts | 6 +-----
.../commands/DeleteTestGridProjectCommand.ts | 6 +-----
.../commands/DeleteUploadCommand.ts | 6 +-----
.../commands/DeleteVPCEConfigurationCommand.ts | 6 +-----
.../commands/GetAccountSettingsCommand.ts | 6 +-----
.../client-device-farm/commands/GetDeviceCommand.ts | 6 +-----
.../commands/GetDeviceInstanceCommand.ts | 6 +-----
.../commands/GetDevicePoolCommand.ts | 6 +-----
.../commands/GetDevicePoolCompatibilityCommand.ts | 6 +-----
.../commands/GetInstanceProfileCommand.ts | 6 +-----
clients/client-device-farm/commands/GetJobCommand.ts | 6 +-----
.../commands/GetNetworkProfileCommand.ts | 6 +-----
.../commands/GetOfferingStatusCommand.ts | 6 +-----
.../client-device-farm/commands/GetProjectCommand.ts | 6 +-----
.../commands/GetRemoteAccessSessionCommand.ts | 6 +-----
clients/client-device-farm/commands/GetRunCommand.ts | 6 +-----
.../client-device-farm/commands/GetSuiteCommand.ts | 6 +-----
.../client-device-farm/commands/GetTestCommand.ts | 6 +-----
.../commands/GetTestGridProjectCommand.ts | 6 +-----
.../commands/GetTestGridSessionCommand.ts | 6 +-----
.../client-device-farm/commands/GetUploadCommand.ts | 6 +-----
.../commands/GetVPCEConfigurationCommand.ts | 6 +-----
.../commands/InstallToRemoteAccessSessionCommand.ts | 6 +-----
.../commands/ListArtifactsCommand.ts | 6 +-----
.../commands/ListDeviceInstancesCommand.ts | 6 +-----
.../commands/ListDevicePoolsCommand.ts | 6 +-----
.../commands/ListDevicesCommand.ts | 6 +-----
.../commands/ListInstanceProfilesCommand.ts | 6 +-----
.../client-device-farm/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListNetworkProfilesCommand.ts | 6 +-----
.../commands/ListOfferingPromotionsCommand.ts | 6 +-----
.../commands/ListOfferingTransactionsCommand.ts | 6 +-----
.../commands/ListOfferingsCommand.ts | 6 +-----
.../commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListRemoteAccessSessionsCommand.ts | 6 +-----
.../client-device-farm/commands/ListRunsCommand.ts | 6 +-----
.../commands/ListSamplesCommand.ts | 6 +-----
.../client-device-farm/commands/ListSuitesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTestGridProjectsCommand.ts | 6 +-----
.../commands/ListTestGridSessionActionsCommand.ts | 6 +-----
.../commands/ListTestGridSessionArtifactsCommand.ts | 6 +-----
.../commands/ListTestGridSessionsCommand.ts | 6 +-----
.../client-device-farm/commands/ListTestsCommand.ts | 6 +-----
.../commands/ListUniqueProblemsCommand.ts | 6 +-----
.../commands/ListUploadsCommand.ts | 6 +-----
.../commands/ListVPCEConfigurationsCommand.ts | 6 +-----
.../commands/PurchaseOfferingCommand.ts | 6 +-----
.../commands/RenewOfferingCommand.ts | 6 +-----
.../commands/ScheduleRunCommand.ts | 6 +-----
.../client-device-farm/commands/StopJobCommand.ts | 6 +-----
.../commands/StopRemoteAccessSessionCommand.ts | 6 +-----
.../client-device-farm/commands/StopRunCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDeviceInstanceCommand.ts | 6 +-----
.../commands/UpdateDevicePoolCommand.ts | 6 +-----
.../commands/UpdateInstanceProfileCommand.ts | 6 +-----
.../commands/UpdateNetworkProfileCommand.ts | 6 +-----
.../commands/UpdateProjectCommand.ts | 6 +-----
.../commands/UpdateTestGridProjectCommand.ts | 6 +-----
.../commands/UpdateUploadCommand.ts | 6 +-----
.../commands/UpdateVPCEConfigurationCommand.ts | 6 +-----
.../commands/AddNotificationChannelCommand.ts | 6 +-----
.../commands/DescribeAccountHealthCommand.ts | 6 +-----
.../commands/DescribeAccountOverviewCommand.ts | 6 +-----
.../commands/DescribeAnomalyCommand.ts | 6 +-----
.../commands/DescribeInsightCommand.ts | 6 +-----
.../DescribeResourceCollectionHealthCommand.ts | 6 +-----
.../commands/DescribeServiceIntegrationCommand.ts | 6 +-----
.../commands/GetResourceCollectionCommand.ts | 6 +-----
.../commands/ListAnomaliesForInsightCommand.ts | 6 +-----
.../client-devops-guru/commands/ListEventsCommand.ts | 6 +-----
.../commands/ListInsightsCommand.ts | 6 +-----
.../commands/ListNotificationChannelsCommand.ts | 6 +-----
.../commands/ListRecommendationsCommand.ts | 6 +-----
.../commands/PutFeedbackCommand.ts | 6 +-----
.../commands/RemoveNotificationChannelCommand.ts | 6 +-----
.../commands/SearchInsightsCommand.ts | 6 +-----
.../commands/UpdateResourceCollectionCommand.ts | 6 +-----
.../commands/UpdateServiceIntegrationCommand.ts | 6 +-----
...DirectConnectGatewayAssociationProposalCommand.ts | 6 +-----
.../AllocateConnectionOnInterconnectCommand.ts | 6 +-----
.../commands/AllocateHostedConnectionCommand.ts | 6 +-----
.../AllocatePrivateVirtualInterfaceCommand.ts | 6 +-----
.../AllocatePublicVirtualInterfaceCommand.ts | 6 +-----
.../AllocateTransitVirtualInterfaceCommand.ts | 6 +-----
.../commands/AssociateConnectionWithLagCommand.ts | 6 +-----
.../commands/AssociateHostedConnectionCommand.ts | 6 +-----
.../commands/AssociateVirtualInterfaceCommand.ts | 6 +-----
.../commands/ConfirmConnectionCommand.ts | 6 +-----
.../ConfirmPrivateVirtualInterfaceCommand.ts | 6 +-----
.../commands/ConfirmPublicVirtualInterfaceCommand.ts | 6 +-----
.../ConfirmTransitVirtualInterfaceCommand.ts | 6 +-----
.../commands/CreateBGPPeerCommand.ts | 6 +-----
.../commands/CreateConnectionCommand.ts | 6 +-----
.../CreateDirectConnectGatewayAssociationCommand.ts | 6 +-----
...DirectConnectGatewayAssociationProposalCommand.ts | 6 +-----
.../commands/CreateDirectConnectGatewayCommand.ts | 6 +-----
.../commands/CreateInterconnectCommand.ts | 6 +-----
.../commands/CreateLagCommand.ts | 6 +-----
.../commands/CreatePrivateVirtualInterfaceCommand.ts | 6 +-----
.../commands/CreatePublicVirtualInterfaceCommand.ts | 6 +-----
.../commands/CreateTransitVirtualInterfaceCommand.ts | 6 +-----
.../commands/DeleteBGPPeerCommand.ts | 6 +-----
.../commands/DeleteConnectionCommand.ts | 6 +-----
.../DeleteDirectConnectGatewayAssociationCommand.ts | 6 +-----
...DirectConnectGatewayAssociationProposalCommand.ts | 6 +-----
.../commands/DeleteDirectConnectGatewayCommand.ts | 6 +-----
.../commands/DeleteInterconnectCommand.ts | 6 +-----
.../commands/DeleteLagCommand.ts | 6 +-----
.../commands/DeleteVirtualInterfaceCommand.ts | 6 +-----
.../commands/DescribeConnectionLoaCommand.ts | 6 +-----
.../commands/DescribeConnectionsCommand.ts | 6 +-----
.../DescribeConnectionsOnInterconnectCommand.ts | 6 +-----
...irectConnectGatewayAssociationProposalsCommand.ts | 6 +-----
...escribeDirectConnectGatewayAssociationsCommand.ts | 6 +-----
...DescribeDirectConnectGatewayAttachmentsCommand.ts | 6 +-----
.../commands/DescribeDirectConnectGatewaysCommand.ts | 6 +-----
.../commands/DescribeHostedConnectionsCommand.ts | 6 +-----
.../commands/DescribeInterconnectLoaCommand.ts | 6 +-----
.../commands/DescribeInterconnectsCommand.ts | 6 +-----
.../commands/DescribeLagsCommand.ts | 6 +-----
.../commands/DescribeLoaCommand.ts | 6 +-----
.../commands/DescribeLocationsCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DescribeVirtualGatewaysCommand.ts | 6 +-----
.../commands/DescribeVirtualInterfacesCommand.ts | 6 +-----
.../commands/DisassociateConnectionFromLagCommand.ts | 6 +-----
.../ListVirtualInterfaceTestHistoryCommand.ts | 6 +-----
.../commands/StartBgpFailoverTestCommand.ts | 6 +-----
.../commands/StopBgpFailoverTestCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateDirectConnectGatewayAssociationCommand.ts | 6 +-----
.../commands/UpdateLagCommand.ts | 6 +-----
.../UpdateVirtualInterfaceAttributesCommand.ts | 6 +-----
.../commands/AcceptSharedDirectoryCommand.ts | 6 +-----
.../commands/AddIpRoutesCommand.ts | 6 +-----
.../commands/AddRegionCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/CancelSchemaExtensionCommand.ts | 6 +-----
.../commands/ConnectDirectoryCommand.ts | 6 +-----
.../commands/CreateAliasCommand.ts | 6 +-----
.../commands/CreateComputerCommand.ts | 6 +-----
.../commands/CreateConditionalForwarderCommand.ts | 6 +-----
.../commands/CreateDirectoryCommand.ts | 6 +-----
.../commands/CreateLogSubscriptionCommand.ts | 6 +-----
.../commands/CreateMicrosoftADCommand.ts | 6 +-----
.../commands/CreateSnapshotCommand.ts | 6 +-----
.../commands/CreateTrustCommand.ts | 6 +-----
.../commands/DeleteConditionalForwarderCommand.ts | 6 +-----
.../commands/DeleteDirectoryCommand.ts | 6 +-----
.../commands/DeleteLogSubscriptionCommand.ts | 6 +-----
.../commands/DeleteSnapshotCommand.ts | 6 +-----
.../commands/DeleteTrustCommand.ts | 6 +-----
.../commands/DeregisterCertificateCommand.ts | 6 +-----
.../commands/DeregisterEventTopicCommand.ts | 6 +-----
.../commands/DescribeCertificateCommand.ts | 6 +-----
.../commands/DescribeConditionalForwardersCommand.ts | 6 +-----
.../commands/DescribeDirectoriesCommand.ts | 6 +-----
.../commands/DescribeDomainControllersCommand.ts | 6 +-----
.../commands/DescribeEventTopicsCommand.ts | 6 +-----
.../commands/DescribeLDAPSSettingsCommand.ts | 6 +-----
.../commands/DescribeRegionsCommand.ts | 6 +-----
.../commands/DescribeSharedDirectoriesCommand.ts | 6 +-----
.../commands/DescribeSnapshotsCommand.ts | 6 +-----
.../commands/DescribeTrustsCommand.ts | 6 +-----
.../commands/DisableClientAuthenticationCommand.ts | 6 +-----
.../commands/DisableLDAPSCommand.ts | 6 +-----
.../commands/DisableRadiusCommand.ts | 6 +-----
.../commands/DisableSsoCommand.ts | 6 +-----
.../commands/EnableClientAuthenticationCommand.ts | 6 +-----
.../commands/EnableLDAPSCommand.ts | 6 +-----
.../commands/EnableRadiusCommand.ts | 6 +-----
.../commands/EnableSsoCommand.ts | 6 +-----
.../commands/GetDirectoryLimitsCommand.ts | 6 +-----
.../commands/GetSnapshotLimitsCommand.ts | 6 +-----
.../commands/ListCertificatesCommand.ts | 6 +-----
.../commands/ListIpRoutesCommand.ts | 6 +-----
.../commands/ListLogSubscriptionsCommand.ts | 6 +-----
.../commands/ListSchemaExtensionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RegisterCertificateCommand.ts | 6 +-----
.../commands/RegisterEventTopicCommand.ts | 6 +-----
.../commands/RejectSharedDirectoryCommand.ts | 6 +-----
.../commands/RemoveIpRoutesCommand.ts | 6 +-----
.../commands/RemoveRegionCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetUserPasswordCommand.ts | 6 +-----
.../commands/RestoreFromSnapshotCommand.ts | 6 +-----
.../commands/ShareDirectoryCommand.ts | 6 +-----
.../commands/StartSchemaExtensionCommand.ts | 6 +-----
.../commands/UnshareDirectoryCommand.ts | 6 +-----
.../commands/UpdateConditionalForwarderCommand.ts | 6 +-----
.../UpdateNumberOfDomainControllersCommand.ts | 6 +-----
.../commands/UpdateRadiusCommand.ts | 6 +-----
.../commands/UpdateTrustCommand.ts | 6 +-----
.../commands/VerifyTrustCommand.ts | 6 +-----
.../commands/CreateLifecyclePolicyCommand.ts | 6 +-----
.../commands/DeleteLifecyclePolicyCommand.ts | 6 +-----
.../commands/GetLifecyclePoliciesCommand.ts | 6 +-----
.../client-dlm/commands/GetLifecyclePolicyCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-dlm/commands/TagResourceCommand.ts | 6 +-----
clients/client-dlm/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateLifecyclePolicyCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/ApplyPendingMaintenanceActionCommand.ts | 6 +-----
.../commands/CopyDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CopyDBClusterSnapshotCommand.ts | 6 +-----
.../client-docdb/commands/CreateDBClusterCommand.ts | 6 +-----
.../commands/CreateDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CreateDBClusterSnapshotCommand.ts | 6 +-----
.../client-docdb/commands/CreateDBInstanceCommand.ts | 6 +-----
.../commands/CreateDBSubnetGroupCommand.ts | 6 +-----
.../client-docdb/commands/DeleteDBClusterCommand.ts | 6 +-----
.../commands/DeleteDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/DeleteDBClusterSnapshotCommand.ts | 6 +-----
.../client-docdb/commands/DeleteDBInstanceCommand.ts | 6 +-----
.../commands/DeleteDBSubnetGroupCommand.ts | 6 +-----
.../commands/DescribeCertificatesCommand.ts | 6 +-----
.../DescribeDBClusterParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeDBClusterParametersCommand.ts | 6 +-----
.../DescribeDBClusterSnapshotAttributesCommand.ts | 6 +-----
.../commands/DescribeDBClusterSnapshotsCommand.ts | 6 +-----
.../commands/DescribeDBClustersCommand.ts | 6 +-----
.../commands/DescribeDBEngineVersionsCommand.ts | 6 +-----
.../commands/DescribeDBInstancesCommand.ts | 6 +-----
.../commands/DescribeDBSubnetGroupsCommand.ts | 6 +-----
.../DescribeEngineDefaultClusterParametersCommand.ts | 6 +-----
.../commands/DescribeEventCategoriesCommand.ts | 6 +-----
.../client-docdb/commands/DescribeEventsCommand.ts | 6 +-----
.../DescribeOrderableDBInstanceOptionsCommand.ts | 6 +-----
.../DescribePendingMaintenanceActionsCommand.ts | 6 +-----
.../commands/FailoverDBClusterCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-docdb/commands/ModifyDBClusterCommand.ts | 6 +-----
.../commands/ModifyDBClusterParameterGroupCommand.ts | 6 +-----
.../ModifyDBClusterSnapshotAttributeCommand.ts | 6 +-----
.../client-docdb/commands/ModifyDBInstanceCommand.ts | 6 +-----
.../commands/ModifyDBSubnetGroupCommand.ts | 6 +-----
.../client-docdb/commands/RebootDBInstanceCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/RestoreDBClusterFromSnapshotCommand.ts | 6 +-----
.../commands/RestoreDBClusterToPointInTimeCommand.ts | 6 +-----
.../client-docdb/commands/StartDBClusterCommand.ts | 6 +-----
.../client-docdb/commands/StopDBClusterCommand.ts | 6 +-----
.../commands/DescribeStreamCommand.ts | 6 +-----
.../commands/GetRecordsCommand.ts | 6 +-----
.../commands/GetShardIteratorCommand.ts | 6 +-----
.../commands/ListStreamsCommand.ts | 6 +-----
.../commands/BatchExecuteStatementCommand.ts | 6 +-----
.../client-dynamodb/commands/BatchGetItemCommand.ts | 6 +-----
.../commands/BatchWriteItemCommand.ts | 6 +-----
.../client-dynamodb/commands/CreateBackupCommand.ts | 6 +-----
.../commands/CreateGlobalTableCommand.ts | 6 +-----
.../client-dynamodb/commands/CreateTableCommand.ts | 6 +-----
.../client-dynamodb/commands/DeleteBackupCommand.ts | 6 +-----
.../client-dynamodb/commands/DeleteItemCommand.ts | 6 +-----
.../client-dynamodb/commands/DeleteTableCommand.ts | 6 +-----
.../commands/DescribeBackupCommand.ts | 6 +-----
.../commands/DescribeContinuousBackupsCommand.ts | 6 +-----
.../commands/DescribeContributorInsightsCommand.ts | 6 +-----
.../commands/DescribeEndpointsCommand.ts | 6 +-----
.../commands/DescribeExportCommand.ts | 6 +-----
.../commands/DescribeGlobalTableCommand.ts | 6 +-----
.../commands/DescribeGlobalTableSettingsCommand.ts | 6 +-----
.../DescribeKinesisStreamingDestinationCommand.ts | 6 +-----
.../commands/DescribeLimitsCommand.ts | 6 +-----
.../client-dynamodb/commands/DescribeTableCommand.ts | 6 +-----
.../DescribeTableReplicaAutoScalingCommand.ts | 6 +-----
.../commands/DescribeTimeToLiveCommand.ts | 6 +-----
.../DisableKinesisStreamingDestinationCommand.ts | 6 +-----
.../EnableKinesisStreamingDestinationCommand.ts | 6 +-----
.../commands/ExecuteStatementCommand.ts | 6 +-----
.../commands/ExecuteTransactionCommand.ts | 6 +-----
.../commands/ExportTableToPointInTimeCommand.ts | 6 +-----
clients/client-dynamodb/commands/GetItemCommand.ts | 6 +-----
.../client-dynamodb/commands/ListBackupsCommand.ts | 6 +-----
.../commands/ListContributorInsightsCommand.ts | 6 +-----
.../client-dynamodb/commands/ListExportsCommand.ts | 6 +-----
.../commands/ListGlobalTablesCommand.ts | 6 +-----
.../client-dynamodb/commands/ListTablesCommand.ts | 6 +-----
.../commands/ListTagsOfResourceCommand.ts | 6 +-----
clients/client-dynamodb/commands/PutItemCommand.ts | 6 +-----
clients/client-dynamodb/commands/QueryCommand.ts | 6 +-----
.../commands/RestoreTableFromBackupCommand.ts | 6 +-----
.../commands/RestoreTableToPointInTimeCommand.ts | 6 +-----
clients/client-dynamodb/commands/ScanCommand.ts | 6 +-----
.../client-dynamodb/commands/TagResourceCommand.ts | 6 +-----
.../commands/TransactGetItemsCommand.ts | 6 +-----
.../commands/TransactWriteItemsCommand.ts | 6 +-----
.../client-dynamodb/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateContinuousBackupsCommand.ts | 6 +-----
.../commands/UpdateContributorInsightsCommand.ts | 6 +-----
.../commands/UpdateGlobalTableCommand.ts | 6 +-----
.../commands/UpdateGlobalTableSettingsCommand.ts | 6 +-----
.../client-dynamodb/commands/UpdateItemCommand.ts | 6 +-----
.../client-dynamodb/commands/UpdateTableCommand.ts | 6 +-----
.../commands/UpdateTableReplicaAutoScalingCommand.ts | 6 +-----
.../commands/UpdateTimeToLiveCommand.ts | 6 +-----
.../client-ebs/commands/CompleteSnapshotCommand.ts | 6 +-----
.../client-ebs/commands/GetSnapshotBlockCommand.ts | 6 +-----
.../client-ebs/commands/ListChangedBlocksCommand.ts | 6 +-----
.../client-ebs/commands/ListSnapshotBlocksCommand.ts | 6 +-----
.../client-ebs/commands/PutSnapshotBlockCommand.ts | 6 +-----
clients/client-ebs/commands/StartSnapshotCommand.ts | 6 +-----
.../commands/SendSSHPublicKeyCommand.ts | 6 +-----
.../AcceptReservedInstancesExchangeQuoteCommand.ts | 6 +-----
...ansitGatewayMulticastDomainAssociationsCommand.ts | 6 +-----
.../AcceptTransitGatewayPeeringAttachmentCommand.ts | 6 +-----
.../AcceptTransitGatewayVpcAttachmentCommand.ts | 6 +-----
.../commands/AcceptVpcEndpointConnectionsCommand.ts | 6 +-----
.../commands/AcceptVpcPeeringConnectionCommand.ts | 6 +-----
.../client-ec2/commands/AdvertiseByoipCidrCommand.ts | 6 +-----
.../client-ec2/commands/AllocateAddressCommand.ts | 6 +-----
clients/client-ec2/commands/AllocateHostsCommand.ts | 6 +-----
...ySecurityGroupsToClientVpnTargetNetworkCommand.ts | 6 +-----
.../commands/AssignIpv6AddressesCommand.ts | 6 +-----
.../commands/AssignPrivateIpAddressesCommand.ts | 6 +-----
.../client-ec2/commands/AssociateAddressCommand.ts | 6 +-----
.../AssociateClientVpnTargetNetworkCommand.ts | 6 +-----
.../commands/AssociateDhcpOptionsCommand.ts | 6 +-----
.../AssociateEnclaveCertificateIamRoleCommand.ts | 6 +-----
.../commands/AssociateIamInstanceProfileCommand.ts | 6 +-----
.../commands/AssociateRouteTableCommand.ts | 6 +-----
.../commands/AssociateSubnetCidrBlockCommand.ts | 6 +-----
.../AssociateTransitGatewayMulticastDomainCommand.ts | 6 +-----
.../AssociateTransitGatewayRouteTableCommand.ts | 6 +-----
.../commands/AssociateVpcCidrBlockCommand.ts | 6 +-----
.../commands/AttachClassicLinkVpcCommand.ts | 6 +-----
.../commands/AttachInternetGatewayCommand.ts | 6 +-----
.../commands/AttachNetworkInterfaceCommand.ts | 6 +-----
clients/client-ec2/commands/AttachVolumeCommand.ts | 6 +-----
.../client-ec2/commands/AttachVpnGatewayCommand.ts | 6 +-----
.../commands/AuthorizeClientVpnIngressCommand.ts | 6 +-----
.../commands/AuthorizeSecurityGroupEgressCommand.ts | 6 +-----
.../commands/AuthorizeSecurityGroupIngressCommand.ts | 6 +-----
clients/client-ec2/commands/BundleInstanceCommand.ts | 6 +-----
.../client-ec2/commands/CancelBundleTaskCommand.ts | 6 +-----
.../commands/CancelCapacityReservationCommand.ts | 6 +-----
.../commands/CancelConversionTaskCommand.ts | 6 +-----
.../client-ec2/commands/CancelExportTaskCommand.ts | 6 +-----
.../client-ec2/commands/CancelImportTaskCommand.ts | 6 +-----
.../CancelReservedInstancesListingCommand.ts | 6 +-----
.../commands/CancelSpotFleetRequestsCommand.ts | 6 +-----
.../commands/CancelSpotInstanceRequestsCommand.ts | 6 +-----
.../commands/ConfirmProductInstanceCommand.ts | 6 +-----
clients/client-ec2/commands/CopyFpgaImageCommand.ts | 6 +-----
clients/client-ec2/commands/CopyImageCommand.ts | 6 +-----
clients/client-ec2/commands/CopySnapshotCommand.ts | 8 ++------
.../commands/CreateCapacityReservationCommand.ts | 6 +-----
.../commands/CreateCarrierGatewayCommand.ts | 6 +-----
.../commands/CreateClientVpnEndpointCommand.ts | 6 +-----
.../commands/CreateClientVpnRouteCommand.ts | 6 +-----
.../commands/CreateCustomerGatewayCommand.ts | 6 +-----
.../commands/CreateDefaultSubnetCommand.ts | 6 +-----
.../client-ec2/commands/CreateDefaultVpcCommand.ts | 6 +-----
.../client-ec2/commands/CreateDhcpOptionsCommand.ts | 6 +-----
.../CreateEgressOnlyInternetGatewayCommand.ts | 6 +-----
clients/client-ec2/commands/CreateFleetCommand.ts | 6 +-----
clients/client-ec2/commands/CreateFlowLogsCommand.ts | 6 +-----
.../client-ec2/commands/CreateFpgaImageCommand.ts | 6 +-----
clients/client-ec2/commands/CreateImageCommand.ts | 6 +-----
.../commands/CreateInstanceExportTaskCommand.ts | 6 +-----
.../commands/CreateInternetGatewayCommand.ts | 6 +-----
clients/client-ec2/commands/CreateKeyPairCommand.ts | 6 +-----
.../commands/CreateLaunchTemplateCommand.ts | 6 +-----
.../commands/CreateLaunchTemplateVersionCommand.ts | 6 +-----
.../commands/CreateLocalGatewayRouteCommand.ts | 6 +-----
...ateLocalGatewayRouteTableVpcAssociationCommand.ts | 6 +-----
.../commands/CreateManagedPrefixListCommand.ts | 6 +-----
.../client-ec2/commands/CreateNatGatewayCommand.ts | 6 +-----
.../client-ec2/commands/CreateNetworkAclCommand.ts | 6 +-----
.../commands/CreateNetworkAclEntryCommand.ts | 6 +-----
.../commands/CreateNetworkInsightsPathCommand.ts | 6 +-----
.../commands/CreateNetworkInterfaceCommand.ts | 6 +-----
.../CreateNetworkInterfacePermissionCommand.ts | 6 +-----
.../commands/CreatePlacementGroupCommand.ts | 6 +-----
.../CreateReservedInstancesListingCommand.ts | 6 +-----
clients/client-ec2/commands/CreateRouteCommand.ts | 6 +-----
.../client-ec2/commands/CreateRouteTableCommand.ts | 6 +-----
.../commands/CreateSecurityGroupCommand.ts | 6 +-----
clients/client-ec2/commands/CreateSnapshotCommand.ts | 6 +-----
.../client-ec2/commands/CreateSnapshotsCommand.ts | 6 +-----
.../CreateSpotDatafeedSubscriptionCommand.ts | 6 +-----
clients/client-ec2/commands/CreateSubnetCommand.ts | 6 +-----
clients/client-ec2/commands/CreateTagsCommand.ts | 6 +-----
.../commands/CreateTrafficMirrorFilterCommand.ts | 6 +-----
.../commands/CreateTrafficMirrorFilterRuleCommand.ts | 6 +-----
.../commands/CreateTrafficMirrorSessionCommand.ts | 6 +-----
.../commands/CreateTrafficMirrorTargetCommand.ts | 6 +-----
.../commands/CreateTransitGatewayCommand.ts | 6 +-----
.../commands/CreateTransitGatewayConnectCommand.ts | 6 +-----
.../CreateTransitGatewayConnectPeerCommand.ts | 6 +-----
.../CreateTransitGatewayMulticastDomainCommand.ts | 6 +-----
.../CreateTransitGatewayPeeringAttachmentCommand.ts | 6 +-----
...CreateTransitGatewayPrefixListReferenceCommand.ts | 6 +-----
.../commands/CreateTransitGatewayRouteCommand.ts | 6 +-----
.../CreateTransitGatewayRouteTableCommand.ts | 6 +-----
.../CreateTransitGatewayVpcAttachmentCommand.ts | 6 +-----
clients/client-ec2/commands/CreateVolumeCommand.ts | 6 +-----
clients/client-ec2/commands/CreateVpcCommand.ts | 6 +-----
.../client-ec2/commands/CreateVpcEndpointCommand.ts | 6 +-----
...CreateVpcEndpointConnectionNotificationCommand.ts | 6 +-----
.../CreateVpcEndpointServiceConfigurationCommand.ts | 6 +-----
.../commands/CreateVpcPeeringConnectionCommand.ts | 6 +-----
.../commands/CreateVpnConnectionCommand.ts | 6 +-----
.../commands/CreateVpnConnectionRouteCommand.ts | 6 +-----
.../client-ec2/commands/CreateVpnGatewayCommand.ts | 6 +-----
.../commands/DeleteCarrierGatewayCommand.ts | 6 +-----
.../commands/DeleteClientVpnEndpointCommand.ts | 6 +-----
.../commands/DeleteClientVpnRouteCommand.ts | 6 +-----
.../commands/DeleteCustomerGatewayCommand.ts | 6 +-----
.../client-ec2/commands/DeleteDhcpOptionsCommand.ts | 6 +-----
.../DeleteEgressOnlyInternetGatewayCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteFleetsCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteFlowLogsCommand.ts | 6 +-----
.../client-ec2/commands/DeleteFpgaImageCommand.ts | 6 +-----
.../commands/DeleteInternetGatewayCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteKeyPairCommand.ts | 6 +-----
.../commands/DeleteLaunchTemplateCommand.ts | 6 +-----
.../commands/DeleteLaunchTemplateVersionsCommand.ts | 6 +-----
.../commands/DeleteLocalGatewayRouteCommand.ts | 6 +-----
...eteLocalGatewayRouteTableVpcAssociationCommand.ts | 6 +-----
.../commands/DeleteManagedPrefixListCommand.ts | 6 +-----
.../client-ec2/commands/DeleteNatGatewayCommand.ts | 6 +-----
.../client-ec2/commands/DeleteNetworkAclCommand.ts | 6 +-----
.../commands/DeleteNetworkAclEntryCommand.ts | 6 +-----
.../commands/DeleteNetworkInsightsAnalysisCommand.ts | 6 +-----
.../commands/DeleteNetworkInsightsPathCommand.ts | 6 +-----
.../commands/DeleteNetworkInterfaceCommand.ts | 6 +-----
.../DeleteNetworkInterfacePermissionCommand.ts | 6 +-----
.../commands/DeletePlacementGroupCommand.ts | 6 +-----
.../commands/DeleteQueuedReservedInstancesCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteRouteCommand.ts | 6 +-----
.../client-ec2/commands/DeleteRouteTableCommand.ts | 6 +-----
.../commands/DeleteSecurityGroupCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteSnapshotCommand.ts | 6 +-----
.../DeleteSpotDatafeedSubscriptionCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteSubnetCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DeleteTrafficMirrorFilterCommand.ts | 6 +-----
.../commands/DeleteTrafficMirrorFilterRuleCommand.ts | 6 +-----
.../commands/DeleteTrafficMirrorSessionCommand.ts | 6 +-----
.../commands/DeleteTrafficMirrorTargetCommand.ts | 6 +-----
.../commands/DeleteTransitGatewayCommand.ts | 6 +-----
.../commands/DeleteTransitGatewayConnectCommand.ts | 6 +-----
.../DeleteTransitGatewayConnectPeerCommand.ts | 6 +-----
.../DeleteTransitGatewayMulticastDomainCommand.ts | 6 +-----
.../DeleteTransitGatewayPeeringAttachmentCommand.ts | 6 +-----
...DeleteTransitGatewayPrefixListReferenceCommand.ts | 6 +-----
.../commands/DeleteTransitGatewayRouteCommand.ts | 6 +-----
.../DeleteTransitGatewayRouteTableCommand.ts | 6 +-----
.../DeleteTransitGatewayVpcAttachmentCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteVolumeCommand.ts | 6 +-----
clients/client-ec2/commands/DeleteVpcCommand.ts | 6 +-----
...eleteVpcEndpointConnectionNotificationsCommand.ts | 6 +-----
.../DeleteVpcEndpointServiceConfigurationsCommand.ts | 6 +-----
.../client-ec2/commands/DeleteVpcEndpointsCommand.ts | 6 +-----
.../commands/DeleteVpcPeeringConnectionCommand.ts | 6 +-----
.../commands/DeleteVpnConnectionCommand.ts | 6 +-----
.../commands/DeleteVpnConnectionRouteCommand.ts | 6 +-----
.../client-ec2/commands/DeleteVpnGatewayCommand.ts | 6 +-----
.../commands/DeprovisionByoipCidrCommand.ts | 6 +-----
.../client-ec2/commands/DeregisterImageCommand.ts | 6 +-----
...sterInstanceEventNotificationAttributesCommand.ts | 6 +-----
...sterTransitGatewayMulticastGroupMembersCommand.ts | 6 +-----
...sterTransitGatewayMulticastGroupSourcesCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
.../commands/DescribeAddressesAttributeCommand.ts | 6 +-----
.../client-ec2/commands/DescribeAddressesCommand.ts | 6 +-----
.../commands/DescribeAggregateIdFormatCommand.ts | 6 +-----
.../commands/DescribeAvailabilityZonesCommand.ts | 6 +-----
.../commands/DescribeBundleTasksCommand.ts | 6 +-----
.../client-ec2/commands/DescribeByoipCidrsCommand.ts | 6 +-----
.../commands/DescribeCapacityReservationsCommand.ts | 6 +-----
.../commands/DescribeCarrierGatewaysCommand.ts | 6 +-----
.../commands/DescribeClassicLinkInstancesCommand.ts | 6 +-----
.../DescribeClientVpnAuthorizationRulesCommand.ts | 6 +-----
.../commands/DescribeClientVpnConnectionsCommand.ts | 6 +-----
.../commands/DescribeClientVpnEndpointsCommand.ts | 6 +-----
.../commands/DescribeClientVpnRoutesCommand.ts | 6 +-----
.../DescribeClientVpnTargetNetworksCommand.ts | 6 +-----
.../client-ec2/commands/DescribeCoipPoolsCommand.ts | 6 +-----
.../commands/DescribeConversionTasksCommand.ts | 6 +-----
.../commands/DescribeCustomerGatewaysCommand.ts | 6 +-----
.../commands/DescribeDhcpOptionsCommand.ts | 6 +-----
.../DescribeEgressOnlyInternetGatewaysCommand.ts | 6 +-----
.../commands/DescribeElasticGpusCommand.ts | 6 +-----
.../commands/DescribeExportImageTasksCommand.ts | 6 +-----
.../commands/DescribeExportTasksCommand.ts | 6 +-----
.../commands/DescribeFastSnapshotRestoresCommand.ts | 6 +-----
.../commands/DescribeFleetHistoryCommand.ts | 6 +-----
.../commands/DescribeFleetInstancesCommand.ts | 6 +-----
clients/client-ec2/commands/DescribeFleetsCommand.ts | 6 +-----
.../client-ec2/commands/DescribeFlowLogsCommand.ts | 6 +-----
.../commands/DescribeFpgaImageAttributeCommand.ts | 6 +-----
.../client-ec2/commands/DescribeFpgaImagesCommand.ts | 6 +-----
.../DescribeHostReservationOfferingsCommand.ts | 6 +-----
.../commands/DescribeHostReservationsCommand.ts | 6 +-----
clients/client-ec2/commands/DescribeHostsCommand.ts | 6 +-----
.../DescribeIamInstanceProfileAssociationsCommand.ts | 6 +-----
.../client-ec2/commands/DescribeIdFormatCommand.ts | 6 +-----
.../commands/DescribeIdentityIdFormatCommand.ts | 6 +-----
.../commands/DescribeImageAttributeCommand.ts | 6 +-----
clients/client-ec2/commands/DescribeImagesCommand.ts | 6 +-----
.../commands/DescribeImportImageTasksCommand.ts | 6 +-----
.../commands/DescribeImportSnapshotTasksCommand.ts | 6 +-----
.../commands/DescribeInstanceAttributeCommand.ts | 6 +-----
.../DescribeInstanceCreditSpecificationsCommand.ts | 6 +-----
...ribeInstanceEventNotificationAttributesCommand.ts | 6 +-----
.../commands/DescribeInstanceStatusCommand.ts | 6 +-----
.../commands/DescribeInstanceTypeOfferingsCommand.ts | 6 +-----
.../commands/DescribeInstanceTypesCommand.ts | 6 +-----
.../client-ec2/commands/DescribeInstancesCommand.ts | 6 +-----
.../commands/DescribeInternetGatewaysCommand.ts | 6 +-----
.../client-ec2/commands/DescribeIpv6PoolsCommand.ts | 6 +-----
.../client-ec2/commands/DescribeKeyPairsCommand.ts | 6 +-----
.../DescribeLaunchTemplateVersionsCommand.ts | 6 +-----
.../commands/DescribeLaunchTemplatesCommand.ts | 6 +-----
...eTableVirtualInterfaceGroupAssociationsCommand.ts | 6 +-----
...beLocalGatewayRouteTableVpcAssociationsCommand.ts | 6 +-----
.../DescribeLocalGatewayRouteTablesCommand.ts | 6 +-----
...cribeLocalGatewayVirtualInterfaceGroupsCommand.ts | 6 +-----
.../DescribeLocalGatewayVirtualInterfacesCommand.ts | 6 +-----
.../commands/DescribeLocalGatewaysCommand.ts | 6 +-----
.../commands/DescribeManagedPrefixListsCommand.ts | 6 +-----
.../commands/DescribeMovingAddressesCommand.ts | 6 +-----
.../commands/DescribeNatGatewaysCommand.ts | 6 +-----
.../commands/DescribeNetworkAclsCommand.ts | 6 +-----
.../DescribeNetworkInsightsAnalysesCommand.ts | 6 +-----
.../commands/DescribeNetworkInsightsPathsCommand.ts | 6 +-----
.../DescribeNetworkInterfaceAttributeCommand.ts | 6 +-----
.../DescribeNetworkInterfacePermissionsCommand.ts | 6 +-----
.../commands/DescribeNetworkInterfacesCommand.ts | 6 +-----
.../commands/DescribePlacementGroupsCommand.ts | 6 +-----
.../commands/DescribePrefixListsCommand.ts | 6 +-----
.../commands/DescribePrincipalIdFormatCommand.ts | 6 +-----
.../commands/DescribePublicIpv4PoolsCommand.ts | 6 +-----
.../client-ec2/commands/DescribeRegionsCommand.ts | 6 +-----
.../commands/DescribeReservedInstancesCommand.ts | 6 +-----
.../DescribeReservedInstancesListingsCommand.ts | 6 +-----
.../DescribeReservedInstancesModificationsCommand.ts | 6 +-----
.../DescribeReservedInstancesOfferingsCommand.ts | 6 +-----
.../commands/DescribeRouteTablesCommand.ts | 6 +-----
.../DescribeScheduledInstanceAvailabilityCommand.ts | 6 +-----
.../commands/DescribeScheduledInstancesCommand.ts | 6 +-----
.../DescribeSecurityGroupReferencesCommand.ts | 6 +-----
.../commands/DescribeSecurityGroupsCommand.ts | 6 +-----
.../commands/DescribeSnapshotAttributeCommand.ts | 6 +-----
.../client-ec2/commands/DescribeSnapshotsCommand.ts | 6 +-----
.../DescribeSpotDatafeedSubscriptionCommand.ts | 6 +-----
.../commands/DescribeSpotFleetInstancesCommand.ts | 6 +-----
.../DescribeSpotFleetRequestHistoryCommand.ts | 6 +-----
.../commands/DescribeSpotFleetRequestsCommand.ts | 6 +-----
.../commands/DescribeSpotInstanceRequestsCommand.ts | 6 +-----
.../commands/DescribeSpotPriceHistoryCommand.ts | 6 +-----
.../commands/DescribeStaleSecurityGroupsCommand.ts | 6 +-----
.../client-ec2/commands/DescribeSubnetsCommand.ts | 6 +-----
clients/client-ec2/commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DescribeTrafficMirrorFiltersCommand.ts | 6 +-----
.../commands/DescribeTrafficMirrorSessionsCommand.ts | 6 +-----
.../commands/DescribeTrafficMirrorTargetsCommand.ts | 6 +-----
.../DescribeTransitGatewayAttachmentsCommand.ts | 6 +-----
.../DescribeTransitGatewayConnectPeersCommand.ts | 6 +-----
.../DescribeTransitGatewayConnectsCommand.ts | 6 +-----
.../DescribeTransitGatewayMulticastDomainsCommand.ts | 6 +-----
...escribeTransitGatewayPeeringAttachmentsCommand.ts | 6 +-----
.../DescribeTransitGatewayRouteTablesCommand.ts | 6 +-----
.../DescribeTransitGatewayVpcAttachmentsCommand.ts | 6 +-----
.../commands/DescribeTransitGatewaysCommand.ts | 6 +-----
.../commands/DescribeVolumeAttributeCommand.ts | 6 +-----
.../commands/DescribeVolumeStatusCommand.ts | 6 +-----
.../client-ec2/commands/DescribeVolumesCommand.ts | 6 +-----
.../commands/DescribeVolumesModificationsCommand.ts | 6 +-----
.../commands/DescribeVpcAttributeCommand.ts | 6 +-----
.../commands/DescribeVpcClassicLinkCommand.ts | 6 +-----
.../DescribeVpcClassicLinkDnsSupportCommand.ts | 6 +-----
...cribeVpcEndpointConnectionNotificationsCommand.ts | 6 +-----
.../DescribeVpcEndpointConnectionsCommand.ts | 6 +-----
...escribeVpcEndpointServiceConfigurationsCommand.ts | 6 +-----
.../DescribeVpcEndpointServicePermissionsCommand.ts | 6 +-----
.../commands/DescribeVpcEndpointServicesCommand.ts | 6 +-----
.../commands/DescribeVpcEndpointsCommand.ts | 6 +-----
.../commands/DescribeVpcPeeringConnectionsCommand.ts | 6 +-----
clients/client-ec2/commands/DescribeVpcsCommand.ts | 6 +-----
.../commands/DescribeVpnConnectionsCommand.ts | 6 +-----
.../commands/DescribeVpnGatewaysCommand.ts | 6 +-----
.../commands/DetachClassicLinkVpcCommand.ts | 6 +-----
.../commands/DetachInternetGatewayCommand.ts | 6 +-----
.../commands/DetachNetworkInterfaceCommand.ts | 6 +-----
clients/client-ec2/commands/DetachVolumeCommand.ts | 6 +-----
.../client-ec2/commands/DetachVpnGatewayCommand.ts | 6 +-----
.../commands/DisableEbsEncryptionByDefaultCommand.ts | 6 +-----
.../commands/DisableFastSnapshotRestoresCommand.ts | 6 +-----
...ableTransitGatewayRouteTablePropagationCommand.ts | 6 +-----
.../commands/DisableVgwRoutePropagationCommand.ts | 6 +-----
.../commands/DisableVpcClassicLinkCommand.ts | 6 +-----
.../DisableVpcClassicLinkDnsSupportCommand.ts | 6 +-----
.../commands/DisassociateAddressCommand.ts | 6 +-----
.../DisassociateClientVpnTargetNetworkCommand.ts | 6 +-----
.../DisassociateEnclaveCertificateIamRoleCommand.ts | 6 +-----
.../DisassociateIamInstanceProfileCommand.ts | 6 +-----
.../commands/DisassociateRouteTableCommand.ts | 6 +-----
.../commands/DisassociateSubnetCidrBlockCommand.ts | 6 +-----
...sassociateTransitGatewayMulticastDomainCommand.ts | 6 +-----
.../DisassociateTransitGatewayRouteTableCommand.ts | 6 +-----
.../commands/DisassociateVpcCidrBlockCommand.ts | 6 +-----
.../commands/EnableEbsEncryptionByDefaultCommand.ts | 6 +-----
.../commands/EnableFastSnapshotRestoresCommand.ts | 6 +-----
...ableTransitGatewayRouteTablePropagationCommand.ts | 6 +-----
.../commands/EnableVgwRoutePropagationCommand.ts | 6 +-----
clients/client-ec2/commands/EnableVolumeIOCommand.ts | 6 +-----
.../commands/EnableVpcClassicLinkCommand.ts | 6 +-----
.../EnableVpcClassicLinkDnsSupportCommand.ts | 6 +-----
...lientVpnClientCertificateRevocationListCommand.ts | 6 +-----
.../ExportClientVpnClientConfigurationCommand.ts | 6 +-----
clients/client-ec2/commands/ExportImageCommand.ts | 6 +-----
.../commands/ExportTransitGatewayRoutesCommand.ts | 6 +-----
...GetAssociatedEnclaveCertificateIamRolesCommand.ts | 6 +-----
.../commands/GetAssociatedIpv6PoolCidrsCommand.ts | 6 +-----
.../commands/GetCapacityReservationUsageCommand.ts | 6 +-----
.../client-ec2/commands/GetCoipPoolUsageCommand.ts | 6 +-----
.../client-ec2/commands/GetConsoleOutputCommand.ts | 6 +-----
.../commands/GetConsoleScreenshotCommand.ts | 6 +-----
.../commands/GetDefaultCreditSpecificationCommand.ts | 6 +-----
.../commands/GetEbsDefaultKmsKeyIdCommand.ts | 6 +-----
.../commands/GetEbsEncryptionByDefaultCommand.ts | 6 +-----
.../GetGroupsForCapacityReservationCommand.ts | 6 +-----
.../GetHostReservationPurchasePreviewCommand.ts | 6 +-----
.../commands/GetLaunchTemplateDataCommand.ts | 6 +-----
.../GetManagedPrefixListAssociationsCommand.ts | 6 +-----
.../commands/GetManagedPrefixListEntriesCommand.ts | 6 +-----
.../client-ec2/commands/GetPasswordDataCommand.ts | 6 +-----
.../GetReservedInstancesExchangeQuoteCommand.ts | 6 +-----
...GetTransitGatewayAttachmentPropagationsCommand.ts | 6 +-----
...ansitGatewayMulticastDomainAssociationsCommand.ts | 6 +-----
.../GetTransitGatewayPrefixListReferencesCommand.ts | 6 +-----
...GetTransitGatewayRouteTableAssociationsCommand.ts | 6 +-----
...GetTransitGatewayRouteTablePropagationsCommand.ts | 6 +-----
...lientVpnClientCertificateRevocationListCommand.ts | 6 +-----
clients/client-ec2/commands/ImportImageCommand.ts | 6 +-----
clients/client-ec2/commands/ImportInstanceCommand.ts | 6 +-----
clients/client-ec2/commands/ImportKeyPairCommand.ts | 6 +-----
clients/client-ec2/commands/ImportSnapshotCommand.ts | 6 +-----
clients/client-ec2/commands/ImportVolumeCommand.ts | 6 +-----
.../commands/ModifyAddressAttributeCommand.ts | 6 +-----
.../commands/ModifyAvailabilityZoneGroupCommand.ts | 6 +-----
.../commands/ModifyCapacityReservationCommand.ts | 6 +-----
.../commands/ModifyClientVpnEndpointCommand.ts | 6 +-----
.../ModifyDefaultCreditSpecificationCommand.ts | 6 +-----
.../commands/ModifyEbsDefaultKmsKeyIdCommand.ts | 6 +-----
clients/client-ec2/commands/ModifyFleetCommand.ts | 6 +-----
.../commands/ModifyFpgaImageAttributeCommand.ts | 6 +-----
clients/client-ec2/commands/ModifyHostsCommand.ts | 6 +-----
clients/client-ec2/commands/ModifyIdFormatCommand.ts | 6 +-----
.../commands/ModifyIdentityIdFormatCommand.ts | 6 +-----
.../commands/ModifyImageAttributeCommand.ts | 6 +-----
.../commands/ModifyInstanceAttributeCommand.ts | 6 +-----
...fyInstanceCapacityReservationAttributesCommand.ts | 6 +-----
.../ModifyInstanceCreditSpecificationCommand.ts | 6 +-----
.../commands/ModifyInstanceEventStartTimeCommand.ts | 6 +-----
.../commands/ModifyInstanceMetadataOptionsCommand.ts | 6 +-----
.../commands/ModifyInstancePlacementCommand.ts | 6 +-----
.../commands/ModifyLaunchTemplateCommand.ts | 6 +-----
.../commands/ModifyManagedPrefixListCommand.ts | 6 +-----
.../ModifyNetworkInterfaceAttributeCommand.ts | 6 +-----
.../commands/ModifyReservedInstancesCommand.ts | 6 +-----
.../commands/ModifySnapshotAttributeCommand.ts | 6 +-----
.../commands/ModifySpotFleetRequestCommand.ts | 6 +-----
.../commands/ModifySubnetAttributeCommand.ts | 6 +-----
...odifyTrafficMirrorFilterNetworkServicesCommand.ts | 6 +-----
.../commands/ModifyTrafficMirrorFilterRuleCommand.ts | 6 +-----
.../commands/ModifyTrafficMirrorSessionCommand.ts | 6 +-----
.../commands/ModifyTransitGatewayCommand.ts | 6 +-----
...ModifyTransitGatewayPrefixListReferenceCommand.ts | 6 +-----
.../ModifyTransitGatewayVpcAttachmentCommand.ts | 6 +-----
.../commands/ModifyVolumeAttributeCommand.ts | 6 +-----
clients/client-ec2/commands/ModifyVolumeCommand.ts | 6 +-----
.../client-ec2/commands/ModifyVpcAttributeCommand.ts | 6 +-----
.../client-ec2/commands/ModifyVpcEndpointCommand.ts | 6 +-----
...ModifyVpcEndpointConnectionNotificationCommand.ts | 6 +-----
.../ModifyVpcEndpointServiceConfigurationCommand.ts | 6 +-----
.../ModifyVpcEndpointServicePermissionsCommand.ts | 6 +-----
.../ModifyVpcPeeringConnectionOptionsCommand.ts | 6 +-----
.../client-ec2/commands/ModifyVpcTenancyCommand.ts | 6 +-----
.../commands/ModifyVpnConnectionCommand.ts | 6 +-----
.../commands/ModifyVpnConnectionOptionsCommand.ts | 6 +-----
.../commands/ModifyVpnTunnelCertificateCommand.ts | 6 +-----
.../commands/ModifyVpnTunnelOptionsCommand.ts | 6 +-----
.../client-ec2/commands/MonitorInstancesCommand.ts | 6 +-----
.../client-ec2/commands/MoveAddressToVpcCommand.ts | 6 +-----
.../client-ec2/commands/ProvisionByoipCidrCommand.ts | 6 +-----
.../commands/PurchaseHostReservationCommand.ts | 6 +-----
.../PurchaseReservedInstancesOfferingCommand.ts | 6 +-----
.../commands/PurchaseScheduledInstancesCommand.ts | 6 +-----
.../client-ec2/commands/RebootInstancesCommand.ts | 6 +-----
clients/client-ec2/commands/RegisterImageCommand.ts | 6 +-----
...sterInstanceEventNotificationAttributesCommand.ts | 6 +-----
...sterTransitGatewayMulticastGroupMembersCommand.ts | 6 +-----
...sterTransitGatewayMulticastGroupSourcesCommand.ts | 6 +-----
...ansitGatewayMulticastDomainAssociationsCommand.ts | 6 +-----
.../RejectTransitGatewayPeeringAttachmentCommand.ts | 6 +-----
.../RejectTransitGatewayVpcAttachmentCommand.ts | 6 +-----
.../commands/RejectVpcEndpointConnectionsCommand.ts | 6 +-----
.../commands/RejectVpcPeeringConnectionCommand.ts | 6 +-----
clients/client-ec2/commands/ReleaseAddressCommand.ts | 6 +-----
clients/client-ec2/commands/ReleaseHostsCommand.ts | 6 +-----
.../ReplaceIamInstanceProfileAssociationCommand.ts | 6 +-----
.../commands/ReplaceNetworkAclAssociationCommand.ts | 6 +-----
.../commands/ReplaceNetworkAclEntryCommand.ts | 6 +-----
clients/client-ec2/commands/ReplaceRouteCommand.ts | 6 +-----
.../commands/ReplaceRouteTableAssociationCommand.ts | 6 +-----
.../commands/ReplaceTransitGatewayRouteCommand.ts | 6 +-----
.../commands/ReportInstanceStatusCommand.ts | 6 +-----
.../client-ec2/commands/RequestSpotFleetCommand.ts | 6 +-----
.../commands/RequestSpotInstancesCommand.ts | 6 +-----
.../commands/ResetAddressAttributeCommand.ts | 6 +-----
.../commands/ResetEbsDefaultKmsKeyIdCommand.ts | 6 +-----
.../commands/ResetFpgaImageAttributeCommand.ts | 6 +-----
.../commands/ResetImageAttributeCommand.ts | 6 +-----
.../commands/ResetInstanceAttributeCommand.ts | 6 +-----
.../ResetNetworkInterfaceAttributeCommand.ts | 6 +-----
.../commands/ResetSnapshotAttributeCommand.ts | 6 +-----
.../commands/RestoreAddressToClassicCommand.ts | 6 +-----
.../RestoreManagedPrefixListVersionCommand.ts | 6 +-----
.../commands/RevokeClientVpnIngressCommand.ts | 6 +-----
.../commands/RevokeSecurityGroupEgressCommand.ts | 6 +-----
.../commands/RevokeSecurityGroupIngressCommand.ts | 6 +-----
clients/client-ec2/commands/RunInstancesCommand.ts | 6 +-----
.../commands/RunScheduledInstancesCommand.ts | 6 +-----
.../commands/SearchLocalGatewayRoutesCommand.ts | 6 +-----
.../SearchTransitGatewayMulticastGroupsCommand.ts | 6 +-----
.../commands/SearchTransitGatewayRoutesCommand.ts | 6 +-----
.../commands/SendDiagnosticInterruptCommand.ts | 6 +-----
clients/client-ec2/commands/StartInstancesCommand.ts | 6 +-----
.../commands/StartNetworkInsightsAnalysisCommand.ts | 6 +-----
...pcEndpointServicePrivateDnsVerificationCommand.ts | 6 +-----
clients/client-ec2/commands/StopInstancesCommand.ts | 6 +-----
.../commands/TerminateClientVpnConnectionsCommand.ts | 6 +-----
.../client-ec2/commands/TerminateInstancesCommand.ts | 6 +-----
.../commands/UnassignIpv6AddressesCommand.ts | 6 +-----
.../commands/UnassignPrivateIpAddressesCommand.ts | 6 +-----
.../client-ec2/commands/UnmonitorInstancesCommand.ts | 6 +-----
...dateSecurityGroupRuleDescriptionsEgressCommand.ts | 6 +-----
...ateSecurityGroupRuleDescriptionsIngressCommand.ts | 6 +-----
.../client-ec2/commands/WithdrawByoipCidrCommand.ts | 6 +-----
.../commands/BatchCheckLayerAvailabilityCommand.ts | 6 +-----
.../commands/BatchDeleteImageCommand.ts | 6 +-----
.../commands/CompleteLayerUploadCommand.ts | 6 +-----
.../commands/CreateRepositoryCommand.ts | 6 +-----
.../commands/DeleteRepositoryCommand.ts | 6 +-----
.../commands/DeleteRepositoryPolicyCommand.ts | 6 +-----
.../commands/DescribeImageTagsCommand.ts | 6 +-----
.../commands/DescribeImagesCommand.ts | 6 +-----
.../commands/DescribeRegistriesCommand.ts | 6 +-----
.../commands/DescribeRepositoriesCommand.ts | 6 +-----
.../commands/GetAuthorizationTokenCommand.ts | 6 +-----
.../commands/GetRegistryCatalogDataCommand.ts | 6 +-----
.../commands/GetRepositoryCatalogDataCommand.ts | 6 +-----
.../commands/GetRepositoryPolicyCommand.ts | 6 +-----
.../commands/InitiateLayerUploadCommand.ts | 6 +-----
.../client-ecr-public/commands/PutImageCommand.ts | 6 +-----
.../commands/PutRegistryCatalogDataCommand.ts | 6 +-----
.../commands/PutRepositoryCatalogDataCommand.ts | 6 +-----
.../commands/SetRepositoryPolicyCommand.ts | 6 +-----
.../commands/UploadLayerPartCommand.ts | 6 +-----
.../commands/BatchCheckLayerAvailabilityCommand.ts | 6 +-----
.../client-ecr/commands/BatchDeleteImageCommand.ts | 6 +-----
clients/client-ecr/commands/BatchGetImageCommand.ts | 6 +-----
.../commands/CompleteLayerUploadCommand.ts | 6 +-----
.../client-ecr/commands/CreateRepositoryCommand.ts | 6 +-----
.../commands/DeleteLifecyclePolicyCommand.ts | 6 +-----
.../commands/DeleteRegistryPolicyCommand.ts | 6 +-----
.../client-ecr/commands/DeleteRepositoryCommand.ts | 6 +-----
.../commands/DeleteRepositoryPolicyCommand.ts | 6 +-----
.../commands/DescribeImageScanFindingsCommand.ts | 6 +-----
clients/client-ecr/commands/DescribeImagesCommand.ts | 6 +-----
.../client-ecr/commands/DescribeRegistryCommand.ts | 6 +-----
.../commands/DescribeRepositoriesCommand.ts | 6 +-----
.../commands/GetAuthorizationTokenCommand.ts | 6 +-----
.../commands/GetDownloadUrlForLayerCommand.ts | 6 +-----
.../client-ecr/commands/GetLifecyclePolicyCommand.ts | 6 +-----
.../commands/GetLifecyclePolicyPreviewCommand.ts | 6 +-----
.../client-ecr/commands/GetRegistryPolicyCommand.ts | 6 +-----
.../commands/GetRepositoryPolicyCommand.ts | 6 +-----
.../commands/InitiateLayerUploadCommand.ts | 6 +-----
clients/client-ecr/commands/ListImagesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-ecr/commands/PutImageCommand.ts | 6 +-----
.../commands/PutImageScanningConfigurationCommand.ts | 6 +-----
.../commands/PutImageTagMutabilityCommand.ts | 6 +-----
.../client-ecr/commands/PutLifecyclePolicyCommand.ts | 6 +-----
.../client-ecr/commands/PutRegistryPolicyCommand.ts | 6 +-----
.../commands/PutReplicationConfigurationCommand.ts | 6 +-----
.../commands/SetRepositoryPolicyCommand.ts | 6 +-----
clients/client-ecr/commands/StartImageScanCommand.ts | 6 +-----
.../commands/StartLifecyclePolicyPreviewCommand.ts | 6 +-----
clients/client-ecr/commands/TagResourceCommand.ts | 6 +-----
clients/client-ecr/commands/UntagResourceCommand.ts | 6 +-----
.../client-ecr/commands/UploadLayerPartCommand.ts | 6 +-----
.../commands/CreateCapacityProviderCommand.ts | 6 +-----
clients/client-ecs/commands/CreateClusterCommand.ts | 6 +-----
clients/client-ecs/commands/CreateServiceCommand.ts | 6 +-----
clients/client-ecs/commands/CreateTaskSetCommand.ts | 6 +-----
.../commands/DeleteAccountSettingCommand.ts | 6 +-----
.../client-ecs/commands/DeleteAttributesCommand.ts | 6 +-----
.../commands/DeleteCapacityProviderCommand.ts | 6 +-----
clients/client-ecs/commands/DeleteClusterCommand.ts | 6 +-----
clients/client-ecs/commands/DeleteServiceCommand.ts | 6 +-----
clients/client-ecs/commands/DeleteTaskSetCommand.ts | 6 +-----
.../commands/DeregisterContainerInstanceCommand.ts | 6 +-----
.../commands/DeregisterTaskDefinitionCommand.ts | 6 +-----
.../commands/DescribeCapacityProvidersCommand.ts | 6 +-----
.../client-ecs/commands/DescribeClustersCommand.ts | 6 +-----
.../commands/DescribeContainerInstancesCommand.ts | 6 +-----
.../client-ecs/commands/DescribeServicesCommand.ts | 6 +-----
.../commands/DescribeTaskDefinitionCommand.ts | 6 +-----
.../client-ecs/commands/DescribeTaskSetsCommand.ts | 6 +-----
clients/client-ecs/commands/DescribeTasksCommand.ts | 6 +-----
.../commands/DiscoverPollEndpointCommand.ts | 6 +-----
.../commands/ListAccountSettingsCommand.ts | 6 +-----
clients/client-ecs/commands/ListAttributesCommand.ts | 6 +-----
clients/client-ecs/commands/ListClustersCommand.ts | 6 +-----
.../commands/ListContainerInstancesCommand.ts | 6 +-----
clients/client-ecs/commands/ListServicesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTaskDefinitionFamiliesCommand.ts | 6 +-----
.../commands/ListTaskDefinitionsCommand.ts | 6 +-----
clients/client-ecs/commands/ListTasksCommand.ts | 6 +-----
.../client-ecs/commands/PutAccountSettingCommand.ts | 6 +-----
.../commands/PutAccountSettingDefaultCommand.ts | 6 +-----
clients/client-ecs/commands/PutAttributesCommand.ts | 6 +-----
.../commands/PutClusterCapacityProvidersCommand.ts | 6 +-----
.../commands/RegisterContainerInstanceCommand.ts | 6 +-----
.../commands/RegisterTaskDefinitionCommand.ts | 6 +-----
clients/client-ecs/commands/RunTaskCommand.ts | 6 +-----
clients/client-ecs/commands/StartTaskCommand.ts | 6 +-----
clients/client-ecs/commands/StopTaskCommand.ts | 6 +-----
.../commands/SubmitAttachmentStateChangesCommand.ts | 6 +-----
.../commands/SubmitContainerStateChangeCommand.ts | 6 +-----
.../commands/SubmitTaskStateChangeCommand.ts | 6 +-----
clients/client-ecs/commands/TagResourceCommand.ts | 6 +-----
clients/client-ecs/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateCapacityProviderCommand.ts | 6 +-----
.../commands/UpdateClusterSettingsCommand.ts | 6 +-----
.../commands/UpdateContainerAgentCommand.ts | 6 +-----
.../commands/UpdateContainerInstancesStateCommand.ts | 6 +-----
clients/client-ecs/commands/UpdateServiceCommand.ts | 6 +-----
.../commands/UpdateServicePrimaryTaskSetCommand.ts | 6 +-----
clients/client-ecs/commands/UpdateTaskSetCommand.ts | 6 +-----
.../client-efs/commands/CreateAccessPointCommand.ts | 6 +-----
.../client-efs/commands/CreateFileSystemCommand.ts | 6 +-----
.../client-efs/commands/CreateMountTargetCommand.ts | 6 +-----
clients/client-efs/commands/CreateTagsCommand.ts | 6 +-----
.../client-efs/commands/DeleteAccessPointCommand.ts | 6 +-----
.../client-efs/commands/DeleteFileSystemCommand.ts | 6 +-----
.../commands/DeleteFileSystemPolicyCommand.ts | 6 +-----
.../client-efs/commands/DeleteMountTargetCommand.ts | 6 +-----
clients/client-efs/commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DescribeAccessPointsCommand.ts | 6 +-----
.../commands/DescribeBackupPolicyCommand.ts | 6 +-----
.../commands/DescribeFileSystemPolicyCommand.ts | 6 +-----
.../commands/DescribeFileSystemsCommand.ts | 6 +-----
.../DescribeLifecycleConfigurationCommand.ts | 6 +-----
.../DescribeMountTargetSecurityGroupsCommand.ts | 6 +-----
.../commands/DescribeMountTargetsCommand.ts | 6 +-----
clients/client-efs/commands/DescribeTagsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../ModifyMountTargetSecurityGroupsCommand.ts | 6 +-----
.../client-efs/commands/PutBackupPolicyCommand.ts | 6 +-----
.../commands/PutFileSystemPolicyCommand.ts | 6 +-----
.../commands/PutLifecycleConfigurationCommand.ts | 6 +-----
clients/client-efs/commands/TagResourceCommand.ts | 6 +-----
clients/client-efs/commands/UntagResourceCommand.ts | 6 +-----
.../client-efs/commands/UpdateFileSystemCommand.ts | 6 +-----
clients/client-eks/commands/CreateAddonCommand.ts | 6 +-----
clients/client-eks/commands/CreateClusterCommand.ts | 6 +-----
.../commands/CreateFargateProfileCommand.ts | 6 +-----
.../client-eks/commands/CreateNodegroupCommand.ts | 6 +-----
clients/client-eks/commands/DeleteAddonCommand.ts | 6 +-----
clients/client-eks/commands/DeleteClusterCommand.ts | 6 +-----
.../commands/DeleteFargateProfileCommand.ts | 6 +-----
.../client-eks/commands/DeleteNodegroupCommand.ts | 6 +-----
clients/client-eks/commands/DescribeAddonCommand.ts | 6 +-----
.../commands/DescribeAddonVersionsCommand.ts | 6 +-----
.../client-eks/commands/DescribeClusterCommand.ts | 6 +-----
.../commands/DescribeFargateProfileCommand.ts | 6 +-----
.../client-eks/commands/DescribeNodegroupCommand.ts | 6 +-----
clients/client-eks/commands/DescribeUpdateCommand.ts | 6 +-----
clients/client-eks/commands/ListAddonsCommand.ts | 6 +-----
clients/client-eks/commands/ListClustersCommand.ts | 6 +-----
.../commands/ListFargateProfilesCommand.ts | 6 +-----
clients/client-eks/commands/ListNodegroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-eks/commands/ListUpdatesCommand.ts | 6 +-----
clients/client-eks/commands/TagResourceCommand.ts | 6 +-----
clients/client-eks/commands/UntagResourceCommand.ts | 6 +-----
clients/client-eks/commands/UpdateAddonCommand.ts | 6 +-----
.../commands/UpdateClusterConfigCommand.ts | 6 +-----
.../commands/UpdateClusterVersionCommand.ts | 6 +-----
.../commands/UpdateNodegroupConfigCommand.ts | 6 +-----
.../commands/UpdateNodegroupVersionCommand.ts | 6 +-----
.../commands/AbortEnvironmentUpdateCommand.ts | 6 +-----
.../commands/ApplyEnvironmentManagedActionCommand.ts | 6 +-----
.../AssociateEnvironmentOperationsRoleCommand.ts | 6 +-----
.../commands/CheckDNSAvailabilityCommand.ts | 6 +-----
.../commands/ComposeEnvironmentsCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateApplicationVersionCommand.ts | 6 +-----
.../commands/CreateConfigurationTemplateCommand.ts | 6 +-----
.../commands/CreateEnvironmentCommand.ts | 6 +-----
.../commands/CreatePlatformVersionCommand.ts | 6 +-----
.../commands/CreateStorageLocationCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/DeleteApplicationVersionCommand.ts | 6 +-----
.../commands/DeleteConfigurationTemplateCommand.ts | 6 +-----
.../DeleteEnvironmentConfigurationCommand.ts | 6 +-----
.../commands/DeletePlatformVersionCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
.../commands/DescribeApplicationVersionsCommand.ts | 6 +-----
.../commands/DescribeApplicationsCommand.ts | 6 +-----
.../commands/DescribeConfigurationOptionsCommand.ts | 6 +-----
.../commands/DescribeConfigurationSettingsCommand.ts | 6 +-----
.../commands/DescribeEnvironmentHealthCommand.ts | 6 +-----
...DescribeEnvironmentManagedActionHistoryCommand.ts | 6 +-----
.../DescribeEnvironmentManagedActionsCommand.ts | 6 +-----
.../commands/DescribeEnvironmentResourcesCommand.ts | 6 +-----
.../commands/DescribeEnvironmentsCommand.ts | 6 +-----
.../commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeInstancesHealthCommand.ts | 6 +-----
.../commands/DescribePlatformVersionCommand.ts | 6 +-----
.../DisassociateEnvironmentOperationsRoleCommand.ts | 6 +-----
.../commands/ListAvailableSolutionStacksCommand.ts | 6 +-----
.../commands/ListPlatformBranchesCommand.ts | 6 +-----
.../commands/ListPlatformVersionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RebuildEnvironmentCommand.ts | 6 +-----
.../commands/RequestEnvironmentInfoCommand.ts | 6 +-----
.../commands/RestartAppServerCommand.ts | 6 +-----
.../commands/RetrieveEnvironmentInfoCommand.ts | 6 +-----
.../commands/SwapEnvironmentCNAMEsCommand.ts | 6 +-----
.../commands/TerminateEnvironmentCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../UpdateApplicationResourceLifecycleCommand.ts | 6 +-----
.../commands/UpdateApplicationVersionCommand.ts | 6 +-----
.../commands/UpdateConfigurationTemplateCommand.ts | 6 +-----
.../commands/UpdateEnvironmentCommand.ts | 6 +-----
.../commands/UpdateTagsForResourceCommand.ts | 6 +-----
.../commands/ValidateConfigurationSettingsCommand.ts | 6 +-----
.../commands/DescribeAcceleratorOfferingsCommand.ts | 6 +-----
.../commands/DescribeAcceleratorTypesCommand.ts | 6 +-----
.../commands/DescribeAcceleratorsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/AddListenerCertificatesCommand.ts | 6 +-----
.../commands/AddTagsCommand.ts | 6 +-----
.../commands/CreateListenerCommand.ts | 6 +-----
.../commands/CreateLoadBalancerCommand.ts | 6 +-----
.../commands/CreateRuleCommand.ts | 6 +-----
.../commands/CreateTargetGroupCommand.ts | 6 +-----
.../commands/DeleteListenerCommand.ts | 6 +-----
.../commands/DeleteLoadBalancerCommand.ts | 6 +-----
.../commands/DeleteRuleCommand.ts | 6 +-----
.../commands/DeleteTargetGroupCommand.ts | 6 +-----
.../commands/DeregisterTargetsCommand.ts | 6 +-----
.../commands/DescribeAccountLimitsCommand.ts | 6 +-----
.../commands/DescribeListenerCertificatesCommand.ts | 6 +-----
.../commands/DescribeListenersCommand.ts | 6 +-----
.../DescribeLoadBalancerAttributesCommand.ts | 6 +-----
.../commands/DescribeLoadBalancersCommand.ts | 6 +-----
.../commands/DescribeRulesCommand.ts | 6 +-----
.../commands/DescribeSSLPoliciesCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DescribeTargetGroupAttributesCommand.ts | 6 +-----
.../commands/DescribeTargetGroupsCommand.ts | 6 +-----
.../commands/DescribeTargetHealthCommand.ts | 6 +-----
.../commands/ModifyListenerCommand.ts | 6 +-----
.../commands/ModifyLoadBalancerAttributesCommand.ts | 6 +-----
.../commands/ModifyRuleCommand.ts | 6 +-----
.../commands/ModifyTargetGroupAttributesCommand.ts | 6 +-----
.../commands/ModifyTargetGroupCommand.ts | 6 +-----
.../commands/RegisterTargetsCommand.ts | 6 +-----
.../commands/RemoveListenerCertificatesCommand.ts | 6 +-----
.../commands/RemoveTagsCommand.ts | 6 +-----
.../commands/SetIpAddressTypeCommand.ts | 6 +-----
.../commands/SetRulePrioritiesCommand.ts | 6 +-----
.../commands/SetSecurityGroupsCommand.ts | 6 +-----
.../commands/SetSubnetsCommand.ts | 6 +-----
.../commands/AddTagsCommand.ts | 6 +-----
.../ApplySecurityGroupsToLoadBalancerCommand.ts | 6 +-----
.../commands/AttachLoadBalancerToSubnetsCommand.ts | 6 +-----
.../commands/ConfigureHealthCheckCommand.ts | 6 +-----
.../CreateAppCookieStickinessPolicyCommand.ts | 6 +-----
.../CreateLBCookieStickinessPolicyCommand.ts | 6 +-----
.../commands/CreateLoadBalancerCommand.ts | 6 +-----
.../commands/CreateLoadBalancerListenersCommand.ts | 6 +-----
.../commands/CreateLoadBalancerPolicyCommand.ts | 6 +-----
.../commands/DeleteLoadBalancerCommand.ts | 6 +-----
.../commands/DeleteLoadBalancerListenersCommand.ts | 6 +-----
.../commands/DeleteLoadBalancerPolicyCommand.ts | 6 +-----
.../DeregisterInstancesFromLoadBalancerCommand.ts | 6 +-----
.../commands/DescribeAccountLimitsCommand.ts | 6 +-----
.../commands/DescribeInstanceHealthCommand.ts | 6 +-----
.../DescribeLoadBalancerAttributesCommand.ts | 6 +-----
.../commands/DescribeLoadBalancerPoliciesCommand.ts | 6 +-----
.../DescribeLoadBalancerPolicyTypesCommand.ts | 6 +-----
.../commands/DescribeLoadBalancersCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DetachLoadBalancerFromSubnetsCommand.ts | 6 +-----
...DisableAvailabilityZonesForLoadBalancerCommand.ts | 6 +-----
.../EnableAvailabilityZonesForLoadBalancerCommand.ts | 6 +-----
.../commands/ModifyLoadBalancerAttributesCommand.ts | 6 +-----
.../RegisterInstancesWithLoadBalancerCommand.ts | 6 +-----
.../commands/RemoveTagsCommand.ts | 6 +-----
.../SetLoadBalancerListenerSSLCertificateCommand.ts | 6 +-----
...SetLoadBalancerPoliciesForBackendServerCommand.ts | 6 +-----
.../SetLoadBalancerPoliciesOfListenerCommand.ts | 6 +-----
.../commands/CancelJobCommand.ts | 6 +-----
.../commands/CreateJobCommand.ts | 6 +-----
.../commands/CreatePipelineCommand.ts | 6 +-----
.../commands/CreatePresetCommand.ts | 6 +-----
.../commands/DeletePipelineCommand.ts | 6 +-----
.../commands/DeletePresetCommand.ts | 6 +-----
.../commands/ListJobsByPipelineCommand.ts | 6 +-----
.../commands/ListJobsByStatusCommand.ts | 6 +-----
.../commands/ListPipelinesCommand.ts | 6 +-----
.../commands/ListPresetsCommand.ts | 6 +-----
.../commands/ReadJobCommand.ts | 6 +-----
.../commands/ReadPipelineCommand.ts | 6 +-----
.../commands/ReadPresetCommand.ts | 6 +-----
.../commands/TestRoleCommand.ts | 6 +-----
.../commands/UpdatePipelineCommand.ts | 6 +-----
.../commands/UpdatePipelineNotificationsCommand.ts | 6 +-----
.../commands/UpdatePipelineStatusCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../AuthorizeCacheSecurityGroupIngressCommand.ts | 6 +-----
.../commands/BatchApplyUpdateActionCommand.ts | 6 +-----
.../commands/BatchStopUpdateActionCommand.ts | 6 +-----
.../commands/CompleteMigrationCommand.ts | 6 +-----
.../commands/CopySnapshotCommand.ts | 6 +-----
.../commands/CreateCacheClusterCommand.ts | 6 +-----
.../commands/CreateCacheParameterGroupCommand.ts | 6 +-----
.../commands/CreateCacheSecurityGroupCommand.ts | 6 +-----
.../commands/CreateCacheSubnetGroupCommand.ts | 6 +-----
.../commands/CreateGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/CreateReplicationGroupCommand.ts | 6 +-----
.../commands/CreateSnapshotCommand.ts | 6 +-----
.../client-elasticache/commands/CreateUserCommand.ts | 6 +-----
.../commands/CreateUserGroupCommand.ts | 6 +-----
...reaseNodeGroupsInGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/DecreaseReplicaCountCommand.ts | 6 +-----
.../commands/DeleteCacheClusterCommand.ts | 6 +-----
.../commands/DeleteCacheParameterGroupCommand.ts | 6 +-----
.../commands/DeleteCacheSecurityGroupCommand.ts | 6 +-----
.../commands/DeleteCacheSubnetGroupCommand.ts | 6 +-----
.../commands/DeleteGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/DeleteReplicationGroupCommand.ts | 6 +-----
.../commands/DeleteSnapshotCommand.ts | 6 +-----
.../client-elasticache/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DeleteUserGroupCommand.ts | 6 +-----
.../commands/DescribeCacheClustersCommand.ts | 6 +-----
.../commands/DescribeCacheEngineVersionsCommand.ts | 6 +-----
.../commands/DescribeCacheParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeCacheParametersCommand.ts | 6 +-----
.../commands/DescribeCacheSecurityGroupsCommand.ts | 6 +-----
.../commands/DescribeCacheSubnetGroupsCommand.ts | 6 +-----
.../DescribeEngineDefaultParametersCommand.ts | 6 +-----
.../commands/DescribeEventsCommand.ts | 6 +-----
.../DescribeGlobalReplicationGroupsCommand.ts | 6 +-----
.../commands/DescribeReplicationGroupsCommand.ts | 6 +-----
.../commands/DescribeReservedCacheNodesCommand.ts | 6 +-----
.../DescribeReservedCacheNodesOfferingsCommand.ts | 6 +-----
.../commands/DescribeServiceUpdatesCommand.ts | 6 +-----
.../commands/DescribeSnapshotsCommand.ts | 6 +-----
.../commands/DescribeUpdateActionsCommand.ts | 6 +-----
.../commands/DescribeUserGroupsCommand.ts | 6 +-----
.../commands/DescribeUsersCommand.ts | 6 +-----
.../DisassociateGlobalReplicationGroupCommand.ts | 6 +-----
.../FailoverGlobalReplicationGroupCommand.ts | 6 +-----
...reaseNodeGroupsInGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/IncreaseReplicaCountCommand.ts | 6 +-----
.../ListAllowedNodeTypeModificationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ModifyCacheClusterCommand.ts | 6 +-----
.../commands/ModifyCacheParameterGroupCommand.ts | 6 +-----
.../commands/ModifyCacheSubnetGroupCommand.ts | 6 +-----
.../commands/ModifyGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/ModifyReplicationGroupCommand.ts | 6 +-----
...odifyReplicationGroupShardConfigurationCommand.ts | 6 +-----
.../client-elasticache/commands/ModifyUserCommand.ts | 6 +-----
.../commands/ModifyUserGroupCommand.ts | 6 +-----
.../PurchaseReservedCacheNodesOfferingCommand.ts | 6 +-----
.../RebalanceSlotsInGlobalReplicationGroupCommand.ts | 6 +-----
.../commands/RebootCacheClusterCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetCacheParameterGroupCommand.ts | 6 +-----
.../RevokeCacheSecurityGroupIngressCommand.ts | 6 +-----
.../commands/StartMigrationCommand.ts | 6 +-----
.../commands/TestFailoverCommand.ts | 6 +-----
...ceptInboundCrossClusterSearchConnectionCommand.ts | 6 +-----
.../commands/AddTagsCommand.ts | 6 +-----
.../commands/AssociatePackageCommand.ts | 6 +-----
...ancelElasticsearchServiceSoftwareUpdateCommand.ts | 6 +-----
.../commands/CreateElasticsearchDomainCommand.ts | 6 +-----
...ateOutboundCrossClusterSearchConnectionCommand.ts | 6 +-----
.../commands/CreatePackageCommand.ts | 6 +-----
.../commands/DeleteElasticsearchDomainCommand.ts | 6 +-----
.../DeleteElasticsearchServiceRoleCommand.ts | 6 +-----
...leteInboundCrossClusterSearchConnectionCommand.ts | 6 +-----
...eteOutboundCrossClusterSearchConnectionCommand.ts | 6 +-----
.../commands/DeletePackageCommand.ts | 6 +-----
.../commands/DescribeElasticsearchDomainCommand.ts | 6 +-----
.../DescribeElasticsearchDomainConfigCommand.ts | 6 +-----
.../commands/DescribeElasticsearchDomainsCommand.ts | 6 +-----
...DescribeElasticsearchInstanceTypeLimitsCommand.ts | 6 +-----
...ibeInboundCrossClusterSearchConnectionsCommand.ts | 6 +-----
...beOutboundCrossClusterSearchConnectionsCommand.ts | 6 +-----
.../commands/DescribePackagesCommand.ts | 6 +-----
...eReservedElasticsearchInstanceOfferingsCommand.ts | 6 +-----
.../DescribeReservedElasticsearchInstancesCommand.ts | 6 +-----
.../commands/DissociatePackageCommand.ts | 6 +-----
.../GetCompatibleElasticsearchVersionsCommand.ts | 6 +-----
.../commands/GetPackageVersionHistoryCommand.ts | 6 +-----
.../commands/GetUpgradeHistoryCommand.ts | 6 +-----
.../commands/GetUpgradeStatusCommand.ts | 6 +-----
.../commands/ListDomainNamesCommand.ts | 6 +-----
.../commands/ListDomainsForPackageCommand.ts | 6 +-----
.../ListElasticsearchInstanceTypesCommand.ts | 6 +-----
.../commands/ListElasticsearchVersionsCommand.ts | 6 +-----
.../commands/ListPackagesForDomainCommand.ts | 6 +-----
.../commands/ListTagsCommand.ts | 6 +-----
...seReservedElasticsearchInstanceOfferingCommand.ts | 6 +-----
...jectInboundCrossClusterSearchConnectionCommand.ts | 6 +-----
.../commands/RemoveTagsCommand.ts | 6 +-----
...StartElasticsearchServiceSoftwareUpdateCommand.ts | 6 +-----
.../UpdateElasticsearchDomainConfigCommand.ts | 6 +-----
.../commands/UpdatePackageCommand.ts | 6 +-----
.../commands/UpgradeElasticsearchDomainCommand.ts | 6 +-----
.../commands/CancelJobRunCommand.ts | 6 +-----
.../commands/CreateManagedEndpointCommand.ts | 6 +-----
.../commands/CreateVirtualClusterCommand.ts | 6 +-----
.../commands/DeleteManagedEndpointCommand.ts | 6 +-----
.../commands/DeleteVirtualClusterCommand.ts | 6 +-----
.../commands/DescribeJobRunCommand.ts | 6 +-----
.../commands/DescribeManagedEndpointCommand.ts | 6 +-----
.../commands/DescribeVirtualClusterCommand.ts | 6 +-----
.../commands/ListJobRunsCommand.ts | 6 +-----
.../commands/ListManagedEndpointsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListVirtualClustersCommand.ts | 6 +-----
.../commands/StartJobRunCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../client-emr/commands/AddInstanceFleetCommand.ts | 6 +-----
.../client-emr/commands/AddInstanceGroupsCommand.ts | 6 +-----
.../client-emr/commands/AddJobFlowStepsCommand.ts | 6 +-----
clients/client-emr/commands/AddTagsCommand.ts | 6 +-----
clients/client-emr/commands/CancelStepsCommand.ts | 6 +-----
.../commands/CreateSecurityConfigurationCommand.ts | 6 +-----
clients/client-emr/commands/CreateStudioCommand.ts | 6 +-----
.../commands/CreateStudioSessionMappingCommand.ts | 6 +-----
.../commands/DeleteSecurityConfigurationCommand.ts | 6 +-----
clients/client-emr/commands/DeleteStudioCommand.ts | 6 +-----
.../commands/DeleteStudioSessionMappingCommand.ts | 6 +-----
.../client-emr/commands/DescribeClusterCommand.ts | 6 +-----
.../client-emr/commands/DescribeJobFlowsCommand.ts | 6 +-----
.../commands/DescribeNotebookExecutionCommand.ts | 6 +-----
.../commands/DescribeSecurityConfigurationCommand.ts | 6 +-----
clients/client-emr/commands/DescribeStepCommand.ts | 6 +-----
clients/client-emr/commands/DescribeStudioCommand.ts | 6 +-----
.../GetBlockPublicAccessConfigurationCommand.ts | 6 +-----
.../commands/GetManagedScalingPolicyCommand.ts | 6 +-----
.../commands/GetStudioSessionMappingCommand.ts | 6 +-----
.../commands/ListBootstrapActionsCommand.ts | 6 +-----
clients/client-emr/commands/ListClustersCommand.ts | 6 +-----
.../client-emr/commands/ListInstanceFleetsCommand.ts | 6 +-----
.../client-emr/commands/ListInstanceGroupsCommand.ts | 6 +-----
clients/client-emr/commands/ListInstancesCommand.ts | 6 +-----
.../commands/ListNotebookExecutionsCommand.ts | 6 +-----
.../commands/ListSecurityConfigurationsCommand.ts | 6 +-----
clients/client-emr/commands/ListStepsCommand.ts | 6 +-----
.../commands/ListStudioSessionMappingsCommand.ts | 6 +-----
clients/client-emr/commands/ListStudiosCommand.ts | 6 +-----
clients/client-emr/commands/ModifyClusterCommand.ts | 6 +-----
.../commands/ModifyInstanceFleetCommand.ts | 6 +-----
.../commands/ModifyInstanceGroupsCommand.ts | 6 +-----
.../commands/PutAutoScalingPolicyCommand.ts | 6 +-----
.../PutBlockPublicAccessConfigurationCommand.ts | 6 +-----
.../commands/PutManagedScalingPolicyCommand.ts | 6 +-----
.../commands/RemoveAutoScalingPolicyCommand.ts | 6 +-----
.../commands/RemoveManagedScalingPolicyCommand.ts | 6 +-----
clients/client-emr/commands/RemoveTagsCommand.ts | 6 +-----
clients/client-emr/commands/RunJobFlowCommand.ts | 6 +-----
.../commands/SetTerminationProtectionCommand.ts | 6 +-----
.../commands/SetVisibleToAllUsersCommand.ts | 6 +-----
.../commands/StartNotebookExecutionCommand.ts | 6 +-----
.../commands/StopNotebookExecutionCommand.ts | 6 +-----
.../client-emr/commands/TerminateJobFlowsCommand.ts | 6 +-----
.../commands/UpdateStudioSessionMappingCommand.ts | 6 +-----
.../commands/ActivateEventSourceCommand.ts | 6 +-----
.../commands/CancelReplayCommand.ts | 6 +-----
.../commands/CreateArchiveCommand.ts | 6 +-----
.../commands/CreateEventBusCommand.ts | 6 +-----
.../commands/CreatePartnerEventSourceCommand.ts | 6 +-----
.../commands/DeactivateEventSourceCommand.ts | 6 +-----
.../commands/DeleteArchiveCommand.ts | 6 +-----
.../commands/DeleteEventBusCommand.ts | 6 +-----
.../commands/DeletePartnerEventSourceCommand.ts | 6 +-----
.../client-eventbridge/commands/DeleteRuleCommand.ts | 6 +-----
.../commands/DescribeArchiveCommand.ts | 6 +-----
.../commands/DescribeEventBusCommand.ts | 6 +-----
.../commands/DescribeEventSourceCommand.ts | 6 +-----
.../commands/DescribePartnerEventSourceCommand.ts | 6 +-----
.../commands/DescribeReplayCommand.ts | 6 +-----
.../commands/DescribeRuleCommand.ts | 6 +-----
.../commands/DisableRuleCommand.ts | 6 +-----
.../client-eventbridge/commands/EnableRuleCommand.ts | 6 +-----
.../commands/ListArchivesCommand.ts | 6 +-----
.../commands/ListEventBusesCommand.ts | 6 +-----
.../commands/ListEventSourcesCommand.ts | 6 +-----
.../ListPartnerEventSourceAccountsCommand.ts | 6 +-----
.../commands/ListPartnerEventSourcesCommand.ts | 6 +-----
.../commands/ListReplaysCommand.ts | 6 +-----
.../commands/ListRuleNamesByTargetCommand.ts | 6 +-----
.../client-eventbridge/commands/ListRulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTargetsByRuleCommand.ts | 6 +-----
.../client-eventbridge/commands/PutEventsCommand.ts | 6 +-----
.../commands/PutPartnerEventsCommand.ts | 6 +-----
.../commands/PutPermissionCommand.ts | 6 +-----
.../client-eventbridge/commands/PutRuleCommand.ts | 6 +-----
.../client-eventbridge/commands/PutTargetsCommand.ts | 6 +-----
.../commands/RemovePermissionCommand.ts | 6 +-----
.../commands/RemoveTargetsCommand.ts | 6 +-----
.../commands/StartReplayCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/TestEventPatternCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateArchiveCommand.ts | 6 +-----
.../commands/CreateDeliveryStreamCommand.ts | 6 +-----
.../commands/DeleteDeliveryStreamCommand.ts | 6 +-----
.../commands/DescribeDeliveryStreamCommand.ts | 6 +-----
.../commands/ListDeliveryStreamsCommand.ts | 6 +-----
.../commands/ListTagsForDeliveryStreamCommand.ts | 6 +-----
.../commands/PutRecordBatchCommand.ts | 6 +-----
clients/client-firehose/commands/PutRecordCommand.ts | 6 +-----
.../commands/StartDeliveryStreamEncryptionCommand.ts | 6 +-----
.../commands/StopDeliveryStreamEncryptionCommand.ts | 6 +-----
.../commands/TagDeliveryStreamCommand.ts | 6 +-----
.../commands/UntagDeliveryStreamCommand.ts | 6 +-----
.../commands/UpdateDestinationCommand.ts | 6 +-----
.../commands/AssociateAdminAccountCommand.ts | 6 +-----
clients/client-fms/commands/DeleteAppsListCommand.ts | 6 +-----
.../commands/DeleteNotificationChannelCommand.ts | 6 +-----
clients/client-fms/commands/DeletePolicyCommand.ts | 6 +-----
.../commands/DeleteProtocolsListCommand.ts | 6 +-----
.../commands/DisassociateAdminAccountCommand.ts | 6 +-----
.../client-fms/commands/GetAdminAccountCommand.ts | 6 +-----
clients/client-fms/commands/GetAppsListCommand.ts | 6 +-----
.../commands/GetComplianceDetailCommand.ts | 6 +-----
.../commands/GetNotificationChannelCommand.ts | 6 +-----
clients/client-fms/commands/GetPolicyCommand.ts | 6 +-----
.../commands/GetProtectionStatusCommand.ts | 6 +-----
.../client-fms/commands/GetProtocolsListCommand.ts | 6 +-----
.../commands/GetViolationDetailsCommand.ts | 6 +-----
clients/client-fms/commands/ListAppsListsCommand.ts | 6 +-----
.../commands/ListComplianceStatusCommand.ts | 6 +-----
.../client-fms/commands/ListMemberAccountsCommand.ts | 6 +-----
clients/client-fms/commands/ListPoliciesCommand.ts | 6 +-----
.../client-fms/commands/ListProtocolsListsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-fms/commands/PutAppsListCommand.ts | 6 +-----
.../commands/PutNotificationChannelCommand.ts | 6 +-----
clients/client-fms/commands/PutPolicyCommand.ts | 6 +-----
.../client-fms/commands/PutProtocolsListCommand.ts | 6 +-----
clients/client-fms/commands/TagResourceCommand.ts | 6 +-----
clients/client-fms/commands/UntagResourceCommand.ts | 6 +-----
.../client-forecast/commands/CreateDatasetCommand.ts | 6 +-----
.../commands/CreateDatasetGroupCommand.ts | 6 +-----
.../commands/CreateDatasetImportJobCommand.ts | 6 +-----
.../commands/CreateForecastCommand.ts | 6 +-----
.../commands/CreateForecastExportJobCommand.ts | 6 +-----
.../CreatePredictorBacktestExportJobCommand.ts | 6 +-----
.../commands/CreatePredictorCommand.ts | 6 +-----
.../client-forecast/commands/DeleteDatasetCommand.ts | 6 +-----
.../commands/DeleteDatasetGroupCommand.ts | 6 +-----
.../commands/DeleteDatasetImportJobCommand.ts | 6 +-----
.../commands/DeleteForecastCommand.ts | 6 +-----
.../commands/DeleteForecastExportJobCommand.ts | 6 +-----
.../DeletePredictorBacktestExportJobCommand.ts | 6 +-----
.../commands/DeletePredictorCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../commands/DescribeDatasetGroupCommand.ts | 6 +-----
.../commands/DescribeDatasetImportJobCommand.ts | 6 +-----
.../commands/DescribeForecastCommand.ts | 6 +-----
.../commands/DescribeForecastExportJobCommand.ts | 6 +-----
.../DescribePredictorBacktestExportJobCommand.ts | 6 +-----
.../commands/DescribePredictorCommand.ts | 6 +-----
.../commands/GetAccuracyMetricsCommand.ts | 6 +-----
.../commands/ListDatasetGroupsCommand.ts | 6 +-----
.../commands/ListDatasetImportJobsCommand.ts | 6 +-----
.../client-forecast/commands/ListDatasetsCommand.ts | 6 +-----
.../commands/ListForecastExportJobsCommand.ts | 6 +-----
.../client-forecast/commands/ListForecastsCommand.ts | 6 +-----
.../ListPredictorBacktestExportJobsCommand.ts | 6 +-----
.../commands/ListPredictorsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-forecast/commands/TagResourceCommand.ts | 6 +-----
.../client-forecast/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDatasetGroupCommand.ts | 6 +-----
.../commands/QueryForecastCommand.ts | 6 +-----
.../commands/BatchCreateVariableCommand.ts | 6 +-----
.../commands/BatchGetVariableCommand.ts | 6 +-----
.../commands/CreateDetectorVersionCommand.ts | 6 +-----
.../commands/CreateModelCommand.ts | 6 +-----
.../commands/CreateModelVersionCommand.ts | 6 +-----
.../commands/CreateRuleCommand.ts | 6 +-----
.../commands/CreateVariableCommand.ts | 6 +-----
.../commands/DeleteDetectorCommand.ts | 6 +-----
.../commands/DeleteDetectorVersionCommand.ts | 6 +-----
.../commands/DeleteEntityTypeCommand.ts | 6 +-----
.../commands/DeleteEventCommand.ts | 6 +-----
.../commands/DeleteEventTypeCommand.ts | 6 +-----
.../commands/DeleteExternalModelCommand.ts | 6 +-----
.../commands/DeleteLabelCommand.ts | 6 +-----
.../commands/DeleteModelCommand.ts | 6 +-----
.../commands/DeleteModelVersionCommand.ts | 6 +-----
.../commands/DeleteOutcomeCommand.ts | 6 +-----
.../commands/DeleteRuleCommand.ts | 6 +-----
.../commands/DeleteVariableCommand.ts | 6 +-----
.../commands/DescribeDetectorCommand.ts | 6 +-----
.../commands/DescribeModelVersionsCommand.ts | 6 +-----
.../commands/GetDetectorVersionCommand.ts | 6 +-----
.../commands/GetDetectorsCommand.ts | 6 +-----
.../commands/GetEntityTypesCommand.ts | 6 +-----
.../commands/GetEventPredictionCommand.ts | 6 +-----
.../commands/GetEventTypesCommand.ts | 6 +-----
.../commands/GetExternalModelsCommand.ts | 6 +-----
.../commands/GetKMSEncryptionKeyCommand.ts | 6 +-----
.../commands/GetLabelsCommand.ts | 6 +-----
.../commands/GetModelVersionCommand.ts | 6 +-----
.../commands/GetModelsCommand.ts | 6 +-----
.../commands/GetOutcomesCommand.ts | 6 +-----
.../client-frauddetector/commands/GetRulesCommand.ts | 6 +-----
.../commands/GetVariablesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutDetectorCommand.ts | 6 +-----
.../commands/PutEntityTypeCommand.ts | 6 +-----
.../commands/PutEventTypeCommand.ts | 6 +-----
.../commands/PutExternalModelCommand.ts | 6 +-----
.../commands/PutKMSEncryptionKeyCommand.ts | 6 +-----
.../client-frauddetector/commands/PutLabelCommand.ts | 6 +-----
.../commands/PutOutcomeCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDetectorVersionCommand.ts | 6 +-----
.../commands/UpdateDetectorVersionMetadataCommand.ts | 6 +-----
.../commands/UpdateDetectorVersionStatusCommand.ts | 6 +-----
.../commands/UpdateModelCommand.ts | 6 +-----
.../commands/UpdateModelVersionCommand.ts | 6 +-----
.../commands/UpdateModelVersionStatusCommand.ts | 6 +-----
.../commands/UpdateRuleMetadataCommand.ts | 6 +-----
.../commands/UpdateRuleVersionCommand.ts | 6 +-----
.../commands/UpdateVariableCommand.ts | 6 +-----
.../commands/AssociateFileSystemAliasesCommand.ts | 6 +-----
.../commands/CancelDataRepositoryTaskCommand.ts | 6 +-----
clients/client-fsx/commands/CreateBackupCommand.ts | 6 +-----
.../commands/CreateDataRepositoryTaskCommand.ts | 6 +-----
.../client-fsx/commands/CreateFileSystemCommand.ts | 6 +-----
.../commands/CreateFileSystemFromBackupCommand.ts | 6 +-----
clients/client-fsx/commands/DeleteBackupCommand.ts | 6 +-----
.../client-fsx/commands/DeleteFileSystemCommand.ts | 6 +-----
.../client-fsx/commands/DescribeBackupsCommand.ts | 6 +-----
.../commands/DescribeDataRepositoryTasksCommand.ts | 6 +-----
.../commands/DescribeFileSystemAliasesCommand.ts | 6 +-----
.../commands/DescribeFileSystemsCommand.ts | 6 +-----
.../commands/DisassociateFileSystemAliasesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-fsx/commands/TagResourceCommand.ts | 6 +-----
clients/client-fsx/commands/UntagResourceCommand.ts | 6 +-----
.../client-fsx/commands/UpdateFileSystemCommand.ts | 6 +-----
.../client-gamelift/commands/AcceptMatchCommand.ts | 6 +-----
.../commands/ClaimGameServerCommand.ts | 6 +-----
.../client-gamelift/commands/CreateAliasCommand.ts | 6 +-----
.../client-gamelift/commands/CreateBuildCommand.ts | 6 +-----
.../client-gamelift/commands/CreateFleetCommand.ts | 6 +-----
.../commands/CreateGameServerGroupCommand.ts | 6 +-----
.../commands/CreateGameSessionCommand.ts | 6 +-----
.../commands/CreateGameSessionQueueCommand.ts | 6 +-----
.../CreateMatchmakingConfigurationCommand.ts | 6 +-----
.../commands/CreateMatchmakingRuleSetCommand.ts | 6 +-----
.../commands/CreatePlayerSessionCommand.ts | 6 +-----
.../commands/CreatePlayerSessionsCommand.ts | 6 +-----
.../client-gamelift/commands/CreateScriptCommand.ts | 6 +-----
.../commands/CreateVpcPeeringAuthorizationCommand.ts | 6 +-----
.../commands/CreateVpcPeeringConnectionCommand.ts | 6 +-----
.../client-gamelift/commands/DeleteAliasCommand.ts | 6 +-----
.../client-gamelift/commands/DeleteBuildCommand.ts | 6 +-----
.../client-gamelift/commands/DeleteFleetCommand.ts | 6 +-----
.../commands/DeleteGameServerGroupCommand.ts | 6 +-----
.../commands/DeleteGameSessionQueueCommand.ts | 6 +-----
.../DeleteMatchmakingConfigurationCommand.ts | 6 +-----
.../commands/DeleteMatchmakingRuleSetCommand.ts | 6 +-----
.../commands/DeleteScalingPolicyCommand.ts | 6 +-----
.../client-gamelift/commands/DeleteScriptCommand.ts | 6 +-----
.../commands/DeleteVpcPeeringAuthorizationCommand.ts | 6 +-----
.../commands/DeleteVpcPeeringConnectionCommand.ts | 6 +-----
.../commands/DeregisterGameServerCommand.ts | 6 +-----
.../client-gamelift/commands/DescribeAliasCommand.ts | 6 +-----
.../client-gamelift/commands/DescribeBuildCommand.ts | 6 +-----
.../commands/DescribeEC2InstanceLimitsCommand.ts | 6 +-----
.../commands/DescribeFleetAttributesCommand.ts | 6 +-----
.../commands/DescribeFleetCapacityCommand.ts | 6 +-----
.../commands/DescribeFleetEventsCommand.ts | 6 +-----
.../commands/DescribeFleetPortSettingsCommand.ts | 6 +-----
.../commands/DescribeFleetUtilizationCommand.ts | 6 +-----
.../commands/DescribeGameServerCommand.ts | 6 +-----
.../commands/DescribeGameServerGroupCommand.ts | 6 +-----
.../commands/DescribeGameServerInstancesCommand.ts | 6 +-----
.../commands/DescribeGameSessionDetailsCommand.ts | 6 +-----
.../commands/DescribeGameSessionPlacementCommand.ts | 6 +-----
.../commands/DescribeGameSessionQueuesCommand.ts | 6 +-----
.../commands/DescribeGameSessionsCommand.ts | 6 +-----
.../commands/DescribeInstancesCommand.ts | 6 +-----
.../commands/DescribeMatchmakingCommand.ts | 6 +-----
.../DescribeMatchmakingConfigurationsCommand.ts | 6 +-----
.../commands/DescribeMatchmakingRuleSetsCommand.ts | 6 +-----
.../commands/DescribePlayerSessionsCommand.ts | 6 +-----
.../commands/DescribeRuntimeConfigurationCommand.ts | 6 +-----
.../commands/DescribeScalingPoliciesCommand.ts | 6 +-----
.../commands/DescribeScriptCommand.ts | 6 +-----
.../DescribeVpcPeeringAuthorizationsCommand.ts | 6 +-----
.../commands/DescribeVpcPeeringConnectionsCommand.ts | 6 +-----
.../commands/GetGameSessionLogUrlCommand.ts | 6 +-----
.../commands/GetInstanceAccessCommand.ts | 6 +-----
.../client-gamelift/commands/ListAliasesCommand.ts | 6 +-----
.../client-gamelift/commands/ListBuildsCommand.ts | 6 +-----
.../client-gamelift/commands/ListFleetsCommand.ts | 6 +-----
.../commands/ListGameServerGroupsCommand.ts | 6 +-----
.../commands/ListGameServersCommand.ts | 6 +-----
.../client-gamelift/commands/ListScriptsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutScalingPolicyCommand.ts | 6 +-----
.../commands/RegisterGameServerCommand.ts | 6 +-----
.../commands/RequestUploadCredentialsCommand.ts | 6 +-----
.../client-gamelift/commands/ResolveAliasCommand.ts | 6 +-----
.../commands/ResumeGameServerGroupCommand.ts | 6 +-----
.../commands/SearchGameSessionsCommand.ts | 6 +-----
.../commands/StartFleetActionsCommand.ts | 6 +-----
.../commands/StartGameSessionPlacementCommand.ts | 6 +-----
.../commands/StartMatchBackfillCommand.ts | 6 +-----
.../commands/StartMatchmakingCommand.ts | 6 +-----
.../commands/StopFleetActionsCommand.ts | 6 +-----
.../commands/StopGameSessionPlacementCommand.ts | 6 +-----
.../commands/StopMatchmakingCommand.ts | 6 +-----
.../commands/SuspendGameServerGroupCommand.ts | 6 +-----
.../client-gamelift/commands/TagResourceCommand.ts | 6 +-----
.../client-gamelift/commands/UntagResourceCommand.ts | 6 +-----
.../client-gamelift/commands/UpdateAliasCommand.ts | 6 +-----
.../client-gamelift/commands/UpdateBuildCommand.ts | 6 +-----
.../commands/UpdateFleetAttributesCommand.ts | 6 +-----
.../commands/UpdateFleetCapacityCommand.ts | 6 +-----
.../commands/UpdateFleetPortSettingsCommand.ts | 6 +-----
.../commands/UpdateGameServerCommand.ts | 6 +-----
.../commands/UpdateGameServerGroupCommand.ts | 6 +-----
.../commands/UpdateGameSessionCommand.ts | 6 +-----
.../commands/UpdateGameSessionQueueCommand.ts | 6 +-----
.../UpdateMatchmakingConfigurationCommand.ts | 6 +-----
.../commands/UpdateRuntimeConfigurationCommand.ts | 6 +-----
.../client-gamelift/commands/UpdateScriptCommand.ts | 6 +-----
.../commands/ValidateMatchmakingRuleSetCommand.ts | 6 +-----
.../commands/AbortMultipartUploadCommand.ts | 6 +-----
.../client-glacier/commands/AbortVaultLockCommand.ts | 6 +-----
.../client-glacier/commands/AddTagsToVaultCommand.ts | 6 +-----
.../commands/CompleteMultipartUploadCommand.ts | 6 +-----
.../commands/CompleteVaultLockCommand.ts | 6 +-----
.../client-glacier/commands/CreateVaultCommand.ts | 6 +-----
.../client-glacier/commands/DeleteArchiveCommand.ts | 6 +-----
.../commands/DeleteVaultAccessPolicyCommand.ts | 6 +-----
.../client-glacier/commands/DeleteVaultCommand.ts | 6 +-----
.../commands/DeleteVaultNotificationsCommand.ts | 6 +-----
.../client-glacier/commands/DescribeJobCommand.ts | 6 +-----
.../client-glacier/commands/DescribeVaultCommand.ts | 6 +-----
.../commands/GetDataRetrievalPolicyCommand.ts | 6 +-----
.../client-glacier/commands/GetJobOutputCommand.ts | 6 +-----
.../commands/GetVaultAccessPolicyCommand.ts | 6 +-----
.../client-glacier/commands/GetVaultLockCommand.ts | 6 +-----
.../commands/GetVaultNotificationsCommand.ts | 6 +-----
.../client-glacier/commands/InitiateJobCommand.ts | 6 +-----
.../commands/InitiateMultipartUploadCommand.ts | 6 +-----
.../commands/InitiateVaultLockCommand.ts | 6 +-----
clients/client-glacier/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListMultipartUploadsCommand.ts | 6 +-----
clients/client-glacier/commands/ListPartsCommand.ts | 6 +-----
.../commands/ListProvisionedCapacityCommand.ts | 6 +-----
.../commands/ListTagsForVaultCommand.ts | 6 +-----
clients/client-glacier/commands/ListVaultsCommand.ts | 6 +-----
.../commands/PurchaseProvisionedCapacityCommand.ts | 6 +-----
.../commands/RemoveTagsFromVaultCommand.ts | 6 +-----
.../commands/SetDataRetrievalPolicyCommand.ts | 6 +-----
.../commands/SetVaultAccessPolicyCommand.ts | 6 +-----
.../commands/SetVaultNotificationsCommand.ts | 6 +-----
.../client-glacier/commands/UploadArchiveCommand.ts | 6 +-----
.../commands/UploadMultipartPartCommand.ts | 6 +-----
.../commands/AddCustomRoutingEndpointsCommand.ts | 6 +-----
.../commands/AdvertiseByoipCidrCommand.ts | 6 +-----
.../commands/AllowCustomRoutingTrafficCommand.ts | 6 +-----
.../commands/CreateAcceleratorCommand.ts | 6 +-----
.../CreateCustomRoutingAcceleratorCommand.ts | 6 +-----
.../CreateCustomRoutingEndpointGroupCommand.ts | 6 +-----
.../commands/CreateCustomRoutingListenerCommand.ts | 6 +-----
.../commands/CreateEndpointGroupCommand.ts | 6 +-----
.../commands/CreateListenerCommand.ts | 6 +-----
.../commands/DeleteAcceleratorCommand.ts | 6 +-----
.../DeleteCustomRoutingAcceleratorCommand.ts | 6 +-----
.../DeleteCustomRoutingEndpointGroupCommand.ts | 6 +-----
.../commands/DeleteCustomRoutingListenerCommand.ts | 6 +-----
.../commands/DeleteEndpointGroupCommand.ts | 6 +-----
.../commands/DeleteListenerCommand.ts | 6 +-----
.../commands/DenyCustomRoutingTrafficCommand.ts | 6 +-----
.../commands/DeprovisionByoipCidrCommand.ts | 6 +-----
.../commands/DescribeAcceleratorAttributesCommand.ts | 6 +-----
.../commands/DescribeAcceleratorCommand.ts | 6 +-----
...cribeCustomRoutingAcceleratorAttributesCommand.ts | 6 +-----
.../DescribeCustomRoutingAcceleratorCommand.ts | 6 +-----
.../DescribeCustomRoutingEndpointGroupCommand.ts | 6 +-----
.../commands/DescribeCustomRoutingListenerCommand.ts | 6 +-----
.../commands/DescribeEndpointGroupCommand.ts | 6 +-----
.../commands/DescribeListenerCommand.ts | 6 +-----
.../commands/ListAcceleratorsCommand.ts | 6 +-----
.../commands/ListByoipCidrsCommand.ts | 6 +-----
.../commands/ListCustomRoutingAcceleratorsCommand.ts | 6 +-----
.../ListCustomRoutingEndpointGroupsCommand.ts | 6 +-----
.../commands/ListCustomRoutingListenersCommand.ts | 6 +-----
...tCustomRoutingPortMappingsByDestinationCommand.ts | 6 +-----
.../commands/ListCustomRoutingPortMappingsCommand.ts | 6 +-----
.../commands/ListEndpointGroupsCommand.ts | 6 +-----
.../commands/ListListenersCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ProvisionByoipCidrCommand.ts | 6 +-----
.../commands/RemoveCustomRoutingEndpointsCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAcceleratorAttributesCommand.ts | 6 +-----
.../commands/UpdateAcceleratorCommand.ts | 6 +-----
...pdateCustomRoutingAcceleratorAttributesCommand.ts | 6 +-----
.../UpdateCustomRoutingAcceleratorCommand.ts | 6 +-----
.../commands/UpdateCustomRoutingListenerCommand.ts | 6 +-----
.../commands/UpdateEndpointGroupCommand.ts | 6 +-----
.../commands/UpdateListenerCommand.ts | 6 +-----
.../commands/WithdrawByoipCidrCommand.ts | 6 +-----
.../commands/BatchCreatePartitionCommand.ts | 6 +-----
.../commands/BatchDeleteConnectionCommand.ts | 6 +-----
.../commands/BatchDeletePartitionCommand.ts | 6 +-----
.../client-glue/commands/BatchDeleteTableCommand.ts | 6 +-----
.../commands/BatchDeleteTableVersionCommand.ts | 6 +-----
.../client-glue/commands/BatchGetCrawlersCommand.ts | 6 +-----
.../commands/BatchGetDevEndpointsCommand.ts | 6 +-----
clients/client-glue/commands/BatchGetJobsCommand.ts | 6 +-----
.../client-glue/commands/BatchGetPartitionCommand.ts | 6 +-----
.../client-glue/commands/BatchGetTriggersCommand.ts | 6 +-----
.../client-glue/commands/BatchGetWorkflowsCommand.ts | 6 +-----
.../client-glue/commands/BatchStopJobRunCommand.ts | 6 +-----
.../commands/BatchUpdatePartitionCommand.ts | 6 +-----
.../client-glue/commands/CancelMLTaskRunCommand.ts | 6 +-----
.../commands/CheckSchemaVersionValidityCommand.ts | 6 +-----
.../client-glue/commands/CreateClassifierCommand.ts | 6 +-----
.../client-glue/commands/CreateConnectionCommand.ts | 6 +-----
clients/client-glue/commands/CreateCrawlerCommand.ts | 6 +-----
.../client-glue/commands/CreateDatabaseCommand.ts | 6 +-----
.../client-glue/commands/CreateDevEndpointCommand.ts | 6 +-----
clients/client-glue/commands/CreateJobCommand.ts | 6 +-----
.../client-glue/commands/CreateMLTransformCommand.ts | 6 +-----
.../client-glue/commands/CreatePartitionCommand.ts | 6 +-----
.../commands/CreatePartitionIndexCommand.ts | 6 +-----
.../client-glue/commands/CreateRegistryCommand.ts | 6 +-----
clients/client-glue/commands/CreateSchemaCommand.ts | 6 +-----
clients/client-glue/commands/CreateScriptCommand.ts | 6 +-----
.../commands/CreateSecurityConfigurationCommand.ts | 6 +-----
clients/client-glue/commands/CreateTableCommand.ts | 6 +-----
clients/client-glue/commands/CreateTriggerCommand.ts | 6 +-----
.../commands/CreateUserDefinedFunctionCommand.ts | 6 +-----
.../client-glue/commands/CreateWorkflowCommand.ts | 6 +-----
.../client-glue/commands/DeleteClassifierCommand.ts | 6 +-----
.../DeleteColumnStatisticsForPartitionCommand.ts | 6 +-----
.../DeleteColumnStatisticsForTableCommand.ts | 6 +-----
.../client-glue/commands/DeleteConnectionCommand.ts | 6 +-----
clients/client-glue/commands/DeleteCrawlerCommand.ts | 6 +-----
.../client-glue/commands/DeleteDatabaseCommand.ts | 6 +-----
.../client-glue/commands/DeleteDevEndpointCommand.ts | 6 +-----
clients/client-glue/commands/DeleteJobCommand.ts | 6 +-----
.../client-glue/commands/DeleteMLTransformCommand.ts | 6 +-----
.../client-glue/commands/DeletePartitionCommand.ts | 6 +-----
.../commands/DeletePartitionIndexCommand.ts | 6 +-----
.../client-glue/commands/DeleteRegistryCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
clients/client-glue/commands/DeleteSchemaCommand.ts | 6 +-----
.../commands/DeleteSchemaVersionsCommand.ts | 6 +-----
.../commands/DeleteSecurityConfigurationCommand.ts | 6 +-----
clients/client-glue/commands/DeleteTableCommand.ts | 6 +-----
.../commands/DeleteTableVersionCommand.ts | 6 +-----
clients/client-glue/commands/DeleteTriggerCommand.ts | 6 +-----
.../commands/DeleteUserDefinedFunctionCommand.ts | 6 +-----
.../client-glue/commands/DeleteWorkflowCommand.ts | 6 +-----
.../commands/GetCatalogImportStatusCommand.ts | 6 +-----
clients/client-glue/commands/GetClassifierCommand.ts | 6 +-----
.../client-glue/commands/GetClassifiersCommand.ts | 6 +-----
.../GetColumnStatisticsForPartitionCommand.ts | 6 +-----
.../commands/GetColumnStatisticsForTableCommand.ts | 6 +-----
clients/client-glue/commands/GetConnectionCommand.ts | 6 +-----
.../client-glue/commands/GetConnectionsCommand.ts | 6 +-----
clients/client-glue/commands/GetCrawlerCommand.ts | 6 +-----
.../client-glue/commands/GetCrawlerMetricsCommand.ts | 6 +-----
clients/client-glue/commands/GetCrawlersCommand.ts | 6 +-----
.../GetDataCatalogEncryptionSettingsCommand.ts | 6 +-----
clients/client-glue/commands/GetDatabaseCommand.ts | 6 +-----
clients/client-glue/commands/GetDatabasesCommand.ts | 6 +-----
.../client-glue/commands/GetDataflowGraphCommand.ts | 6 +-----
.../client-glue/commands/GetDevEndpointCommand.ts | 6 +-----
.../client-glue/commands/GetDevEndpointsCommand.ts | 6 +-----
.../client-glue/commands/GetJobBookmarkCommand.ts | 6 +-----
clients/client-glue/commands/GetJobCommand.ts | 6 +-----
clients/client-glue/commands/GetJobRunCommand.ts | 6 +-----
clients/client-glue/commands/GetJobRunsCommand.ts | 6 +-----
clients/client-glue/commands/GetJobsCommand.ts | 6 +-----
clients/client-glue/commands/GetMLTaskRunCommand.ts | 6 +-----
clients/client-glue/commands/GetMLTaskRunsCommand.ts | 6 +-----
.../client-glue/commands/GetMLTransformCommand.ts | 6 +-----
.../client-glue/commands/GetMLTransformsCommand.ts | 6 +-----
clients/client-glue/commands/GetMappingCommand.ts | 6 +-----
clients/client-glue/commands/GetPartitionCommand.ts | 6 +-----
.../commands/GetPartitionIndexesCommand.ts | 6 +-----
clients/client-glue/commands/GetPartitionsCommand.ts | 6 +-----
clients/client-glue/commands/GetPlanCommand.ts | 6 +-----
clients/client-glue/commands/GetRegistryCommand.ts | 6 +-----
.../commands/GetResourcePoliciesCommand.ts | 6 +-----
.../client-glue/commands/GetResourcePolicyCommand.ts | 6 +-----
.../commands/GetSchemaByDefinitionCommand.ts | 6 +-----
clients/client-glue/commands/GetSchemaCommand.ts | 6 +-----
.../client-glue/commands/GetSchemaVersionCommand.ts | 6 +-----
.../commands/GetSchemaVersionsDiffCommand.ts | 6 +-----
.../commands/GetSecurityConfigurationCommand.ts | 6 +-----
.../commands/GetSecurityConfigurationsCommand.ts | 6 +-----
clients/client-glue/commands/GetTableCommand.ts | 6 +-----
.../client-glue/commands/GetTableVersionCommand.ts | 6 +-----
.../client-glue/commands/GetTableVersionsCommand.ts | 6 +-----
clients/client-glue/commands/GetTablesCommand.ts | 6 +-----
clients/client-glue/commands/GetTagsCommand.ts | 6 +-----
clients/client-glue/commands/GetTriggerCommand.ts | 6 +-----
clients/client-glue/commands/GetTriggersCommand.ts | 6 +-----
.../commands/GetUserDefinedFunctionCommand.ts | 6 +-----
.../commands/GetUserDefinedFunctionsCommand.ts | 6 +-----
clients/client-glue/commands/GetWorkflowCommand.ts | 6 +-----
.../client-glue/commands/GetWorkflowRunCommand.ts | 6 +-----
.../commands/GetWorkflowRunPropertiesCommand.ts | 6 +-----
.../client-glue/commands/GetWorkflowRunsCommand.ts | 6 +-----
.../commands/ImportCatalogToGlueCommand.ts | 6 +-----
clients/client-glue/commands/ListCrawlersCommand.ts | 6 +-----
.../client-glue/commands/ListDevEndpointsCommand.ts | 6 +-----
clients/client-glue/commands/ListJobsCommand.ts | 6 +-----
.../client-glue/commands/ListMLTransformsCommand.ts | 6 +-----
.../client-glue/commands/ListRegistriesCommand.ts | 6 +-----
.../commands/ListSchemaVersionsCommand.ts | 6 +-----
clients/client-glue/commands/ListSchemasCommand.ts | 6 +-----
clients/client-glue/commands/ListTriggersCommand.ts | 6 +-----
clients/client-glue/commands/ListWorkflowsCommand.ts | 6 +-----
.../PutDataCatalogEncryptionSettingsCommand.ts | 6 +-----
.../client-glue/commands/PutResourcePolicyCommand.ts | 6 +-----
.../commands/PutSchemaVersionMetadataCommand.ts | 6 +-----
.../commands/PutWorkflowRunPropertiesCommand.ts | 6 +-----
.../commands/QuerySchemaVersionMetadataCommand.ts | 6 +-----
.../commands/RegisterSchemaVersionCommand.ts | 6 +-----
.../commands/RemoveSchemaVersionMetadataCommand.ts | 6 +-----
.../client-glue/commands/ResetJobBookmarkCommand.ts | 6 +-----
.../client-glue/commands/ResumeWorkflowRunCommand.ts | 6 +-----
clients/client-glue/commands/SearchTablesCommand.ts | 6 +-----
clients/client-glue/commands/StartCrawlerCommand.ts | 6 +-----
.../commands/StartCrawlerScheduleCommand.ts | 6 +-----
.../commands/StartExportLabelsTaskRunCommand.ts | 6 +-----
.../commands/StartImportLabelsTaskRunCommand.ts | 6 +-----
clients/client-glue/commands/StartJobRunCommand.ts | 6 +-----
.../commands/StartMLEvaluationTaskRunCommand.ts | 6 +-----
.../StartMLLabelingSetGenerationTaskRunCommand.ts | 6 +-----
clients/client-glue/commands/StartTriggerCommand.ts | 6 +-----
.../client-glue/commands/StartWorkflowRunCommand.ts | 6 +-----
clients/client-glue/commands/StopCrawlerCommand.ts | 6 +-----
.../commands/StopCrawlerScheduleCommand.ts | 6 +-----
clients/client-glue/commands/StopTriggerCommand.ts | 6 +-----
.../client-glue/commands/StopWorkflowRunCommand.ts | 6 +-----
clients/client-glue/commands/TagResourceCommand.ts | 6 +-----
clients/client-glue/commands/UntagResourceCommand.ts | 6 +-----
.../client-glue/commands/UpdateClassifierCommand.ts | 6 +-----
.../UpdateColumnStatisticsForPartitionCommand.ts | 6 +-----
.../UpdateColumnStatisticsForTableCommand.ts | 6 +-----
.../client-glue/commands/UpdateConnectionCommand.ts | 6 +-----
clients/client-glue/commands/UpdateCrawlerCommand.ts | 6 +-----
.../commands/UpdateCrawlerScheduleCommand.ts | 6 +-----
.../client-glue/commands/UpdateDatabaseCommand.ts | 6 +-----
.../client-glue/commands/UpdateDevEndpointCommand.ts | 6 +-----
clients/client-glue/commands/UpdateJobCommand.ts | 6 +-----
.../client-glue/commands/UpdateMLTransformCommand.ts | 6 +-----
.../client-glue/commands/UpdatePartitionCommand.ts | 6 +-----
.../client-glue/commands/UpdateRegistryCommand.ts | 6 +-----
clients/client-glue/commands/UpdateSchemaCommand.ts | 6 +-----
clients/client-glue/commands/UpdateTableCommand.ts | 6 +-----
clients/client-glue/commands/UpdateTriggerCommand.ts | 6 +-----
.../commands/UpdateUserDefinedFunctionCommand.ts | 6 +-----
.../client-glue/commands/UpdateWorkflowCommand.ts | 6 +-----
.../commands/AssociateRoleToGroupCommand.ts | 6 +-----
.../commands/AssociateServiceRoleToAccountCommand.ts | 6 +-----
.../commands/CreateConnectorDefinitionCommand.ts | 6 +-----
.../CreateConnectorDefinitionVersionCommand.ts | 6 +-----
.../commands/CreateCoreDefinitionCommand.ts | 6 +-----
.../commands/CreateCoreDefinitionVersionCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateDeviceDefinitionCommand.ts | 6 +-----
.../commands/CreateDeviceDefinitionVersionCommand.ts | 6 +-----
.../commands/CreateFunctionDefinitionCommand.ts | 6 +-----
.../CreateFunctionDefinitionVersionCommand.ts | 6 +-----
.../CreateGroupCertificateAuthorityCommand.ts | 6 +-----
.../client-greengrass/commands/CreateGroupCommand.ts | 6 +-----
.../commands/CreateGroupVersionCommand.ts | 6 +-----
.../commands/CreateLoggerDefinitionCommand.ts | 6 +-----
.../commands/CreateLoggerDefinitionVersionCommand.ts | 6 +-----
.../commands/CreateResourceDefinitionCommand.ts | 6 +-----
.../CreateResourceDefinitionVersionCommand.ts | 6 +-----
.../commands/CreateSoftwareUpdateJobCommand.ts | 6 +-----
.../commands/CreateSubscriptionDefinitionCommand.ts | 6 +-----
.../CreateSubscriptionDefinitionVersionCommand.ts | 6 +-----
.../commands/DeleteConnectorDefinitionCommand.ts | 6 +-----
.../commands/DeleteCoreDefinitionCommand.ts | 6 +-----
.../commands/DeleteDeviceDefinitionCommand.ts | 6 +-----
.../commands/DeleteFunctionDefinitionCommand.ts | 6 +-----
.../client-greengrass/commands/DeleteGroupCommand.ts | 6 +-----
.../commands/DeleteLoggerDefinitionCommand.ts | 6 +-----
.../commands/DeleteResourceDefinitionCommand.ts | 6 +-----
.../commands/DeleteSubscriptionDefinitionCommand.ts | 6 +-----
.../commands/DisassociateRoleFromGroupCommand.ts | 6 +-----
.../DisassociateServiceRoleFromAccountCommand.ts | 6 +-----
.../commands/GetAssociatedRoleCommand.ts | 6 +-----
.../commands/GetBulkDeploymentStatusCommand.ts | 6 +-----
.../commands/GetConnectivityInfoCommand.ts | 6 +-----
.../commands/GetConnectorDefinitionCommand.ts | 6 +-----
.../commands/GetConnectorDefinitionVersionCommand.ts | 6 +-----
.../commands/GetCoreDefinitionCommand.ts | 6 +-----
.../commands/GetCoreDefinitionVersionCommand.ts | 6 +-----
.../commands/GetDeploymentStatusCommand.ts | 6 +-----
.../commands/GetDeviceDefinitionCommand.ts | 6 +-----
.../commands/GetDeviceDefinitionVersionCommand.ts | 6 +-----
.../commands/GetFunctionDefinitionCommand.ts | 6 +-----
.../commands/GetFunctionDefinitionVersionCommand.ts | 6 +-----
.../commands/GetGroupCertificateAuthorityCommand.ts | 6 +-----
.../GetGroupCertificateConfigurationCommand.ts | 6 +-----
.../client-greengrass/commands/GetGroupCommand.ts | 6 +-----
.../commands/GetGroupVersionCommand.ts | 6 +-----
.../commands/GetLoggerDefinitionCommand.ts | 6 +-----
.../commands/GetLoggerDefinitionVersionCommand.ts | 6 +-----
.../commands/GetResourceDefinitionCommand.ts | 6 +-----
.../commands/GetResourceDefinitionVersionCommand.ts | 6 +-----
.../commands/GetServiceRoleForAccountCommand.ts | 6 +-----
.../commands/GetSubscriptionDefinitionCommand.ts | 6 +-----
.../GetSubscriptionDefinitionVersionCommand.ts | 6 +-----
.../commands/GetThingRuntimeConfigurationCommand.ts | 6 +-----
.../ListBulkDeploymentDetailedReportsCommand.ts | 6 +-----
.../commands/ListBulkDeploymentsCommand.ts | 6 +-----
.../ListConnectorDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListConnectorDefinitionsCommand.ts | 6 +-----
.../commands/ListCoreDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListCoreDefinitionsCommand.ts | 6 +-----
.../commands/ListDeploymentsCommand.ts | 6 +-----
.../commands/ListDeviceDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListDeviceDefinitionsCommand.ts | 6 +-----
.../ListFunctionDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListFunctionDefinitionsCommand.ts | 6 +-----
.../ListGroupCertificateAuthoritiesCommand.ts | 6 +-----
.../commands/ListGroupVersionsCommand.ts | 6 +-----
.../client-greengrass/commands/ListGroupsCommand.ts | 6 +-----
.../commands/ListLoggerDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListLoggerDefinitionsCommand.ts | 6 +-----
.../ListResourceDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListResourceDefinitionsCommand.ts | 6 +-----
.../ListSubscriptionDefinitionVersionsCommand.ts | 6 +-----
.../commands/ListSubscriptionDefinitionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ResetDeploymentsCommand.ts | 6 +-----
.../commands/StartBulkDeploymentCommand.ts | 6 +-----
.../commands/StopBulkDeploymentCommand.ts | 6 +-----
.../client-greengrass/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateConnectivityInfoCommand.ts | 6 +-----
.../commands/UpdateConnectorDefinitionCommand.ts | 6 +-----
.../commands/UpdateCoreDefinitionCommand.ts | 6 +-----
.../commands/UpdateDeviceDefinitionCommand.ts | 6 +-----
.../commands/UpdateFunctionDefinitionCommand.ts | 6 +-----
.../UpdateGroupCertificateConfigurationCommand.ts | 6 +-----
.../client-greengrass/commands/UpdateGroupCommand.ts | 6 +-----
.../commands/UpdateLoggerDefinitionCommand.ts | 6 +-----
.../commands/UpdateResourceDefinitionCommand.ts | 6 +-----
.../commands/UpdateSubscriptionDefinitionCommand.ts | 6 +-----
.../UpdateThingRuntimeConfigurationCommand.ts | 6 +-----
.../commands/CancelContactCommand.ts | 6 +-----
.../commands/CreateConfigCommand.ts | 6 +-----
.../commands/CreateDataflowEndpointGroupCommand.ts | 6 +-----
.../commands/CreateMissionProfileCommand.ts | 6 +-----
.../commands/DeleteConfigCommand.ts | 6 +-----
.../commands/DeleteDataflowEndpointGroupCommand.ts | 6 +-----
.../commands/DeleteMissionProfileCommand.ts | 6 +-----
.../commands/DescribeContactCommand.ts | 6 +-----
.../commands/GetConfigCommand.ts | 6 +-----
.../commands/GetDataflowEndpointGroupCommand.ts | 6 +-----
.../commands/GetMinuteUsageCommand.ts | 6 +-----
.../commands/GetMissionProfileCommand.ts | 6 +-----
.../commands/GetSatelliteCommand.ts | 6 +-----
.../commands/ListConfigsCommand.ts | 6 +-----
.../commands/ListContactsCommand.ts | 6 +-----
.../commands/ListDataflowEndpointGroupsCommand.ts | 6 +-----
.../commands/ListGroundStationsCommand.ts | 6 +-----
.../commands/ListMissionProfilesCommand.ts | 6 +-----
.../commands/ListSatellitesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ReserveContactCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateConfigCommand.ts | 6 +-----
.../commands/UpdateMissionProfileCommand.ts | 6 +-----
.../commands/AcceptInvitationCommand.ts | 6 +-----
.../commands/ArchiveFindingsCommand.ts | 6 +-----
.../commands/CreateDetectorCommand.ts | 6 +-----
.../client-guardduty/commands/CreateFilterCommand.ts | 6 +-----
.../client-guardduty/commands/CreateIPSetCommand.ts | 6 +-----
.../commands/CreateMembersCommand.ts | 6 +-----
.../commands/CreatePublishingDestinationCommand.ts | 6 +-----
.../commands/CreateSampleFindingsCommand.ts | 6 +-----
.../commands/CreateThreatIntelSetCommand.ts | 6 +-----
.../commands/DeclineInvitationsCommand.ts | 6 +-----
.../commands/DeleteDetectorCommand.ts | 6 +-----
.../client-guardduty/commands/DeleteFilterCommand.ts | 6 +-----
.../client-guardduty/commands/DeleteIPSetCommand.ts | 6 +-----
.../commands/DeleteInvitationsCommand.ts | 6 +-----
.../commands/DeleteMembersCommand.ts | 6 +-----
.../commands/DeletePublishingDestinationCommand.ts | 6 +-----
.../commands/DeleteThreatIntelSetCommand.ts | 6 +-----
.../DescribeOrganizationConfigurationCommand.ts | 6 +-----
.../commands/DescribePublishingDestinationCommand.ts | 6 +-----
.../DisableOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/DisassociateFromMasterAccountCommand.ts | 6 +-----
.../commands/DisassociateMembersCommand.ts | 6 +-----
.../EnableOrganizationAdminAccountCommand.ts | 6 +-----
.../client-guardduty/commands/GetDetectorCommand.ts | 6 +-----
.../client-guardduty/commands/GetFilterCommand.ts | 6 +-----
.../client-guardduty/commands/GetFindingsCommand.ts | 6 +-----
.../commands/GetFindingsStatisticsCommand.ts | 6 +-----
clients/client-guardduty/commands/GetIPSetCommand.ts | 6 +-----
.../commands/GetInvitationsCountCommand.ts | 6 +-----
.../commands/GetMasterAccountCommand.ts | 6 +-----
.../commands/GetMemberDetectorsCommand.ts | 6 +-----
.../client-guardduty/commands/GetMembersCommand.ts | 6 +-----
.../commands/GetThreatIntelSetCommand.ts | 6 +-----
.../commands/GetUsageStatisticsCommand.ts | 6 +-----
.../commands/InviteMembersCommand.ts | 6 +-----
.../commands/ListDetectorsCommand.ts | 6 +-----
.../client-guardduty/commands/ListFiltersCommand.ts | 6 +-----
.../client-guardduty/commands/ListFindingsCommand.ts | 6 +-----
.../client-guardduty/commands/ListIPSetsCommand.ts | 6 +-----
.../commands/ListInvitationsCommand.ts | 6 +-----
.../client-guardduty/commands/ListMembersCommand.ts | 6 +-----
.../commands/ListOrganizationAdminAccountsCommand.ts | 6 +-----
.../commands/ListPublishingDestinationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListThreatIntelSetsCommand.ts | 6 +-----
.../commands/StartMonitoringMembersCommand.ts | 6 +-----
.../commands/StopMonitoringMembersCommand.ts | 6 +-----
.../client-guardduty/commands/TagResourceCommand.ts | 6 +-----
.../commands/UnarchiveFindingsCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDetectorCommand.ts | 6 +-----
.../client-guardduty/commands/UpdateFilterCommand.ts | 6 +-----
.../commands/UpdateFindingsFeedbackCommand.ts | 6 +-----
.../client-guardduty/commands/UpdateIPSetCommand.ts | 6 +-----
.../commands/UpdateMemberDetectorsCommand.ts | 6 +-----
.../UpdateOrganizationConfigurationCommand.ts | 6 +-----
.../commands/UpdatePublishingDestinationCommand.ts | 6 +-----
.../commands/UpdateThreatIntelSetCommand.ts | 6 +-----
...DescribeAffectedAccountsForOrganizationCommand.ts | 6 +-----
.../commands/DescribeAffectedEntitiesCommand.ts | 6 +-----
...DescribeAffectedEntitiesForOrganizationCommand.ts | 6 +-----
.../commands/DescribeEntityAggregatesCommand.ts | 6 +-----
.../commands/DescribeEventAggregatesCommand.ts | 6 +-----
.../commands/DescribeEventDetailsCommand.ts | 6 +-----
.../DescribeEventDetailsForOrganizationCommand.ts | 6 +-----
.../commands/DescribeEventTypesCommand.ts | 6 +-----
.../client-health/commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeEventsForOrganizationCommand.ts | 6 +-----
...cribeHealthServiceStatusForOrganizationCommand.ts | 6 +-----
...sableHealthServiceAccessForOrganizationCommand.ts | 6 +-----
...nableHealthServiceAccessForOrganizationCommand.ts | 6 +-----
.../commands/CreateFHIRDatastoreCommand.ts | 6 +-----
.../commands/DeleteFHIRDatastoreCommand.ts | 6 +-----
.../commands/DescribeFHIRDatastoreCommand.ts | 6 +-----
.../commands/DescribeFHIRImportJobCommand.ts | 6 +-----
.../commands/ListFHIRDatastoresCommand.ts | 6 +-----
.../commands/StartFHIRImportJobCommand.ts | 6 +-----
.../commands/BatchCreateTableRowsCommand.ts | 6 +-----
.../commands/BatchDeleteTableRowsCommand.ts | 6 +-----
.../commands/BatchUpdateTableRowsCommand.ts | 6 +-----
.../commands/BatchUpsertTableRowsCommand.ts | 6 +-----
.../commands/DescribeTableDataImportJobCommand.ts | 6 +-----
.../commands/GetScreenDataCommand.ts | 6 +-----
.../commands/InvokeScreenAutomationCommand.ts | 6 +-----
.../commands/ListTableColumnsCommand.ts | 6 +-----
.../commands/ListTableRowsCommand.ts | 6 +-----
.../client-honeycode/commands/ListTablesCommand.ts | 6 +-----
.../commands/QueryTableRowsCommand.ts | 6 +-----
.../commands/StartTableDataImportJobCommand.ts | 6 +-----
.../AddClientIDToOpenIDConnectProviderCommand.ts | 6 +-----
.../commands/AddRoleToInstanceProfileCommand.ts | 6 +-----
clients/client-iam/commands/AddUserToGroupCommand.ts | 6 +-----
.../client-iam/commands/AttachGroupPolicyCommand.ts | 6 +-----
.../client-iam/commands/AttachRolePolicyCommand.ts | 6 +-----
.../client-iam/commands/AttachUserPolicyCommand.ts | 6 +-----
clients/client-iam/commands/ChangePasswordCommand.ts | 6 +-----
.../client-iam/commands/CreateAccessKeyCommand.ts | 6 +-----
.../client-iam/commands/CreateAccountAliasCommand.ts | 6 +-----
clients/client-iam/commands/CreateGroupCommand.ts | 6 +-----
.../commands/CreateInstanceProfileCommand.ts | 6 +-----
.../client-iam/commands/CreateLoginProfileCommand.ts | 6 +-----
.../commands/CreateOpenIDConnectProviderCommand.ts | 6 +-----
clients/client-iam/commands/CreatePolicyCommand.ts | 6 +-----
.../commands/CreatePolicyVersionCommand.ts | 6 +-----
clients/client-iam/commands/CreateRoleCommand.ts | 6 +-----
.../client-iam/commands/CreateSAMLProviderCommand.ts | 6 +-----
.../commands/CreateServiceLinkedRoleCommand.ts | 6 +-----
.../CreateServiceSpecificCredentialCommand.ts | 6 +-----
clients/client-iam/commands/CreateUserCommand.ts | 6 +-----
.../commands/CreateVirtualMFADeviceCommand.ts | 6 +-----
.../commands/DeactivateMFADeviceCommand.ts | 6 +-----
.../client-iam/commands/DeleteAccessKeyCommand.ts | 6 +-----
.../client-iam/commands/DeleteAccountAliasCommand.ts | 6 +-----
.../commands/DeleteAccountPasswordPolicyCommand.ts | 6 +-----
clients/client-iam/commands/DeleteGroupCommand.ts | 6 +-----
.../client-iam/commands/DeleteGroupPolicyCommand.ts | 6 +-----
.../commands/DeleteInstanceProfileCommand.ts | 6 +-----
.../client-iam/commands/DeleteLoginProfileCommand.ts | 6 +-----
.../commands/DeleteOpenIDConnectProviderCommand.ts | 6 +-----
clients/client-iam/commands/DeletePolicyCommand.ts | 6 +-----
.../commands/DeletePolicyVersionCommand.ts | 6 +-----
clients/client-iam/commands/DeleteRoleCommand.ts | 6 +-----
.../commands/DeleteRolePermissionsBoundaryCommand.ts | 6 +-----
.../client-iam/commands/DeleteRolePolicyCommand.ts | 6 +-----
.../client-iam/commands/DeleteSAMLProviderCommand.ts | 6 +-----
.../client-iam/commands/DeleteSSHPublicKeyCommand.ts | 6 +-----
.../commands/DeleteServerCertificateCommand.ts | 6 +-----
.../commands/DeleteServiceLinkedRoleCommand.ts | 6 +-----
.../DeleteServiceSpecificCredentialCommand.ts | 6 +-----
.../commands/DeleteSigningCertificateCommand.ts | 6 +-----
clients/client-iam/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DeleteUserPermissionsBoundaryCommand.ts | 6 +-----
.../client-iam/commands/DeleteUserPolicyCommand.ts | 6 +-----
.../commands/DeleteVirtualMFADeviceCommand.ts | 6 +-----
.../client-iam/commands/DetachGroupPolicyCommand.ts | 6 +-----
.../client-iam/commands/DetachRolePolicyCommand.ts | 6 +-----
.../client-iam/commands/DetachUserPolicyCommand.ts | 6 +-----
.../client-iam/commands/EnableMFADeviceCommand.ts | 6 +-----
.../commands/GenerateCredentialReportCommand.ts | 6 +-----
.../GenerateOrganizationsAccessReportCommand.ts | 6 +-----
.../GenerateServiceLastAccessedDetailsCommand.ts | 6 +-----
.../commands/GetAccessKeyLastUsedCommand.ts | 6 +-----
.../GetAccountAuthorizationDetailsCommand.ts | 6 +-----
.../commands/GetAccountPasswordPolicyCommand.ts | 6 +-----
.../client-iam/commands/GetAccountSummaryCommand.ts | 6 +-----
.../commands/GetContextKeysForCustomPolicyCommand.ts | 6 +-----
.../GetContextKeysForPrincipalPolicyCommand.ts | 6 +-----
.../commands/GetCredentialReportCommand.ts | 6 +-----
clients/client-iam/commands/GetGroupCommand.ts | 6 +-----
clients/client-iam/commands/GetGroupPolicyCommand.ts | 6 +-----
.../client-iam/commands/GetInstanceProfileCommand.ts | 6 +-----
.../client-iam/commands/GetLoginProfileCommand.ts | 6 +-----
.../commands/GetOpenIDConnectProviderCommand.ts | 6 +-----
.../commands/GetOrganizationsAccessReportCommand.ts | 6 +-----
clients/client-iam/commands/GetPolicyCommand.ts | 6 +-----
.../client-iam/commands/GetPolicyVersionCommand.ts | 6 +-----
clients/client-iam/commands/GetRoleCommand.ts | 6 +-----
clients/client-iam/commands/GetRolePolicyCommand.ts | 6 +-----
.../client-iam/commands/GetSAMLProviderCommand.ts | 6 +-----
.../client-iam/commands/GetSSHPublicKeyCommand.ts | 6 +-----
.../commands/GetServerCertificateCommand.ts | 6 +-----
.../commands/GetServiceLastAccessedDetailsCommand.ts | 6 +-----
...tServiceLastAccessedDetailsWithEntitiesCommand.ts | 6 +-----
.../GetServiceLinkedRoleDeletionStatusCommand.ts | 6 +-----
clients/client-iam/commands/GetUserCommand.ts | 6 +-----
clients/client-iam/commands/GetUserPolicyCommand.ts | 6 +-----
clients/client-iam/commands/ListAccessKeysCommand.ts | 6 +-----
.../client-iam/commands/ListAccountAliasesCommand.ts | 6 +-----
.../commands/ListAttachedGroupPoliciesCommand.ts | 6 +-----
.../commands/ListAttachedRolePoliciesCommand.ts | 6 +-----
.../commands/ListAttachedUserPoliciesCommand.ts | 6 +-----
.../commands/ListEntitiesForPolicyCommand.ts | 6 +-----
.../client-iam/commands/ListGroupPoliciesCommand.ts | 6 +-----
clients/client-iam/commands/ListGroupsCommand.ts | 6 +-----
.../client-iam/commands/ListGroupsForUserCommand.ts | 6 +-----
.../commands/ListInstanceProfilesCommand.ts | 6 +-----
.../commands/ListInstanceProfilesForRoleCommand.ts | 6 +-----
clients/client-iam/commands/ListMFADevicesCommand.ts | 6 +-----
.../commands/ListOpenIDConnectProvidersCommand.ts | 6 +-----
clients/client-iam/commands/ListPoliciesCommand.ts | 6 +-----
.../ListPoliciesGrantingServiceAccessCommand.ts | 6 +-----
.../client-iam/commands/ListPolicyVersionsCommand.ts | 6 +-----
.../client-iam/commands/ListRolePoliciesCommand.ts | 6 +-----
clients/client-iam/commands/ListRoleTagsCommand.ts | 6 +-----
clients/client-iam/commands/ListRolesCommand.ts | 6 +-----
.../client-iam/commands/ListSAMLProvidersCommand.ts | 6 +-----
.../client-iam/commands/ListSSHPublicKeysCommand.ts | 6 +-----
.../commands/ListServerCertificatesCommand.ts | 6 +-----
.../ListServiceSpecificCredentialsCommand.ts | 6 +-----
.../commands/ListSigningCertificatesCommand.ts | 6 +-----
.../client-iam/commands/ListUserPoliciesCommand.ts | 6 +-----
clients/client-iam/commands/ListUserTagsCommand.ts | 6 +-----
clients/client-iam/commands/ListUsersCommand.ts | 6 +-----
.../commands/ListVirtualMFADevicesCommand.ts | 6 +-----
clients/client-iam/commands/PutGroupPolicyCommand.ts | 6 +-----
.../commands/PutRolePermissionsBoundaryCommand.ts | 6 +-----
clients/client-iam/commands/PutRolePolicyCommand.ts | 6 +-----
.../commands/PutUserPermissionsBoundaryCommand.ts | 6 +-----
clients/client-iam/commands/PutUserPolicyCommand.ts | 6 +-----
...RemoveClientIDFromOpenIDConnectProviderCommand.ts | 6 +-----
.../commands/RemoveRoleFromInstanceProfileCommand.ts | 6 +-----
.../commands/RemoveUserFromGroupCommand.ts | 6 +-----
.../ResetServiceSpecificCredentialCommand.ts | 6 +-----
.../client-iam/commands/ResyncMFADeviceCommand.ts | 6 +-----
.../commands/SetDefaultPolicyVersionCommand.ts | 6 +-----
.../SetSecurityTokenServicePreferencesCommand.ts | 6 +-----
.../commands/SimulateCustomPolicyCommand.ts | 6 +-----
.../commands/SimulatePrincipalPolicyCommand.ts | 6 +-----
clients/client-iam/commands/TagRoleCommand.ts | 6 +-----
clients/client-iam/commands/TagUserCommand.ts | 6 +-----
clients/client-iam/commands/UntagRoleCommand.ts | 6 +-----
clients/client-iam/commands/UntagUserCommand.ts | 6 +-----
.../client-iam/commands/UpdateAccessKeyCommand.ts | 6 +-----
.../commands/UpdateAccountPasswordPolicyCommand.ts | 6 +-----
.../commands/UpdateAssumeRolePolicyCommand.ts | 6 +-----
clients/client-iam/commands/UpdateGroupCommand.ts | 6 +-----
.../client-iam/commands/UpdateLoginProfileCommand.ts | 6 +-----
.../UpdateOpenIDConnectProviderThumbprintCommand.ts | 6 +-----
clients/client-iam/commands/UpdateRoleCommand.ts | 6 +-----
.../commands/UpdateRoleDescriptionCommand.ts | 6 +-----
.../client-iam/commands/UpdateSAMLProviderCommand.ts | 6 +-----
.../client-iam/commands/UpdateSSHPublicKeyCommand.ts | 6 +-----
.../commands/UpdateServerCertificateCommand.ts | 6 +-----
.../UpdateServiceSpecificCredentialCommand.ts | 6 +-----
.../commands/UpdateSigningCertificateCommand.ts | 6 +-----
clients/client-iam/commands/UpdateUserCommand.ts | 6 +-----
.../client-iam/commands/UploadSSHPublicKeyCommand.ts | 6 +-----
.../commands/UploadServerCertificateCommand.ts | 6 +-----
.../commands/UploadSigningCertificateCommand.ts | 6 +-----
.../commands/DescribeGroupCommand.ts | 6 +-----
.../commands/DescribeUserCommand.ts | 6 +-----
.../commands/ListGroupsCommand.ts | 6 +-----
.../commands/ListUsersCommand.ts | 6 +-----
.../commands/CancelImageCreationCommand.ts | 6 +-----
.../commands/CreateComponentCommand.ts | 6 +-----
.../CreateDistributionConfigurationCommand.ts | 6 +-----
.../commands/CreateImageCommand.ts | 6 +-----
.../commands/CreateImagePipelineCommand.ts | 6 +-----
.../commands/CreateImageRecipeCommand.ts | 6 +-----
.../CreateInfrastructureConfigurationCommand.ts | 6 +-----
.../commands/DeleteComponentCommand.ts | 6 +-----
.../DeleteDistributionConfigurationCommand.ts | 6 +-----
.../commands/DeleteImageCommand.ts | 6 +-----
.../commands/DeleteImagePipelineCommand.ts | 6 +-----
.../commands/DeleteImageRecipeCommand.ts | 6 +-----
.../DeleteInfrastructureConfigurationCommand.ts | 6 +-----
.../commands/GetComponentCommand.ts | 6 +-----
.../commands/GetComponentPolicyCommand.ts | 6 +-----
.../commands/GetDistributionConfigurationCommand.ts | 6 +-----
.../client-imagebuilder/commands/GetImageCommand.ts | 6 +-----
.../commands/GetImagePipelineCommand.ts | 6 +-----
.../commands/GetImagePolicyCommand.ts | 6 +-----
.../commands/GetImageRecipeCommand.ts | 6 +-----
.../commands/GetImageRecipePolicyCommand.ts | 6 +-----
.../GetInfrastructureConfigurationCommand.ts | 6 +-----
.../commands/ImportComponentCommand.ts | 6 +-----
.../commands/ListComponentBuildVersionsCommand.ts | 6 +-----
.../commands/ListComponentsCommand.ts | 6 +-----
.../ListDistributionConfigurationsCommand.ts | 6 +-----
.../commands/ListImageBuildVersionsCommand.ts | 6 +-----
.../commands/ListImagePipelineImagesCommand.ts | 6 +-----
.../commands/ListImagePipelinesCommand.ts | 6 +-----
.../commands/ListImageRecipesCommand.ts | 6 +-----
.../commands/ListImagesCommand.ts | 6 +-----
.../ListInfrastructureConfigurationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutComponentPolicyCommand.ts | 6 +-----
.../commands/PutImagePolicyCommand.ts | 6 +-----
.../commands/PutImageRecipePolicyCommand.ts | 6 +-----
.../commands/StartImagePipelineExecutionCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateDistributionConfigurationCommand.ts | 6 +-----
.../commands/UpdateImagePipelineCommand.ts | 6 +-----
.../UpdateInfrastructureConfigurationCommand.ts | 6 +-----
.../commands/AddAttributesToFindingsCommand.ts | 6 +-----
.../commands/CreateAssessmentTargetCommand.ts | 6 +-----
.../commands/CreateAssessmentTemplateCommand.ts | 6 +-----
.../commands/CreateExclusionsPreviewCommand.ts | 6 +-----
.../commands/CreateResourceGroupCommand.ts | 6 +-----
.../commands/DeleteAssessmentRunCommand.ts | 6 +-----
.../commands/DeleteAssessmentTargetCommand.ts | 6 +-----
.../commands/DeleteAssessmentTemplateCommand.ts | 6 +-----
.../commands/DescribeAssessmentRunsCommand.ts | 6 +-----
.../commands/DescribeAssessmentTargetsCommand.ts | 6 +-----
.../commands/DescribeAssessmentTemplatesCommand.ts | 6 +-----
.../DescribeCrossAccountAccessRoleCommand.ts | 6 +-----
.../commands/DescribeExclusionsCommand.ts | 6 +-----
.../commands/DescribeFindingsCommand.ts | 6 +-----
.../commands/DescribeResourceGroupsCommand.ts | 6 +-----
.../commands/DescribeRulesPackagesCommand.ts | 6 +-----
.../commands/GetAssessmentReportCommand.ts | 6 +-----
.../commands/GetExclusionsPreviewCommand.ts | 6 +-----
.../commands/GetTelemetryMetadataCommand.ts | 6 +-----
.../commands/ListAssessmentRunAgentsCommand.ts | 6 +-----
.../commands/ListAssessmentRunsCommand.ts | 6 +-----
.../commands/ListAssessmentTargetsCommand.ts | 6 +-----
.../commands/ListAssessmentTemplatesCommand.ts | 6 +-----
.../commands/ListEventSubscriptionsCommand.ts | 6 +-----
.../commands/ListExclusionsCommand.ts | 6 +-----
.../client-inspector/commands/ListFindingsCommand.ts | 6 +-----
.../commands/ListRulesPackagesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PreviewAgentsCommand.ts | 6 +-----
.../RegisterCrossAccountAccessRoleCommand.ts | 6 +-----
.../commands/RemoveAttributesFromFindingsCommand.ts | 6 +-----
.../commands/SetTagsForResourceCommand.ts | 6 +-----
.../commands/StartAssessmentRunCommand.ts | 6 +-----
.../commands/StopAssessmentRunCommand.ts | 6 +-----
.../commands/SubscribeToEventCommand.ts | 6 +-----
.../commands/UnsubscribeFromEventCommand.ts | 6 +-----
.../commands/UpdateAssessmentTargetCommand.ts | 6 +-----
.../commands/ClaimDevicesByClaimCodeCommand.ts | 6 +-----
.../commands/DescribeDeviceCommand.ts | 6 +-----
.../commands/FinalizeDeviceClaimCommand.ts | 6 +-----
.../commands/GetDeviceMethodsCommand.ts | 6 +-----
.../commands/InitiateDeviceClaimCommand.ts | 6 +-----
.../commands/InvokeDeviceMethodCommand.ts | 6 +-----
.../commands/ListDeviceEventsCommand.ts | 6 +-----
.../commands/ListDevicesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UnclaimDeviceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDeviceStateCommand.ts | 6 +-----
.../commands/AssociateDeviceWithPlacementCommand.ts | 6 +-----
.../commands/CreatePlacementCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/DeletePlacementCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DescribePlacementCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../DisassociateDeviceFromPlacementCommand.ts | 6 +-----
.../commands/GetDevicesInPlacementCommand.ts | 6 +-----
.../commands/ListPlacementsCommand.ts | 6 +-----
.../commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdatePlacementCommand.ts | 6 +-----
.../commands/UpdateProjectCommand.ts | 6 +-----
.../commands/DeleteThingShadowCommand.ts | 6 +-----
.../commands/GetThingShadowCommand.ts | 6 +-----
.../commands/ListNamedShadowsForThingCommand.ts | 6 +-----
.../client-iot-data-plane/commands/PublishCommand.ts | 6 +-----
.../commands/UpdateThingShadowCommand.ts | 6 +-----
.../commands/BatchPutMessageCommand.ts | 6 +-----
.../commands/BatchUpdateDetectorCommand.ts | 6 +-----
.../commands/DescribeDetectorCommand.ts | 6 +-----
.../commands/ListDetectorsCommand.ts | 6 +-----
.../commands/CreateDetectorModelCommand.ts | 6 +-----
.../client-iot-events/commands/CreateInputCommand.ts | 6 +-----
.../commands/DeleteDetectorModelCommand.ts | 6 +-----
.../client-iot-events/commands/DeleteInputCommand.ts | 6 +-----
.../commands/DescribeDetectorModelCommand.ts | 6 +-----
.../commands/DescribeInputCommand.ts | 6 +-----
.../commands/DescribeLoggingOptionsCommand.ts | 6 +-----
.../commands/ListDetectorModelVersionsCommand.ts | 6 +-----
.../commands/ListDetectorModelsCommand.ts | 6 +-----
.../client-iot-events/commands/ListInputsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutLoggingOptionsCommand.ts | 6 +-----
.../client-iot-events/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDetectorModelCommand.ts | 6 +-----
.../client-iot-events/commands/UpdateInputCommand.ts | 6 +-----
.../commands/DescribeJobExecutionCommand.ts | 6 +-----
.../commands/GetPendingJobExecutionsCommand.ts | 6 +-----
.../commands/StartNextPendingJobExecutionCommand.ts | 6 +-----
.../commands/UpdateJobExecutionCommand.ts | 6 +-----
.../commands/AcceptCertificateTransferCommand.ts | 6 +-----
.../commands/AddThingToBillingGroupCommand.ts | 6 +-----
.../commands/AddThingToThingGroupCommand.ts | 6 +-----
.../commands/AssociateTargetsWithJobCommand.ts | 6 +-----
clients/client-iot/commands/AttachPolicyCommand.ts | 6 +-----
.../commands/AttachPrincipalPolicyCommand.ts | 6 +-----
.../commands/AttachSecurityProfileCommand.ts | 6 +-----
.../commands/AttachThingPrincipalCommand.ts | 6 +-----
.../CancelAuditMitigationActionsTaskCommand.ts | 6 +-----
.../client-iot/commands/CancelAuditTaskCommand.ts | 6 +-----
.../commands/CancelCertificateTransferCommand.ts | 6 +-----
clients/client-iot/commands/CancelJobCommand.ts | 6 +-----
.../client-iot/commands/CancelJobExecutionCommand.ts | 6 +-----
.../commands/ClearDefaultAuthorizerCommand.ts | 6 +-----
.../commands/ConfirmTopicRuleDestinationCommand.ts | 6 +-----
.../commands/CreateAuditSuppressionCommand.ts | 6 +-----
.../client-iot/commands/CreateAuthorizerCommand.ts | 6 +-----
.../client-iot/commands/CreateBillingGroupCommand.ts | 6 +-----
.../commands/CreateCertificateFromCsrCommand.ts | 6 +-----
.../client-iot/commands/CreateDimensionCommand.ts | 6 +-----
.../commands/CreateDomainConfigurationCommand.ts | 6 +-----
.../commands/CreateDynamicThingGroupCommand.ts | 6 +-----
clients/client-iot/commands/CreateJobCommand.ts | 6 +-----
.../commands/CreateKeysAndCertificateCommand.ts | 6 +-----
.../commands/CreateMitigationActionCommand.ts | 6 +-----
.../client-iot/commands/CreateOTAUpdateCommand.ts | 6 +-----
clients/client-iot/commands/CreatePolicyCommand.ts | 6 +-----
.../commands/CreatePolicyVersionCommand.ts | 6 +-----
.../commands/CreateProvisioningClaimCommand.ts | 6 +-----
.../commands/CreateProvisioningTemplateCommand.ts | 6 +-----
.../CreateProvisioningTemplateVersionCommand.ts | 6 +-----
.../client-iot/commands/CreateRoleAliasCommand.ts | 6 +-----
.../commands/CreateScheduledAuditCommand.ts | 6 +-----
.../commands/CreateSecurityProfileCommand.ts | 6 +-----
clients/client-iot/commands/CreateStreamCommand.ts | 6 +-----
clients/client-iot/commands/CreateThingCommand.ts | 6 +-----
.../client-iot/commands/CreateThingGroupCommand.ts | 6 +-----
.../client-iot/commands/CreateThingTypeCommand.ts | 6 +-----
.../client-iot/commands/CreateTopicRuleCommand.ts | 6 +-----
.../commands/CreateTopicRuleDestinationCommand.ts | 6 +-----
.../DeleteAccountAuditConfigurationCommand.ts | 6 +-----
.../commands/DeleteAuditSuppressionCommand.ts | 6 +-----
.../client-iot/commands/DeleteAuthorizerCommand.ts | 6 +-----
.../client-iot/commands/DeleteBillingGroupCommand.ts | 6 +-----
.../commands/DeleteCACertificateCommand.ts | 6 +-----
.../client-iot/commands/DeleteCertificateCommand.ts | 6 +-----
.../client-iot/commands/DeleteDimensionCommand.ts | 6 +-----
.../commands/DeleteDomainConfigurationCommand.ts | 6 +-----
.../commands/DeleteDynamicThingGroupCommand.ts | 6 +-----
clients/client-iot/commands/DeleteJobCommand.ts | 6 +-----
.../client-iot/commands/DeleteJobExecutionCommand.ts | 6 +-----
.../commands/DeleteMitigationActionCommand.ts | 6 +-----
.../client-iot/commands/DeleteOTAUpdateCommand.ts | 6 +-----
clients/client-iot/commands/DeletePolicyCommand.ts | 6 +-----
.../commands/DeletePolicyVersionCommand.ts | 6 +-----
.../commands/DeleteProvisioningTemplateCommand.ts | 6 +-----
.../DeleteProvisioningTemplateVersionCommand.ts | 6 +-----
.../commands/DeleteRegistrationCodeCommand.ts | 6 +-----
.../client-iot/commands/DeleteRoleAliasCommand.ts | 6 +-----
.../commands/DeleteScheduledAuditCommand.ts | 6 +-----
.../commands/DeleteSecurityProfileCommand.ts | 6 +-----
clients/client-iot/commands/DeleteStreamCommand.ts | 6 +-----
clients/client-iot/commands/DeleteThingCommand.ts | 6 +-----
.../client-iot/commands/DeleteThingGroupCommand.ts | 6 +-----
.../client-iot/commands/DeleteThingTypeCommand.ts | 6 +-----
.../client-iot/commands/DeleteTopicRuleCommand.ts | 6 +-----
.../commands/DeleteTopicRuleDestinationCommand.ts | 6 +-----
.../commands/DeleteV2LoggingLevelCommand.ts | 6 +-----
.../client-iot/commands/DeprecateThingTypeCommand.ts | 6 +-----
.../DescribeAccountAuditConfigurationCommand.ts | 6 +-----
.../commands/DescribeAuditFindingCommand.ts | 6 +-----
.../DescribeAuditMitigationActionsTaskCommand.ts | 6 +-----
.../commands/DescribeAuditSuppressionCommand.ts | 6 +-----
.../client-iot/commands/DescribeAuditTaskCommand.ts | 6 +-----
.../client-iot/commands/DescribeAuthorizerCommand.ts | 6 +-----
.../commands/DescribeBillingGroupCommand.ts | 6 +-----
.../commands/DescribeCACertificateCommand.ts | 6 +-----
.../commands/DescribeCertificateCommand.ts | 6 +-----
.../commands/DescribeDefaultAuthorizerCommand.ts | 6 +-----
.../client-iot/commands/DescribeDimensionCommand.ts | 6 +-----
.../commands/DescribeDomainConfigurationCommand.ts | 6 +-----
.../client-iot/commands/DescribeEndpointCommand.ts | 6 +-----
.../commands/DescribeEventConfigurationsCommand.ts | 6 +-----
clients/client-iot/commands/DescribeIndexCommand.ts | 6 +-----
clients/client-iot/commands/DescribeJobCommand.ts | 6 +-----
.../commands/DescribeJobExecutionCommand.ts | 6 +-----
.../commands/DescribeMitigationActionCommand.ts | 6 +-----
.../commands/DescribeProvisioningTemplateCommand.ts | 6 +-----
.../DescribeProvisioningTemplateVersionCommand.ts | 6 +-----
.../client-iot/commands/DescribeRoleAliasCommand.ts | 6 +-----
.../commands/DescribeScheduledAuditCommand.ts | 6 +-----
.../commands/DescribeSecurityProfileCommand.ts | 6 +-----
clients/client-iot/commands/DescribeStreamCommand.ts | 6 +-----
clients/client-iot/commands/DescribeThingCommand.ts | 6 +-----
.../client-iot/commands/DescribeThingGroupCommand.ts | 6 +-----
.../commands/DescribeThingRegistrationTaskCommand.ts | 6 +-----
.../client-iot/commands/DescribeThingTypeCommand.ts | 6 +-----
clients/client-iot/commands/DetachPolicyCommand.ts | 6 +-----
.../commands/DetachPrincipalPolicyCommand.ts | 6 +-----
.../commands/DetachSecurityProfileCommand.ts | 6 +-----
.../commands/DetachThingPrincipalCommand.ts | 6 +-----
.../client-iot/commands/DisableTopicRuleCommand.ts | 6 +-----
.../client-iot/commands/EnableTopicRuleCommand.ts | 6 +-----
clients/client-iot/commands/GetCardinalityCommand.ts | 6 +-----
.../commands/GetEffectivePoliciesCommand.ts | 6 +-----
.../commands/GetIndexingConfigurationCommand.ts | 6 +-----
clients/client-iot/commands/GetJobDocumentCommand.ts | 6 +-----
.../client-iot/commands/GetLoggingOptionsCommand.ts | 6 +-----
clients/client-iot/commands/GetOTAUpdateCommand.ts | 6 +-----
clients/client-iot/commands/GetPercentilesCommand.ts | 6 +-----
clients/client-iot/commands/GetPolicyCommand.ts | 6 +-----
.../client-iot/commands/GetPolicyVersionCommand.ts | 6 +-----
.../commands/GetRegistrationCodeCommand.ts | 6 +-----
clients/client-iot/commands/GetStatisticsCommand.ts | 6 +-----
clients/client-iot/commands/GetTopicRuleCommand.ts | 6 +-----
.../commands/GetTopicRuleDestinationCommand.ts | 6 +-----
.../commands/GetV2LoggingOptionsCommand.ts | 6 +-----
.../commands/ListActiveViolationsCommand.ts | 6 +-----
.../commands/ListAttachedPoliciesCommand.ts | 6 +-----
.../client-iot/commands/ListAuditFindingsCommand.ts | 6 +-----
.../ListAuditMitigationActionsExecutionsCommand.ts | 6 +-----
.../ListAuditMitigationActionsTasksCommand.ts | 6 +-----
.../commands/ListAuditSuppressionsCommand.ts | 6 +-----
clients/client-iot/commands/ListAuditTasksCommand.ts | 6 +-----
.../client-iot/commands/ListAuthorizersCommand.ts | 6 +-----
.../client-iot/commands/ListBillingGroupsCommand.ts | 6 +-----
.../client-iot/commands/ListCACertificatesCommand.ts | 6 +-----
.../commands/ListCertificatesByCACommand.ts | 6 +-----
.../client-iot/commands/ListCertificatesCommand.ts | 6 +-----
clients/client-iot/commands/ListDimensionsCommand.ts | 6 +-----
.../commands/ListDomainConfigurationsCommand.ts | 6 +-----
clients/client-iot/commands/ListIndicesCommand.ts | 6 +-----
.../commands/ListJobExecutionsForJobCommand.ts | 6 +-----
.../commands/ListJobExecutionsForThingCommand.ts | 6 +-----
clients/client-iot/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListMitigationActionsCommand.ts | 6 +-----
clients/client-iot/commands/ListOTAUpdatesCommand.ts | 6 +-----
.../commands/ListOutgoingCertificatesCommand.ts | 6 +-----
clients/client-iot/commands/ListPoliciesCommand.ts | 6 +-----
.../commands/ListPolicyPrincipalsCommand.ts | 6 +-----
.../client-iot/commands/ListPolicyVersionsCommand.ts | 6 +-----
.../commands/ListPrincipalPoliciesCommand.ts | 6 +-----
.../commands/ListPrincipalThingsCommand.ts | 6 +-----
.../ListProvisioningTemplateVersionsCommand.ts | 6 +-----
.../commands/ListProvisioningTemplatesCommand.ts | 6 +-----
.../client-iot/commands/ListRoleAliasesCommand.ts | 6 +-----
.../commands/ListScheduledAuditsCommand.ts | 6 +-----
.../commands/ListSecurityProfilesCommand.ts | 6 +-----
.../commands/ListSecurityProfilesForTargetCommand.ts | 6 +-----
clients/client-iot/commands/ListStreamsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTargetsForPolicyCommand.ts | 6 +-----
.../commands/ListTargetsForSecurityProfileCommand.ts | 6 +-----
.../client-iot/commands/ListThingGroupsCommand.ts | 6 +-----
.../commands/ListThingGroupsForThingCommand.ts | 6 +-----
.../commands/ListThingPrincipalsCommand.ts | 6 +-----
.../ListThingRegistrationTaskReportsCommand.ts | 6 +-----
.../commands/ListThingRegistrationTasksCommand.ts | 6 +-----
clients/client-iot/commands/ListThingTypesCommand.ts | 6 +-----
clients/client-iot/commands/ListThingsCommand.ts | 6 +-----
.../commands/ListThingsInBillingGroupCommand.ts | 6 +-----
.../commands/ListThingsInThingGroupCommand.ts | 6 +-----
.../commands/ListTopicRuleDestinationsCommand.ts | 6 +-----
clients/client-iot/commands/ListTopicRulesCommand.ts | 6 +-----
.../commands/ListV2LoggingLevelsCommand.ts | 6 +-----
.../commands/ListViolationEventsCommand.ts | 6 +-----
.../commands/RegisterCACertificateCommand.ts | 6 +-----
.../commands/RegisterCertificateCommand.ts | 6 +-----
.../commands/RegisterCertificateWithoutCACommand.ts | 6 +-----
clients/client-iot/commands/RegisterThingCommand.ts | 6 +-----
.../commands/RejectCertificateTransferCommand.ts | 6 +-----
.../commands/RemoveThingFromBillingGroupCommand.ts | 6 +-----
.../commands/RemoveThingFromThingGroupCommand.ts | 6 +-----
.../client-iot/commands/ReplaceTopicRuleCommand.ts | 6 +-----
clients/client-iot/commands/SearchIndexCommand.ts | 6 +-----
.../commands/SetDefaultAuthorizerCommand.ts | 6 +-----
.../commands/SetDefaultPolicyVersionCommand.ts | 6 +-----
.../client-iot/commands/SetLoggingOptionsCommand.ts | 6 +-----
.../client-iot/commands/SetV2LoggingLevelCommand.ts | 6 +-----
.../commands/SetV2LoggingOptionsCommand.ts | 6 +-----
.../StartAuditMitigationActionsTaskCommand.ts | 6 +-----
.../commands/StartOnDemandAuditTaskCommand.ts | 6 +-----
.../commands/StartThingRegistrationTaskCommand.ts | 6 +-----
.../commands/StopThingRegistrationTaskCommand.ts | 6 +-----
clients/client-iot/commands/TagResourceCommand.ts | 6 +-----
.../client-iot/commands/TestAuthorizationCommand.ts | 6 +-----
.../commands/TestInvokeAuthorizerCommand.ts | 6 +-----
.../commands/TransferCertificateCommand.ts | 6 +-----
clients/client-iot/commands/UntagResourceCommand.ts | 6 +-----
.../UpdateAccountAuditConfigurationCommand.ts | 6 +-----
.../commands/UpdateAuditSuppressionCommand.ts | 6 +-----
.../client-iot/commands/UpdateAuthorizerCommand.ts | 6 +-----
.../client-iot/commands/UpdateBillingGroupCommand.ts | 6 +-----
.../commands/UpdateCACertificateCommand.ts | 6 +-----
.../client-iot/commands/UpdateCertificateCommand.ts | 6 +-----
.../client-iot/commands/UpdateDimensionCommand.ts | 6 +-----
.../commands/UpdateDomainConfigurationCommand.ts | 6 +-----
.../commands/UpdateDynamicThingGroupCommand.ts | 6 +-----
.../commands/UpdateEventConfigurationsCommand.ts | 6 +-----
.../commands/UpdateIndexingConfigurationCommand.ts | 6 +-----
clients/client-iot/commands/UpdateJobCommand.ts | 6 +-----
.../commands/UpdateMitigationActionCommand.ts | 6 +-----
.../commands/UpdateProvisioningTemplateCommand.ts | 6 +-----
.../client-iot/commands/UpdateRoleAliasCommand.ts | 6 +-----
.../commands/UpdateScheduledAuditCommand.ts | 6 +-----
.../commands/UpdateSecurityProfileCommand.ts | 6 +-----
clients/client-iot/commands/UpdateStreamCommand.ts | 6 +-----
clients/client-iot/commands/UpdateThingCommand.ts | 6 +-----
.../client-iot/commands/UpdateThingGroupCommand.ts | 6 +-----
.../commands/UpdateThingGroupsForThingCommand.ts | 6 +-----
.../commands/UpdateTopicRuleDestinationCommand.ts | 6 +-----
.../ValidateSecurityProfileBehaviorsCommand.ts | 6 +-----
.../commands/BatchPutMessageCommand.ts | 6 +-----
.../commands/CancelPipelineReprocessingCommand.ts | 6 +-----
.../commands/CreateChannelCommand.ts | 6 +-----
.../commands/CreateDatasetCommand.ts | 6 +-----
.../commands/CreateDatasetContentCommand.ts | 6 +-----
.../commands/CreateDatastoreCommand.ts | 6 +-----
.../commands/CreatePipelineCommand.ts | 6 +-----
.../commands/DeleteChannelCommand.ts | 6 +-----
.../commands/DeleteDatasetCommand.ts | 6 +-----
.../commands/DeleteDatasetContentCommand.ts | 6 +-----
.../commands/DeleteDatastoreCommand.ts | 6 +-----
.../commands/DeletePipelineCommand.ts | 6 +-----
.../commands/DescribeChannelCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../commands/DescribeDatastoreCommand.ts | 6 +-----
.../commands/DescribeLoggingOptionsCommand.ts | 6 +-----
.../commands/DescribePipelineCommand.ts | 6 +-----
.../commands/GetDatasetContentCommand.ts | 6 +-----
.../commands/ListChannelsCommand.ts | 6 +-----
.../commands/ListDatasetContentsCommand.ts | 6 +-----
.../commands/ListDatasetsCommand.ts | 6 +-----
.../commands/ListDatastoresCommand.ts | 6 +-----
.../commands/ListPipelinesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutLoggingOptionsCommand.ts | 6 +-----
.../commands/RunPipelineActivityCommand.ts | 6 +-----
.../commands/SampleChannelDataCommand.ts | 6 +-----
.../commands/StartPipelineReprocessingCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateChannelCommand.ts | 6 +-----
.../commands/UpdateDatasetCommand.ts | 6 +-----
.../commands/UpdateDatastoreCommand.ts | 6 +-----
.../commands/UpdatePipelineCommand.ts | 6 +-----
.../commands/CloseTunnelCommand.ts | 6 +-----
.../commands/DescribeTunnelCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTunnelsCommand.ts | 6 +-----
.../commands/OpenTunnelCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/AssociateAssetsCommand.ts | 6 +-----
.../commands/BatchAssociateProjectAssetsCommand.ts | 6 +-----
.../BatchDisassociateProjectAssetsCommand.ts | 6 +-----
.../commands/BatchPutAssetPropertyValueCommand.ts | 6 +-----
.../commands/CreateAccessPolicyCommand.ts | 6 +-----
.../commands/CreateAssetCommand.ts | 6 +-----
.../commands/CreateAssetModelCommand.ts | 6 +-----
.../commands/CreateDashboardCommand.ts | 6 +-----
.../commands/CreateGatewayCommand.ts | 6 +-----
.../commands/CreatePortalCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/DeleteAccessPolicyCommand.ts | 6 +-----
.../commands/DeleteAssetCommand.ts | 6 +-----
.../commands/DeleteAssetModelCommand.ts | 6 +-----
.../commands/DeleteDashboardCommand.ts | 6 +-----
.../commands/DeleteGatewayCommand.ts | 6 +-----
.../commands/DeletePortalCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DescribeAccessPolicyCommand.ts | 6 +-----
.../commands/DescribeAssetCommand.ts | 6 +-----
.../commands/DescribeAssetModelCommand.ts | 6 +-----
.../commands/DescribeAssetPropertyCommand.ts | 6 +-----
.../commands/DescribeDashboardCommand.ts | 6 +-----
.../DescribeDefaultEncryptionConfigurationCommand.ts | 6 +-----
.../DescribeGatewayCapabilityConfigurationCommand.ts | 6 +-----
.../commands/DescribeGatewayCommand.ts | 6 +-----
.../commands/DescribeLoggingOptionsCommand.ts | 6 +-----
.../commands/DescribePortalCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../commands/DisassociateAssetsCommand.ts | 6 +-----
.../commands/GetAssetPropertyAggregatesCommand.ts | 6 +-----
.../commands/GetAssetPropertyValueCommand.ts | 6 +-----
.../commands/GetAssetPropertyValueHistoryCommand.ts | 6 +-----
.../commands/ListAccessPoliciesCommand.ts | 6 +-----
.../commands/ListAssetModelsCommand.ts | 6 +-----
.../commands/ListAssetRelationshipsCommand.ts | 6 +-----
.../client-iotsitewise/commands/ListAssetsCommand.ts | 6 +-----
.../commands/ListAssociatedAssetsCommand.ts | 6 +-----
.../commands/ListDashboardsCommand.ts | 6 +-----
.../commands/ListGatewaysCommand.ts | 6 +-----
.../commands/ListPortalsCommand.ts | 6 +-----
.../commands/ListProjectAssetsCommand.ts | 6 +-----
.../commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutDefaultEncryptionConfigurationCommand.ts | 6 +-----
.../commands/PutLoggingOptionsCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAccessPolicyCommand.ts | 6 +-----
.../commands/UpdateAssetCommand.ts | 6 +-----
.../commands/UpdateAssetModelCommand.ts | 6 +-----
.../commands/UpdateAssetPropertyCommand.ts | 6 +-----
.../commands/UpdateDashboardCommand.ts | 6 +-----
.../UpdateGatewayCapabilityConfigurationCommand.ts | 6 +-----
.../commands/UpdateGatewayCommand.ts | 6 +-----
.../commands/UpdatePortalCommand.ts | 6 +-----
.../commands/UpdateProjectCommand.ts | 6 +-----
.../commands/AssociateEntityToThingCommand.ts | 6 +-----
.../commands/CreateFlowTemplateCommand.ts | 6 +-----
.../commands/CreateSystemInstanceCommand.ts | 6 +-----
.../commands/CreateSystemTemplateCommand.ts | 6 +-----
.../commands/DeleteFlowTemplateCommand.ts | 6 +-----
.../commands/DeleteNamespaceCommand.ts | 6 +-----
.../commands/DeleteSystemInstanceCommand.ts | 6 +-----
.../commands/DeleteSystemTemplateCommand.ts | 6 +-----
.../commands/DeploySystemInstanceCommand.ts | 6 +-----
.../commands/DeprecateFlowTemplateCommand.ts | 6 +-----
.../commands/DeprecateSystemTemplateCommand.ts | 6 +-----
.../commands/DescribeNamespaceCommand.ts | 6 +-----
.../commands/DissociateEntityFromThingCommand.ts | 6 +-----
.../commands/GetEntitiesCommand.ts | 6 +-----
.../commands/GetFlowTemplateCommand.ts | 6 +-----
.../commands/GetFlowTemplateRevisionsCommand.ts | 6 +-----
.../commands/GetNamespaceDeletionStatusCommand.ts | 6 +-----
.../commands/GetSystemInstanceCommand.ts | 6 +-----
.../commands/GetSystemTemplateCommand.ts | 6 +-----
.../commands/GetSystemTemplateRevisionsCommand.ts | 6 +-----
.../commands/GetUploadStatusCommand.ts | 6 +-----
.../commands/ListFlowExecutionMessagesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/SearchEntitiesCommand.ts | 6 +-----
.../commands/SearchFlowExecutionsCommand.ts | 6 +-----
.../commands/SearchFlowTemplatesCommand.ts | 6 +-----
.../commands/SearchSystemInstancesCommand.ts | 6 +-----
.../commands/SearchSystemTemplatesCommand.ts | 6 +-----
.../commands/SearchThingsCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UndeploySystemInstanceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateFlowTemplateCommand.ts | 6 +-----
.../commands/UpdateSystemTemplateCommand.ts | 6 +-----
.../commands/UploadEntityDefinitionsCommand.ts | 6 +-----
.../client-ivs/commands/BatchGetChannelCommand.ts | 6 +-----
.../client-ivs/commands/BatchGetStreamKeyCommand.ts | 6 +-----
clients/client-ivs/commands/CreateChannelCommand.ts | 6 +-----
.../client-ivs/commands/CreateStreamKeyCommand.ts | 6 +-----
clients/client-ivs/commands/DeleteChannelCommand.ts | 6 +-----
.../commands/DeletePlaybackKeyPairCommand.ts | 6 +-----
.../client-ivs/commands/DeleteStreamKeyCommand.ts | 6 +-----
clients/client-ivs/commands/GetChannelCommand.ts | 6 +-----
.../client-ivs/commands/GetPlaybackKeyPairCommand.ts | 6 +-----
clients/client-ivs/commands/GetStreamCommand.ts | 6 +-----
clients/client-ivs/commands/GetStreamKeyCommand.ts | 6 +-----
.../commands/ImportPlaybackKeyPairCommand.ts | 6 +-----
clients/client-ivs/commands/ListChannelsCommand.ts | 6 +-----
.../commands/ListPlaybackKeyPairsCommand.ts | 6 +-----
clients/client-ivs/commands/ListStreamKeysCommand.ts | 6 +-----
clients/client-ivs/commands/ListStreamsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-ivs/commands/PutMetadataCommand.ts | 6 +-----
clients/client-ivs/commands/StopStreamCommand.ts | 6 +-----
clients/client-ivs/commands/TagResourceCommand.ts | 6 +-----
clients/client-ivs/commands/UntagResourceCommand.ts | 6 +-----
clients/client-ivs/commands/UpdateChannelCommand.ts | 6 +-----
.../commands/BatchAssociateScramSecretCommand.ts | 6 +-----
.../commands/BatchDisassociateScramSecretCommand.ts | 6 +-----
.../client-kafka/commands/CreateClusterCommand.ts | 6 +-----
.../commands/CreateConfigurationCommand.ts | 6 +-----
.../client-kafka/commands/DeleteClusterCommand.ts | 6 +-----
.../commands/DeleteConfigurationCommand.ts | 6 +-----
.../client-kafka/commands/DescribeClusterCommand.ts | 6 +-----
.../commands/DescribeClusterOperationCommand.ts | 6 +-----
.../commands/DescribeConfigurationCommand.ts | 6 +-----
.../commands/DescribeConfigurationRevisionCommand.ts | 6 +-----
.../commands/GetBootstrapBrokersCommand.ts | 6 +-----
.../commands/GetCompatibleKafkaVersionsCommand.ts | 6 +-----
.../commands/ListClusterOperationsCommand.ts | 6 +-----
clients/client-kafka/commands/ListClustersCommand.ts | 6 +-----
.../commands/ListConfigurationRevisionsCommand.ts | 6 +-----
.../commands/ListConfigurationsCommand.ts | 6 +-----
.../commands/ListKafkaVersionsCommand.ts | 6 +-----
clients/client-kafka/commands/ListNodesCommand.ts | 6 +-----
.../client-kafka/commands/ListScramSecretsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-kafka/commands/RebootBrokerCommand.ts | 6 +-----
clients/client-kafka/commands/TagResourceCommand.ts | 6 +-----
.../client-kafka/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateBrokerCountCommand.ts | 6 +-----
.../commands/UpdateBrokerStorageCommand.ts | 6 +-----
.../commands/UpdateClusterConfigurationCommand.ts | 6 +-----
.../commands/UpdateClusterKafkaVersionCommand.ts | 6 +-----
.../commands/UpdateConfigurationCommand.ts | 6 +-----
.../client-kafka/commands/UpdateMonitoringCommand.ts | 6 +-----
.../commands/BatchDeleteDocumentCommand.ts | 6 +-----
.../commands/BatchPutDocumentCommand.ts | 6 +-----
.../commands/CreateDataSourceCommand.ts | 6 +-----
clients/client-kendra/commands/CreateFaqCommand.ts | 6 +-----
clients/client-kendra/commands/CreateIndexCommand.ts | 6 +-----
.../client-kendra/commands/CreateThesaurusCommand.ts | 6 +-----
.../commands/DeleteDataSourceCommand.ts | 6 +-----
clients/client-kendra/commands/DeleteFaqCommand.ts | 6 +-----
clients/client-kendra/commands/DeleteIndexCommand.ts | 6 +-----
.../client-kendra/commands/DeleteThesaurusCommand.ts | 6 +-----
.../commands/DescribeDataSourceCommand.ts | 6 +-----
clients/client-kendra/commands/DescribeFaqCommand.ts | 6 +-----
.../client-kendra/commands/DescribeIndexCommand.ts | 6 +-----
.../commands/DescribeThesaurusCommand.ts | 6 +-----
.../commands/ListDataSourceSyncJobsCommand.ts | 6 +-----
.../client-kendra/commands/ListDataSourcesCommand.ts | 6 +-----
clients/client-kendra/commands/ListFaqsCommand.ts | 6 +-----
clients/client-kendra/commands/ListIndicesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-kendra/commands/ListThesauriCommand.ts | 6 +-----
clients/client-kendra/commands/QueryCommand.ts | 6 +-----
.../commands/StartDataSourceSyncJobCommand.ts | 6 +-----
.../commands/StopDataSourceSyncJobCommand.ts | 6 +-----
.../client-kendra/commands/SubmitFeedbackCommand.ts | 6 +-----
clients/client-kendra/commands/TagResourceCommand.ts | 6 +-----
.../client-kendra/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDataSourceCommand.ts | 6 +-----
clients/client-kendra/commands/UpdateIndexCommand.ts | 6 +-----
.../client-kendra/commands/UpdateThesaurusCommand.ts | 6 +-----
.../AddApplicationCloudWatchLoggingOptionCommand.ts | 6 +-----
.../commands/AddApplicationInputCommand.ts | 6 +-----
...ApplicationInputProcessingConfigurationCommand.ts | 6 +-----
.../commands/AddApplicationOutputCommand.ts | 6 +-----
.../AddApplicationReferenceDataSourceCommand.ts | 6 +-----
.../AddApplicationVpcConfigurationCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateApplicationPresignedUrlCommand.ts | 6 +-----
.../commands/CreateApplicationSnapshotCommand.ts | 6 +-----
...eleteApplicationCloudWatchLoggingOptionCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
...ApplicationInputProcessingConfigurationCommand.ts | 6 +-----
.../commands/DeleteApplicationOutputCommand.ts | 6 +-----
.../DeleteApplicationReferenceDataSourceCommand.ts | 6 +-----
.../commands/DeleteApplicationSnapshotCommand.ts | 6 +-----
.../DeleteApplicationVpcConfigurationCommand.ts | 6 +-----
.../commands/DescribeApplicationCommand.ts | 6 +-----
.../commands/DescribeApplicationSnapshotCommand.ts | 6 +-----
.../commands/DiscoverInputSchemaCommand.ts | 6 +-----
.../commands/ListApplicationSnapshotsCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/StartApplicationCommand.ts | 6 +-----
.../commands/StopApplicationCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../AddApplicationCloudWatchLoggingOptionCommand.ts | 6 +-----
.../commands/AddApplicationInputCommand.ts | 6 +-----
...ApplicationInputProcessingConfigurationCommand.ts | 6 +-----
.../commands/AddApplicationOutputCommand.ts | 6 +-----
.../AddApplicationReferenceDataSourceCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
...eleteApplicationCloudWatchLoggingOptionCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
...ApplicationInputProcessingConfigurationCommand.ts | 6 +-----
.../commands/DeleteApplicationOutputCommand.ts | 6 +-----
.../DeleteApplicationReferenceDataSourceCommand.ts | 6 +-----
.../commands/DescribeApplicationCommand.ts | 6 +-----
.../commands/DiscoverInputSchemaCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/StartApplicationCommand.ts | 6 +-----
.../commands/StopApplicationCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/GetClipCommand.ts | 6 +-----
.../commands/GetDASHStreamingSessionURLCommand.ts | 6 +-----
.../commands/GetHLSStreamingSessionURLCommand.ts | 6 +-----
.../commands/GetMediaForFragmentListCommand.ts | 6 +-----
.../commands/ListFragmentsCommand.ts | 6 +-----
.../commands/GetMediaCommand.ts | 6 +-----
.../commands/GetIceServerConfigCommand.ts | 6 +-----
.../commands/SendAlexaOfferToMasterCommand.ts | 6 +-----
.../commands/CreateSignalingChannelCommand.ts | 6 +-----
.../commands/CreateStreamCommand.ts | 6 +-----
.../commands/DeleteSignalingChannelCommand.ts | 6 +-----
.../commands/DeleteStreamCommand.ts | 6 +-----
.../commands/DescribeSignalingChannelCommand.ts | 6 +-----
.../commands/DescribeStreamCommand.ts | 6 +-----
.../commands/GetDataEndpointCommand.ts | 6 +-----
.../commands/GetSignalingChannelEndpointCommand.ts | 6 +-----
.../commands/ListSignalingChannelsCommand.ts | 6 +-----
.../commands/ListStreamsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTagsForStreamCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/TagStreamCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UntagStreamCommand.ts | 6 +-----
.../commands/UpdateDataRetentionCommand.ts | 6 +-----
.../commands/UpdateSignalingChannelCommand.ts | 6 +-----
.../commands/UpdateStreamCommand.ts | 6 +-----
.../commands/AddTagsToStreamCommand.ts | 6 +-----
.../client-kinesis/commands/CreateStreamCommand.ts | 6 +-----
.../commands/DecreaseStreamRetentionPeriodCommand.ts | 6 +-----
.../client-kinesis/commands/DeleteStreamCommand.ts | 6 +-----
.../commands/DeregisterStreamConsumerCommand.ts | 6 +-----
.../client-kinesis/commands/DescribeLimitsCommand.ts | 6 +-----
.../client-kinesis/commands/DescribeStreamCommand.ts | 6 +-----
.../commands/DescribeStreamConsumerCommand.ts | 6 +-----
.../commands/DescribeStreamSummaryCommand.ts | 6 +-----
.../commands/DisableEnhancedMonitoringCommand.ts | 6 +-----
.../commands/EnableEnhancedMonitoringCommand.ts | 6 +-----
clients/client-kinesis/commands/GetRecordsCommand.ts | 6 +-----
.../commands/GetShardIteratorCommand.ts | 6 +-----
.../commands/IncreaseStreamRetentionPeriodCommand.ts | 6 +-----
clients/client-kinesis/commands/ListShardsCommand.ts | 6 +-----
.../commands/ListStreamConsumersCommand.ts | 6 +-----
.../client-kinesis/commands/ListStreamsCommand.ts | 6 +-----
.../commands/ListTagsForStreamCommand.ts | 6 +-----
.../client-kinesis/commands/MergeShardsCommand.ts | 6 +-----
clients/client-kinesis/commands/PutRecordCommand.ts | 6 +-----
clients/client-kinesis/commands/PutRecordsCommand.ts | 6 +-----
.../commands/RegisterStreamConsumerCommand.ts | 6 +-----
.../commands/RemoveTagsFromStreamCommand.ts | 6 +-----
clients/client-kinesis/commands/SplitShardCommand.ts | 6 +-----
.../commands/StartStreamEncryptionCommand.ts | 6 +-----
.../commands/StopStreamEncryptionCommand.ts | 6 +-----
.../commands/SubscribeToShardCommand.ts | 6 +-----
.../commands/UpdateShardCountCommand.ts | 6 +-----
.../client-kms/commands/CancelKeyDeletionCommand.ts | 6 +-----
.../commands/ConnectCustomKeyStoreCommand.ts | 6 +-----
clients/client-kms/commands/CreateAliasCommand.ts | 6 +-----
.../commands/CreateCustomKeyStoreCommand.ts | 6 +-----
clients/client-kms/commands/CreateGrantCommand.ts | 6 +-----
clients/client-kms/commands/CreateKeyCommand.ts | 6 +-----
clients/client-kms/commands/DecryptCommand.ts | 6 +-----
clients/client-kms/commands/DeleteAliasCommand.ts | 6 +-----
.../commands/DeleteCustomKeyStoreCommand.ts | 6 +-----
.../commands/DeleteImportedKeyMaterialCommand.ts | 6 +-----
.../commands/DescribeCustomKeyStoresCommand.ts | 6 +-----
clients/client-kms/commands/DescribeKeyCommand.ts | 6 +-----
clients/client-kms/commands/DisableKeyCommand.ts | 6 +-----
.../client-kms/commands/DisableKeyRotationCommand.ts | 6 +-----
.../commands/DisconnectCustomKeyStoreCommand.ts | 6 +-----
clients/client-kms/commands/EnableKeyCommand.ts | 6 +-----
.../client-kms/commands/EnableKeyRotationCommand.ts | 6 +-----
clients/client-kms/commands/EncryptCommand.ts | 6 +-----
.../client-kms/commands/GenerateDataKeyCommand.ts | 6 +-----
.../commands/GenerateDataKeyPairCommand.ts | 6 +-----
.../GenerateDataKeyPairWithoutPlaintextCommand.ts | 6 +-----
.../GenerateDataKeyWithoutPlaintextCommand.ts | 6 +-----
clients/client-kms/commands/GenerateRandomCommand.ts | 6 +-----
clients/client-kms/commands/GetKeyPolicyCommand.ts | 6 +-----
.../commands/GetKeyRotationStatusCommand.ts | 6 +-----
.../commands/GetParametersForImportCommand.ts | 6 +-----
clients/client-kms/commands/GetPublicKeyCommand.ts | 6 +-----
.../client-kms/commands/ImportKeyMaterialCommand.ts | 6 +-----
clients/client-kms/commands/ListAliasesCommand.ts | 6 +-----
clients/client-kms/commands/ListGrantsCommand.ts | 6 +-----
.../client-kms/commands/ListKeyPoliciesCommand.ts | 6 +-----
clients/client-kms/commands/ListKeysCommand.ts | 6 +-----
.../client-kms/commands/ListResourceTagsCommand.ts | 6 +-----
.../commands/ListRetirableGrantsCommand.ts | 6 +-----
clients/client-kms/commands/PutKeyPolicyCommand.ts | 6 +-----
clients/client-kms/commands/ReEncryptCommand.ts | 6 +-----
clients/client-kms/commands/RetireGrantCommand.ts | 6 +-----
clients/client-kms/commands/RevokeGrantCommand.ts | 6 +-----
.../commands/ScheduleKeyDeletionCommand.ts | 6 +-----
clients/client-kms/commands/SignCommand.ts | 6 +-----
clients/client-kms/commands/TagResourceCommand.ts | 6 +-----
clients/client-kms/commands/UntagResourceCommand.ts | 6 +-----
clients/client-kms/commands/UpdateAliasCommand.ts | 6 +-----
.../commands/UpdateCustomKeyStoreCommand.ts | 6 +-----
.../commands/UpdateKeyDescriptionCommand.ts | 6 +-----
clients/client-kms/commands/VerifyCommand.ts | 6 +-----
.../commands/BatchGrantPermissionsCommand.ts | 6 +-----
.../commands/BatchRevokePermissionsCommand.ts | 6 +-----
.../commands/DeregisterResourceCommand.ts | 6 +-----
.../commands/DescribeResourceCommand.ts | 6 +-----
.../commands/GetDataLakeSettingsCommand.ts | 6 +-----
.../GetEffectivePermissionsForPathCommand.ts | 6 +-----
.../commands/GrantPermissionsCommand.ts | 6 +-----
.../commands/ListPermissionsCommand.ts | 6 +-----
.../commands/ListResourcesCommand.ts | 6 +-----
.../commands/PutDataLakeSettingsCommand.ts | 6 +-----
.../commands/RegisterResourceCommand.ts | 6 +-----
.../commands/RevokePermissionsCommand.ts | 6 +-----
.../commands/UpdateResourceCommand.ts | 6 +-----
.../commands/AddLayerVersionPermissionCommand.ts | 6 +-----
.../client-lambda/commands/AddPermissionCommand.ts | 6 +-----
clients/client-lambda/commands/CreateAliasCommand.ts | 6 +-----
.../commands/CreateCodeSigningConfigCommand.ts | 6 +-----
.../commands/CreateEventSourceMappingCommand.ts | 6 +-----
.../client-lambda/commands/CreateFunctionCommand.ts | 6 +-----
clients/client-lambda/commands/DeleteAliasCommand.ts | 6 +-----
.../commands/DeleteCodeSigningConfigCommand.ts | 6 +-----
.../commands/DeleteEventSourceMappingCommand.ts | 6 +-----
.../DeleteFunctionCodeSigningConfigCommand.ts | 6 +-----
.../client-lambda/commands/DeleteFunctionCommand.ts | 6 +-----
.../commands/DeleteFunctionConcurrencyCommand.ts | 6 +-----
.../DeleteFunctionEventInvokeConfigCommand.ts | 6 +-----
.../commands/DeleteLayerVersionCommand.ts | 6 +-----
.../DeleteProvisionedConcurrencyConfigCommand.ts | 6 +-----
.../commands/GetAccountSettingsCommand.ts | 6 +-----
clients/client-lambda/commands/GetAliasCommand.ts | 6 +-----
.../commands/GetCodeSigningConfigCommand.ts | 6 +-----
.../commands/GetEventSourceMappingCommand.ts | 6 +-----
.../commands/GetFunctionCodeSigningConfigCommand.ts | 6 +-----
clients/client-lambda/commands/GetFunctionCommand.ts | 6 +-----
.../commands/GetFunctionConcurrencyCommand.ts | 6 +-----
.../commands/GetFunctionConfigurationCommand.ts | 6 +-----
.../commands/GetFunctionEventInvokeConfigCommand.ts | 6 +-----
.../commands/GetLayerVersionByArnCommand.ts | 6 +-----
.../client-lambda/commands/GetLayerVersionCommand.ts | 6 +-----
.../commands/GetLayerVersionPolicyCommand.ts | 6 +-----
clients/client-lambda/commands/GetPolicyCommand.ts | 6 +-----
.../GetProvisionedConcurrencyConfigCommand.ts | 6 +-----
clients/client-lambda/commands/InvokeAsyncCommand.ts | 6 +-----
clients/client-lambda/commands/InvokeCommand.ts | 6 +-----
clients/client-lambda/commands/ListAliasesCommand.ts | 6 +-----
.../commands/ListCodeSigningConfigsCommand.ts | 6 +-----
.../commands/ListEventSourceMappingsCommand.ts | 6 +-----
.../ListFunctionEventInvokeConfigsCommand.ts | 6 +-----
.../ListFunctionsByCodeSigningConfigCommand.ts | 6 +-----
.../client-lambda/commands/ListFunctionsCommand.ts | 6 +-----
.../commands/ListLayerVersionsCommand.ts | 6 +-----
clients/client-lambda/commands/ListLayersCommand.ts | 6 +-----
.../ListProvisionedConcurrencyConfigsCommand.ts | 6 +-----
clients/client-lambda/commands/ListTagsCommand.ts | 6 +-----
.../commands/ListVersionsByFunctionCommand.ts | 6 +-----
.../commands/PublishLayerVersionCommand.ts | 6 +-----
.../client-lambda/commands/PublishVersionCommand.ts | 6 +-----
.../commands/PutFunctionCodeSigningConfigCommand.ts | 6 +-----
.../commands/PutFunctionConcurrencyCommand.ts | 6 +-----
.../commands/PutFunctionEventInvokeConfigCommand.ts | 6 +-----
.../PutProvisionedConcurrencyConfigCommand.ts | 6 +-----
.../commands/RemoveLayerVersionPermissionCommand.ts | 6 +-----
.../commands/RemovePermissionCommand.ts | 6 +-----
clients/client-lambda/commands/TagResourceCommand.ts | 6 +-----
.../client-lambda/commands/UntagResourceCommand.ts | 6 +-----
clients/client-lambda/commands/UpdateAliasCommand.ts | 6 +-----
.../commands/UpdateCodeSigningConfigCommand.ts | 6 +-----
.../commands/UpdateEventSourceMappingCommand.ts | 6 +-----
.../commands/UpdateFunctionCodeCommand.ts | 6 +-----
.../commands/UpdateFunctionConfigurationCommand.ts | 6 +-----
.../UpdateFunctionEventInvokeConfigCommand.ts | 6 +-----
.../commands/CreateBotVersionCommand.ts | 6 +-----
.../commands/CreateIntentVersionCommand.ts | 6 +-----
.../commands/CreateSlotTypeVersionCommand.ts | 6 +-----
.../commands/DeleteBotAliasCommand.ts | 6 +-----
.../commands/DeleteBotChannelAssociationCommand.ts | 6 +-----
.../commands/DeleteBotCommand.ts | 6 +-----
.../commands/DeleteBotVersionCommand.ts | 6 +-----
.../commands/DeleteIntentCommand.ts | 6 +-----
.../commands/DeleteIntentVersionCommand.ts | 6 +-----
.../commands/DeleteSlotTypeCommand.ts | 6 +-----
.../commands/DeleteSlotTypeVersionCommand.ts | 6 +-----
.../commands/DeleteUtterancesCommand.ts | 6 +-----
.../commands/GetBotAliasCommand.ts | 6 +-----
.../commands/GetBotAliasesCommand.ts | 6 +-----
.../commands/GetBotChannelAssociationCommand.ts | 6 +-----
.../commands/GetBotChannelAssociationsCommand.ts | 6 +-----
.../commands/GetBotCommand.ts | 6 +-----
.../commands/GetBotVersionsCommand.ts | 6 +-----
.../commands/GetBotsCommand.ts | 6 +-----
.../commands/GetBuiltinIntentCommand.ts | 6 +-----
.../commands/GetBuiltinIntentsCommand.ts | 6 +-----
.../commands/GetBuiltinSlotTypesCommand.ts | 6 +-----
.../commands/GetExportCommand.ts | 6 +-----
.../commands/GetImportCommand.ts | 6 +-----
.../commands/GetIntentCommand.ts | 6 +-----
.../commands/GetIntentVersionsCommand.ts | 6 +-----
.../commands/GetIntentsCommand.ts | 6 +-----
.../commands/GetSlotTypeCommand.ts | 6 +-----
.../commands/GetSlotTypeVersionsCommand.ts | 6 +-----
.../commands/GetSlotTypesCommand.ts | 6 +-----
.../commands/GetUtterancesViewCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutBotAliasCommand.ts | 6 +-----
.../commands/PutBotCommand.ts | 6 +-----
.../commands/PutIntentCommand.ts | 6 +-----
.../commands/PutSlotTypeCommand.ts | 6 +-----
.../commands/StartImportCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/DeleteSessionCommand.ts | 6 +-----
.../commands/GetSessionCommand.ts | 6 +-----
.../commands/PostContentCommand.ts | 6 +-----
.../commands/PostTextCommand.ts | 6 +-----
.../commands/PutSessionCommand.ts | 6 +-----
.../commands/AcceptGrantCommand.ts | 6 +-----
.../commands/CheckInLicenseCommand.ts | 6 +-----
.../commands/CheckoutBorrowLicenseCommand.ts | 6 +-----
.../commands/CheckoutLicenseCommand.ts | 6 +-----
.../commands/CreateGrantCommand.ts | 6 +-----
.../commands/CreateGrantVersionCommand.ts | 6 +-----
.../commands/CreateLicenseCommand.ts | 6 +-----
.../commands/CreateLicenseConfigurationCommand.ts | 6 +-----
.../commands/CreateLicenseVersionCommand.ts | 6 +-----
.../commands/CreateTokenCommand.ts | 6 +-----
.../commands/DeleteGrantCommand.ts | 6 +-----
.../commands/DeleteLicenseCommand.ts | 6 +-----
.../commands/DeleteLicenseConfigurationCommand.ts | 6 +-----
.../commands/DeleteTokenCommand.ts | 6 +-----
.../commands/ExtendLicenseConsumptionCommand.ts | 6 +-----
.../commands/GetAccessTokenCommand.ts | 6 +-----
.../commands/GetGrantCommand.ts | 6 +-----
.../commands/GetLicenseCommand.ts | 6 +-----
.../commands/GetLicenseConfigurationCommand.ts | 6 +-----
.../commands/GetLicenseUsageCommand.ts | 6 +-----
.../commands/GetServiceSettingsCommand.ts | 6 +-----
...ListAssociationsForLicenseConfigurationCommand.ts | 6 +-----
.../commands/ListDistributedGrantsCommand.ts | 6 +-----
...iluresForLicenseConfigurationOperationsCommand.ts | 6 +-----
.../commands/ListLicenseConfigurationsCommand.ts | 6 +-----
.../ListLicenseSpecificationsForResourceCommand.ts | 6 +-----
.../commands/ListLicenseVersionsCommand.ts | 6 +-----
.../commands/ListLicensesCommand.ts | 6 +-----
.../commands/ListReceivedGrantsCommand.ts | 6 +-----
.../commands/ListReceivedLicensesCommand.ts | 6 +-----
.../commands/ListResourceInventoryCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTokensCommand.ts | 6 +-----
.../ListUsageForLicenseConfigurationCommand.ts | 6 +-----
.../commands/RejectGrantCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateLicenseConfigurationCommand.ts | 6 +-----
.../UpdateLicenseSpecificationsForResourceCommand.ts | 6 +-----
.../commands/UpdateServiceSettingsCommand.ts | 6 +-----
.../commands/AllocateStaticIpCommand.ts | 6 +-----
.../AttachCertificateToDistributionCommand.ts | 6 +-----
.../client-lightsail/commands/AttachDiskCommand.ts | 6 +-----
.../commands/AttachInstancesToLoadBalancerCommand.ts | 6 +-----
.../AttachLoadBalancerTlsCertificateCommand.ts | 6 +-----
.../commands/AttachStaticIpCommand.ts | 6 +-----
.../commands/CloseInstancePublicPortsCommand.ts | 6 +-----
.../client-lightsail/commands/CopySnapshotCommand.ts | 6 +-----
.../commands/CreateCertificateCommand.ts | 6 +-----
.../commands/CreateCloudFormationStackCommand.ts | 6 +-----
.../commands/CreateContactMethodCommand.ts | 6 +-----
.../commands/CreateContainerServiceCommand.ts | 6 +-----
.../CreateContainerServiceDeploymentCommand.ts | 6 +-----
.../CreateContainerServiceRegistryLoginCommand.ts | 6 +-----
.../client-lightsail/commands/CreateDiskCommand.ts | 6 +-----
.../commands/CreateDiskFromSnapshotCommand.ts | 6 +-----
.../commands/CreateDiskSnapshotCommand.ts | 6 +-----
.../commands/CreateDistributionCommand.ts | 6 +-----
.../client-lightsail/commands/CreateDomainCommand.ts | 6 +-----
.../commands/CreateDomainEntryCommand.ts | 6 +-----
.../commands/CreateInstanceSnapshotCommand.ts | 6 +-----
.../commands/CreateInstancesCommand.ts | 6 +-----
.../commands/CreateInstancesFromSnapshotCommand.ts | 6 +-----
.../commands/CreateKeyPairCommand.ts | 6 +-----
.../commands/CreateLoadBalancerCommand.ts | 6 +-----
.../CreateLoadBalancerTlsCertificateCommand.ts | 6 +-----
.../commands/CreateRelationalDatabaseCommand.ts | 6 +-----
.../CreateRelationalDatabaseFromSnapshotCommand.ts | 6 +-----
.../CreateRelationalDatabaseSnapshotCommand.ts | 6 +-----
.../client-lightsail/commands/DeleteAlarmCommand.ts | 6 +-----
.../commands/DeleteAutoSnapshotCommand.ts | 6 +-----
.../commands/DeleteCertificateCommand.ts | 6 +-----
.../commands/DeleteContactMethodCommand.ts | 6 +-----
.../commands/DeleteContainerImageCommand.ts | 6 +-----
.../commands/DeleteContainerServiceCommand.ts | 6 +-----
.../client-lightsail/commands/DeleteDiskCommand.ts | 6 +-----
.../commands/DeleteDiskSnapshotCommand.ts | 6 +-----
.../commands/DeleteDistributionCommand.ts | 6 +-----
.../client-lightsail/commands/DeleteDomainCommand.ts | 6 +-----
.../commands/DeleteDomainEntryCommand.ts | 6 +-----
.../commands/DeleteInstanceCommand.ts | 6 +-----
.../commands/DeleteInstanceSnapshotCommand.ts | 6 +-----
.../commands/DeleteKeyPairCommand.ts | 6 +-----
.../commands/DeleteKnownHostKeysCommand.ts | 6 +-----
.../commands/DeleteLoadBalancerCommand.ts | 6 +-----
.../DeleteLoadBalancerTlsCertificateCommand.ts | 6 +-----
.../commands/DeleteRelationalDatabaseCommand.ts | 6 +-----
.../DeleteRelationalDatabaseSnapshotCommand.ts | 6 +-----
.../DetachCertificateFromDistributionCommand.ts | 6 +-----
.../client-lightsail/commands/DetachDiskCommand.ts | 6 +-----
.../DetachInstancesFromLoadBalancerCommand.ts | 6 +-----
.../commands/DetachStaticIpCommand.ts | 6 +-----
.../client-lightsail/commands/DisableAddOnCommand.ts | 6 +-----
.../commands/DownloadDefaultKeyPairCommand.ts | 6 +-----
.../client-lightsail/commands/EnableAddOnCommand.ts | 6 +-----
.../commands/ExportSnapshotCommand.ts | 6 +-----
.../commands/GetActiveNamesCommand.ts | 6 +-----
.../client-lightsail/commands/GetAlarmsCommand.ts | 6 +-----
.../commands/GetAutoSnapshotsCommand.ts | 6 +-----
.../commands/GetBlueprintsCommand.ts | 6 +-----
.../client-lightsail/commands/GetBundlesCommand.ts | 6 +-----
.../commands/GetCertificatesCommand.ts | 6 +-----
.../commands/GetCloudFormationStackRecordsCommand.ts | 6 +-----
.../commands/GetContactMethodsCommand.ts | 6 +-----
.../commands/GetContainerAPIMetadataCommand.ts | 6 +-----
.../commands/GetContainerImagesCommand.ts | 6 +-----
.../commands/GetContainerLogCommand.ts | 6 +-----
.../GetContainerServiceDeploymentsCommand.ts | 6 +-----
.../commands/GetContainerServiceMetricDataCommand.ts | 6 +-----
.../commands/GetContainerServicePowersCommand.ts | 6 +-----
.../commands/GetContainerServicesCommand.ts | 6 +-----
clients/client-lightsail/commands/GetDiskCommand.ts | 6 +-----
.../commands/GetDiskSnapshotCommand.ts | 6 +-----
.../commands/GetDiskSnapshotsCommand.ts | 6 +-----
clients/client-lightsail/commands/GetDisksCommand.ts | 6 +-----
.../commands/GetDistributionBundlesCommand.ts | 6 +-----
.../GetDistributionLatestCacheResetCommand.ts | 6 +-----
.../commands/GetDistributionMetricDataCommand.ts | 6 +-----
.../commands/GetDistributionsCommand.ts | 6 +-----
.../client-lightsail/commands/GetDomainCommand.ts | 6 +-----
.../client-lightsail/commands/GetDomainsCommand.ts | 6 +-----
.../commands/GetExportSnapshotRecordsCommand.ts | 6 +-----
.../commands/GetInstanceAccessDetailsCommand.ts | 6 +-----
.../client-lightsail/commands/GetInstanceCommand.ts | 6 +-----
.../commands/GetInstanceMetricDataCommand.ts | 6 +-----
.../commands/GetInstancePortStatesCommand.ts | 6 +-----
.../commands/GetInstanceSnapshotCommand.ts | 6 +-----
.../commands/GetInstanceSnapshotsCommand.ts | 6 +-----
.../commands/GetInstanceStateCommand.ts | 6 +-----
.../client-lightsail/commands/GetInstancesCommand.ts | 6 +-----
.../client-lightsail/commands/GetKeyPairCommand.ts | 6 +-----
.../client-lightsail/commands/GetKeyPairsCommand.ts | 6 +-----
.../commands/GetLoadBalancerCommand.ts | 6 +-----
.../commands/GetLoadBalancerMetricDataCommand.ts | 6 +-----
.../GetLoadBalancerTlsCertificatesCommand.ts | 6 +-----
.../commands/GetLoadBalancersCommand.ts | 6 +-----
.../client-lightsail/commands/GetOperationCommand.ts | 6 +-----
.../commands/GetOperationsCommand.ts | 6 +-----
.../commands/GetOperationsForResourceCommand.ts | 6 +-----
.../client-lightsail/commands/GetRegionsCommand.ts | 6 +-----
.../GetRelationalDatabaseBlueprintsCommand.ts | 6 +-----
.../commands/GetRelationalDatabaseBundlesCommand.ts | 6 +-----
.../commands/GetRelationalDatabaseCommand.ts | 6 +-----
.../commands/GetRelationalDatabaseEventsCommand.ts | 6 +-----
.../GetRelationalDatabaseLogEventsCommand.ts | 6 +-----
.../GetRelationalDatabaseLogStreamsCommand.ts | 6 +-----
...GetRelationalDatabaseMasterUserPasswordCommand.ts | 6 +-----
.../GetRelationalDatabaseMetricDataCommand.ts | 6 +-----
.../GetRelationalDatabaseParametersCommand.ts | 6 +-----
.../commands/GetRelationalDatabaseSnapshotCommand.ts | 6 +-----
.../GetRelationalDatabaseSnapshotsCommand.ts | 6 +-----
.../commands/GetRelationalDatabasesCommand.ts | 6 +-----
.../client-lightsail/commands/GetStaticIpCommand.ts | 6 +-----
.../client-lightsail/commands/GetStaticIpsCommand.ts | 6 +-----
.../commands/ImportKeyPairCommand.ts | 6 +-----
.../client-lightsail/commands/IsVpcPeeredCommand.ts | 6 +-----
.../commands/OpenInstancePublicPortsCommand.ts | 6 +-----
clients/client-lightsail/commands/PeerVpcCommand.ts | 6 +-----
clients/client-lightsail/commands/PutAlarmCommand.ts | 6 +-----
.../commands/PutInstancePublicPortsCommand.ts | 6 +-----
.../commands/RebootInstanceCommand.ts | 6 +-----
.../commands/RebootRelationalDatabaseCommand.ts | 6 +-----
.../commands/RegisterContainerImageCommand.ts | 6 +-----
.../commands/ReleaseStaticIpCommand.ts | 6 +-----
.../commands/ResetDistributionCacheCommand.ts | 6 +-----
.../commands/SendContactMethodVerificationCommand.ts | 6 +-----
.../commands/StartInstanceCommand.ts | 6 +-----
.../commands/StartRelationalDatabaseCommand.ts | 6 +-----
.../client-lightsail/commands/StopInstanceCommand.ts | 6 +-----
.../commands/StopRelationalDatabaseCommand.ts | 6 +-----
.../client-lightsail/commands/TagResourceCommand.ts | 6 +-----
.../client-lightsail/commands/TestAlarmCommand.ts | 6 +-----
.../client-lightsail/commands/UnpeerVpcCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateContainerServiceCommand.ts | 6 +-----
.../commands/UpdateDistributionBundleCommand.ts | 6 +-----
.../commands/UpdateDistributionCommand.ts | 6 +-----
.../commands/UpdateDomainEntryCommand.ts | 6 +-----
.../commands/UpdateLoadBalancerAttributeCommand.ts | 6 +-----
.../commands/UpdateRelationalDatabaseCommand.ts | 6 +-----
.../UpdateRelationalDatabaseParametersCommand.ts | 6 +-----
.../commands/CreateDatasetCommand.ts | 6 +-----
.../commands/CreateModelCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/DeleteDatasetCommand.ts | 6 +-----
.../commands/DeleteModelCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../commands/DescribeModelCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../commands/DetectAnomaliesCommand.ts | 6 +-----
.../commands/ListDatasetEntriesCommand.ts | 6 +-----
.../commands/ListModelsCommand.ts | 6 +-----
.../commands/ListProjectsCommand.ts | 6 +-----
.../commands/StartModelCommand.ts | 6 +-----
.../commands/StopModelCommand.ts | 6 +-----
.../commands/UpdateDatasetEntriesCommand.ts | 6 +-----
.../commands/AddTagsCommand.ts | 6 +-----
.../commands/CreateBatchPredictionCommand.ts | 6 +-----
.../commands/CreateDataSourceFromRDSCommand.ts | 6 +-----
.../commands/CreateDataSourceFromRedshiftCommand.ts | 6 +-----
.../commands/CreateDataSourceFromS3Command.ts | 6 +-----
.../commands/CreateEvaluationCommand.ts | 6 +-----
.../commands/CreateMLModelCommand.ts | 6 +-----
.../commands/CreateRealtimeEndpointCommand.ts | 6 +-----
.../commands/DeleteBatchPredictionCommand.ts | 6 +-----
.../commands/DeleteDataSourceCommand.ts | 6 +-----
.../commands/DeleteEvaluationCommand.ts | 6 +-----
.../commands/DeleteMLModelCommand.ts | 6 +-----
.../commands/DeleteRealtimeEndpointCommand.ts | 6 +-----
.../commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DescribeBatchPredictionsCommand.ts | 6 +-----
.../commands/DescribeDataSourcesCommand.ts | 6 +-----
.../commands/DescribeEvaluationsCommand.ts | 6 +-----
.../commands/DescribeMLModelsCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../commands/GetBatchPredictionCommand.ts | 6 +-----
.../commands/GetDataSourceCommand.ts | 6 +-----
.../commands/GetEvaluationCommand.ts | 6 +-----
.../commands/GetMLModelCommand.ts | 6 +-----
.../commands/PredictCommand.ts | 8 ++------
.../commands/UpdateBatchPredictionCommand.ts | 6 +-----
.../commands/UpdateDataSourceCommand.ts | 6 +-----
.../commands/UpdateEvaluationCommand.ts | 6 +-----
.../commands/UpdateMLModelCommand.ts | 6 +-----
.../commands/AssociateMemberAccountCommand.ts | 6 +-----
.../commands/AssociateS3ResourcesCommand.ts | 6 +-----
.../commands/DisassociateMemberAccountCommand.ts | 6 +-----
.../commands/DisassociateS3ResourcesCommand.ts | 6 +-----
.../commands/ListMemberAccountsCommand.ts | 6 +-----
.../client-macie/commands/ListS3ResourcesCommand.ts | 6 +-----
.../commands/UpdateS3ResourcesCommand.ts | 6 +-----
.../commands/AcceptInvitationCommand.ts | 6 +-----
.../commands/BatchGetCustomDataIdentifiersCommand.ts | 6 +-----
.../commands/CreateClassificationJobCommand.ts | 6 +-----
.../commands/CreateCustomDataIdentifierCommand.ts | 6 +-----
.../commands/CreateFindingsFilterCommand.ts | 6 +-----
.../commands/CreateInvitationsCommand.ts | 6 +-----
.../client-macie2/commands/CreateMemberCommand.ts | 6 +-----
.../commands/CreateSampleFindingsCommand.ts | 6 +-----
.../commands/DeclineInvitationsCommand.ts | 6 +-----
.../commands/DeleteCustomDataIdentifierCommand.ts | 6 +-----
.../commands/DeleteFindingsFilterCommand.ts | 6 +-----
.../commands/DeleteInvitationsCommand.ts | 6 +-----
.../client-macie2/commands/DeleteMemberCommand.ts | 6 +-----
.../client-macie2/commands/DescribeBucketsCommand.ts | 6 +-----
.../commands/DescribeClassificationJobCommand.ts | 6 +-----
.../DescribeOrganizationConfigurationCommand.ts | 6 +-----
.../client-macie2/commands/DisableMacieCommand.ts | 6 +-----
.../DisableOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/DisassociateFromMasterAccountCommand.ts | 6 +-----
.../commands/DisassociateMemberCommand.ts | 6 +-----
clients/client-macie2/commands/EnableMacieCommand.ts | 6 +-----
.../EnableOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/GetBucketStatisticsCommand.ts | 6 +-----
.../GetClassificationExportConfigurationCommand.ts | 6 +-----
.../commands/GetCustomDataIdentifierCommand.ts | 6 +-----
.../commands/GetFindingStatisticsCommand.ts | 6 +-----
clients/client-macie2/commands/GetFindingsCommand.ts | 6 +-----
.../commands/GetFindingsFilterCommand.ts | 6 +-----
.../commands/GetInvitationsCountCommand.ts | 6 +-----
.../client-macie2/commands/GetMacieSessionCommand.ts | 6 +-----
.../commands/GetMasterAccountCommand.ts | 6 +-----
clients/client-macie2/commands/GetMemberCommand.ts | 6 +-----
.../commands/GetUsageStatisticsCommand.ts | 6 +-----
.../client-macie2/commands/GetUsageTotalsCommand.ts | 6 +-----
.../commands/ListClassificationJobsCommand.ts | 6 +-----
.../commands/ListCustomDataIdentifiersCommand.ts | 6 +-----
.../client-macie2/commands/ListFindingsCommand.ts | 6 +-----
.../commands/ListFindingsFiltersCommand.ts | 6 +-----
.../client-macie2/commands/ListInvitationsCommand.ts | 6 +-----
clients/client-macie2/commands/ListMembersCommand.ts | 6 +-----
.../commands/ListOrganizationAdminAccountsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutClassificationExportConfigurationCommand.ts | 6 +-----
clients/client-macie2/commands/TagResourceCommand.ts | 6 +-----
.../commands/TestCustomDataIdentifierCommand.ts | 6 +-----
.../client-macie2/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateClassificationJobCommand.ts | 6 +-----
.../commands/UpdateFindingsFilterCommand.ts | 6 +-----
.../commands/UpdateMacieSessionCommand.ts | 6 +-----
.../commands/UpdateMemberSessionCommand.ts | 6 +-----
.../UpdateOrganizationConfigurationCommand.ts | 6 +-----
.../commands/CreateMemberCommand.ts | 6 +-----
.../commands/CreateNetworkCommand.ts | 6 +-----
.../commands/CreateNodeCommand.ts | 6 +-----
.../commands/CreateProposalCommand.ts | 6 +-----
.../commands/DeleteMemberCommand.ts | 6 +-----
.../commands/DeleteNodeCommand.ts | 6 +-----
.../commands/GetMemberCommand.ts | 6 +-----
.../commands/GetNetworkCommand.ts | 6 +-----
.../commands/GetNodeCommand.ts | 6 +-----
.../commands/GetProposalCommand.ts | 6 +-----
.../commands/ListInvitationsCommand.ts | 6 +-----
.../commands/ListMembersCommand.ts | 6 +-----
.../commands/ListNetworksCommand.ts | 6 +-----
.../commands/ListNodesCommand.ts | 6 +-----
.../commands/ListProposalVotesCommand.ts | 6 +-----
.../commands/ListProposalsCommand.ts | 6 +-----
.../commands/RejectInvitationCommand.ts | 6 +-----
.../commands/UpdateMemberCommand.ts | 6 +-----
.../commands/UpdateNodeCommand.ts | 6 +-----
.../commands/VoteOnProposalCommand.ts | 6 +-----
.../commands/CancelChangeSetCommand.ts | 6 +-----
.../commands/DescribeChangeSetCommand.ts | 6 +-----
.../commands/DescribeEntityCommand.ts | 6 +-----
.../commands/ListChangeSetsCommand.ts | 6 +-----
.../commands/ListEntitiesCommand.ts | 6 +-----
.../commands/StartChangeSetCommand.ts | 6 +-----
.../commands/GenerateDataSetCommand.ts | 6 +-----
.../commands/StartSupportDataExportCommand.ts | 6 +-----
.../commands/GetEntitlementsCommand.ts | 6 +-----
.../commands/BatchMeterUsageCommand.ts | 6 +-----
.../commands/MeterUsageCommand.ts | 6 +-----
.../commands/RegisterUsageCommand.ts | 6 +-----
.../commands/ResolveCustomerCommand.ts | 6 +-----
.../commands/AddFlowOutputsCommand.ts | 6 +-----
.../commands/AddFlowSourcesCommand.ts | 6 +-----
.../commands/AddFlowVpcInterfacesCommand.ts | 6 +-----
.../commands/CreateFlowCommand.ts | 6 +-----
.../commands/DeleteFlowCommand.ts | 6 +-----
.../commands/DescribeFlowCommand.ts | 6 +-----
.../commands/DescribeOfferingCommand.ts | 6 +-----
.../commands/DescribeReservationCommand.ts | 6 +-----
.../commands/GrantFlowEntitlementsCommand.ts | 6 +-----
.../commands/ListEntitlementsCommand.ts | 6 +-----
.../client-mediaconnect/commands/ListFlowsCommand.ts | 6 +-----
.../commands/ListOfferingsCommand.ts | 6 +-----
.../commands/ListReservationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PurchaseOfferingCommand.ts | 6 +-----
.../commands/RemoveFlowOutputCommand.ts | 6 +-----
.../commands/RemoveFlowSourceCommand.ts | 6 +-----
.../commands/RemoveFlowVpcInterfaceCommand.ts | 6 +-----
.../commands/RevokeFlowEntitlementCommand.ts | 6 +-----
.../client-mediaconnect/commands/StartFlowCommand.ts | 6 +-----
.../client-mediaconnect/commands/StopFlowCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateFlowCommand.ts | 6 +-----
.../commands/UpdateFlowEntitlementCommand.ts | 6 +-----
.../commands/UpdateFlowOutputCommand.ts | 6 +-----
.../commands/UpdateFlowSourceCommand.ts | 6 +-----
.../commands/AssociateCertificateCommand.ts | 6 +-----
.../client-mediaconvert/commands/CancelJobCommand.ts | 6 +-----
.../client-mediaconvert/commands/CreateJobCommand.ts | 6 +-----
.../commands/CreateJobTemplateCommand.ts | 6 +-----
.../commands/CreatePresetCommand.ts | 6 +-----
.../commands/CreateQueueCommand.ts | 6 +-----
.../commands/DeleteJobTemplateCommand.ts | 6 +-----
.../commands/DeletePresetCommand.ts | 6 +-----
.../commands/DeleteQueueCommand.ts | 6 +-----
.../commands/DescribeEndpointsCommand.ts | 6 +-----
.../commands/DisassociateCertificateCommand.ts | 6 +-----
.../client-mediaconvert/commands/GetJobCommand.ts | 6 +-----
.../commands/GetJobTemplateCommand.ts | 6 +-----
.../client-mediaconvert/commands/GetPresetCommand.ts | 6 +-----
.../client-mediaconvert/commands/GetQueueCommand.ts | 6 +-----
.../commands/ListJobTemplatesCommand.ts | 6 +-----
.../client-mediaconvert/commands/ListJobsCommand.ts | 6 +-----
.../commands/ListPresetsCommand.ts | 6 +-----
.../commands/ListQueuesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateJobTemplateCommand.ts | 6 +-----
.../commands/UpdatePresetCommand.ts | 6 +-----
.../commands/UpdateQueueCommand.ts | 6 +-----
.../commands/AcceptInputDeviceTransferCommand.ts | 6 +-----
.../client-medialive/commands/BatchDeleteCommand.ts | 6 +-----
.../client-medialive/commands/BatchStartCommand.ts | 6 +-----
.../client-medialive/commands/BatchStopCommand.ts | 6 +-----
.../commands/BatchUpdateScheduleCommand.ts | 6 +-----
.../commands/CancelInputDeviceTransferCommand.ts | 6 +-----
.../commands/CreateChannelCommand.ts | 6 +-----
.../client-medialive/commands/CreateInputCommand.ts | 6 +-----
.../commands/CreateInputSecurityGroupCommand.ts | 6 +-----
.../commands/CreateMultiplexCommand.ts | 6 +-----
.../commands/CreateMultiplexProgramCommand.ts | 6 +-----
.../client-medialive/commands/CreateTagsCommand.ts | 6 +-----
.../commands/DeleteChannelCommand.ts | 6 +-----
.../client-medialive/commands/DeleteInputCommand.ts | 6 +-----
.../commands/DeleteInputSecurityGroupCommand.ts | 6 +-----
.../commands/DeleteMultiplexCommand.ts | 6 +-----
.../commands/DeleteMultiplexProgramCommand.ts | 6 +-----
.../commands/DeleteReservationCommand.ts | 6 +-----
.../commands/DeleteScheduleCommand.ts | 6 +-----
.../client-medialive/commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DescribeChannelCommand.ts | 6 +-----
.../commands/DescribeInputCommand.ts | 6 +-----
.../commands/DescribeInputDeviceCommand.ts | 6 +-----
.../commands/DescribeInputDeviceThumbnailCommand.ts | 6 +-----
.../commands/DescribeInputSecurityGroupCommand.ts | 6 +-----
.../commands/DescribeMultiplexCommand.ts | 6 +-----
.../commands/DescribeMultiplexProgramCommand.ts | 6 +-----
.../commands/DescribeOfferingCommand.ts | 6 +-----
.../commands/DescribeReservationCommand.ts | 6 +-----
.../commands/DescribeScheduleCommand.ts | 6 +-----
.../client-medialive/commands/ListChannelsCommand.ts | 6 +-----
.../commands/ListInputDeviceTransfersCommand.ts | 6 +-----
.../commands/ListInputDevicesCommand.ts | 6 +-----
.../commands/ListInputSecurityGroupsCommand.ts | 6 +-----
.../client-medialive/commands/ListInputsCommand.ts | 6 +-----
.../commands/ListMultiplexProgramsCommand.ts | 6 +-----
.../commands/ListMultiplexesCommand.ts | 6 +-----
.../commands/ListOfferingsCommand.ts | 6 +-----
.../commands/ListReservationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PurchaseOfferingCommand.ts | 6 +-----
.../commands/RejectInputDeviceTransferCommand.ts | 6 +-----
.../client-medialive/commands/StartChannelCommand.ts | 6 +-----
.../commands/StartMultiplexCommand.ts | 6 +-----
.../client-medialive/commands/StopChannelCommand.ts | 6 +-----
.../commands/StopMultiplexCommand.ts | 6 +-----
.../commands/TransferInputDeviceCommand.ts | 6 +-----
.../commands/UpdateChannelClassCommand.ts | 6 +-----
.../commands/UpdateChannelCommand.ts | 6 +-----
.../client-medialive/commands/UpdateInputCommand.ts | 6 +-----
.../commands/UpdateInputDeviceCommand.ts | 6 +-----
.../commands/UpdateInputSecurityGroupCommand.ts | 6 +-----
.../commands/UpdateMultiplexCommand.ts | 6 +-----
.../commands/UpdateMultiplexProgramCommand.ts | 6 +-----
.../commands/UpdateReservationCommand.ts | 6 +-----
.../commands/CreateAssetCommand.ts | 6 +-----
.../commands/CreatePackagingConfigurationCommand.ts | 6 +-----
.../commands/CreatePackagingGroupCommand.ts | 6 +-----
.../commands/DeleteAssetCommand.ts | 6 +-----
.../commands/DeletePackagingConfigurationCommand.ts | 6 +-----
.../commands/DeletePackagingGroupCommand.ts | 6 +-----
.../commands/DescribeAssetCommand.ts | 6 +-----
.../DescribePackagingConfigurationCommand.ts | 6 +-----
.../commands/DescribePackagingGroupCommand.ts | 6 +-----
.../commands/ListAssetsCommand.ts | 6 +-----
.../commands/ListPackagingConfigurationsCommand.ts | 6 +-----
.../commands/ListPackagingGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdatePackagingGroupCommand.ts | 6 +-----
.../commands/ConfigureLogsCommand.ts | 6 +-----
.../commands/CreateChannelCommand.ts | 6 +-----
.../commands/CreateHarvestJobCommand.ts | 6 +-----
.../commands/CreateOriginEndpointCommand.ts | 6 +-----
.../commands/DeleteChannelCommand.ts | 6 +-----
.../commands/DeleteOriginEndpointCommand.ts | 6 +-----
.../commands/DescribeChannelCommand.ts | 6 +-----
.../commands/DescribeHarvestJobCommand.ts | 6 +-----
.../commands/DescribeOriginEndpointCommand.ts | 6 +-----
.../commands/ListChannelsCommand.ts | 6 +-----
.../commands/ListHarvestJobsCommand.ts | 6 +-----
.../commands/ListOriginEndpointsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RotateChannelCredentialsCommand.ts | 6 +-----
.../RotateIngestEndpointCredentialsCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateChannelCommand.ts | 6 +-----
.../commands/UpdateOriginEndpointCommand.ts | 6 +-----
.../commands/DeleteObjectCommand.ts | 6 +-----
.../commands/DescribeObjectCommand.ts | 6 +-----
.../commands/GetObjectCommand.ts | 6 +-----
.../commands/ListItemsCommand.ts | 6 +-----
.../commands/PutObjectCommand.ts | 6 +-----
.../commands/CreateContainerCommand.ts | 6 +-----
.../commands/DeleteContainerCommand.ts | 6 +-----
.../commands/DeleteContainerPolicyCommand.ts | 6 +-----
.../commands/DeleteCorsPolicyCommand.ts | 6 +-----
.../commands/DeleteLifecyclePolicyCommand.ts | 6 +-----
.../commands/DeleteMetricPolicyCommand.ts | 6 +-----
.../commands/DescribeContainerCommand.ts | 6 +-----
.../commands/GetContainerPolicyCommand.ts | 6 +-----
.../commands/GetCorsPolicyCommand.ts | 6 +-----
.../commands/GetLifecyclePolicyCommand.ts | 6 +-----
.../commands/GetMetricPolicyCommand.ts | 6 +-----
.../commands/ListContainersCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutContainerPolicyCommand.ts | 6 +-----
.../commands/PutCorsPolicyCommand.ts | 6 +-----
.../commands/PutLifecyclePolicyCommand.ts | 6 +-----
.../commands/PutMetricPolicyCommand.ts | 6 +-----
.../commands/StartAccessLoggingCommand.ts | 6 +-----
.../commands/StopAccessLoggingCommand.ts | 6 +-----
.../client-mediastore/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/DeletePlaybackConfigurationCommand.ts | 6 +-----
.../commands/GetPlaybackConfigurationCommand.ts | 6 +-----
.../commands/ListPlaybackConfigurationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutPlaybackConfigurationCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/AssociateCreatedArtifactCommand.ts | 6 +-----
.../commands/AssociateDiscoveredResourceCommand.ts | 6 +-----
.../commands/CreateProgressUpdateStreamCommand.ts | 6 +-----
.../commands/DeleteProgressUpdateStreamCommand.ts | 6 +-----
.../commands/DescribeApplicationStateCommand.ts | 6 +-----
.../commands/DescribeMigrationTaskCommand.ts | 6 +-----
.../commands/DisassociateCreatedArtifactCommand.ts | 6 +-----
.../DisassociateDiscoveredResourceCommand.ts | 6 +-----
.../commands/ImportMigrationTaskCommand.ts | 6 +-----
.../commands/ListApplicationStatesCommand.ts | 6 +-----
.../commands/ListCreatedArtifactsCommand.ts | 6 +-----
.../commands/ListDiscoveredResourcesCommand.ts | 6 +-----
.../commands/ListMigrationTasksCommand.ts | 6 +-----
.../commands/ListProgressUpdateStreamsCommand.ts | 6 +-----
.../commands/NotifyApplicationStateCommand.ts | 6 +-----
.../commands/NotifyMigrationTaskStateCommand.ts | 6 +-----
.../commands/PutResourceAttributesCommand.ts | 6 +-----
.../commands/CreateHomeRegionControlCommand.ts | 6 +-----
.../commands/DescribeHomeRegionControlsCommand.ts | 6 +-----
.../commands/GetHomeRegionCommand.ts | 6 +-----
.../client-mobile/commands/CreateProjectCommand.ts | 6 +-----
.../client-mobile/commands/DeleteProjectCommand.ts | 6 +-----
.../client-mobile/commands/DescribeBundleCommand.ts | 6 +-----
.../client-mobile/commands/DescribeProjectCommand.ts | 6 +-----
.../client-mobile/commands/ExportBundleCommand.ts | 6 +-----
.../client-mobile/commands/ExportProjectCommand.ts | 6 +-----
clients/client-mobile/commands/ListBundlesCommand.ts | 6 +-----
.../client-mobile/commands/ListProjectsCommand.ts | 6 +-----
.../client-mobile/commands/UpdateProjectCommand.ts | 6 +-----
clients/client-mq/commands/CreateBrokerCommand.ts | 6 +-----
.../client-mq/commands/CreateConfigurationCommand.ts | 6 +-----
clients/client-mq/commands/CreateTagsCommand.ts | 6 +-----
clients/client-mq/commands/CreateUserCommand.ts | 6 +-----
clients/client-mq/commands/DeleteBrokerCommand.ts | 6 +-----
clients/client-mq/commands/DeleteTagsCommand.ts | 6 +-----
clients/client-mq/commands/DeleteUserCommand.ts | 6 +-----
clients/client-mq/commands/DescribeBrokerCommand.ts | 6 +-----
.../commands/DescribeBrokerEngineTypesCommand.ts | 6 +-----
.../commands/DescribeBrokerInstanceOptionsCommand.ts | 6 +-----
.../commands/DescribeConfigurationCommand.ts | 6 +-----
.../commands/DescribeConfigurationRevisionCommand.ts | 6 +-----
clients/client-mq/commands/DescribeUserCommand.ts | 6 +-----
clients/client-mq/commands/ListBrokersCommand.ts | 6 +-----
.../commands/ListConfigurationRevisionsCommand.ts | 6 +-----
.../client-mq/commands/ListConfigurationsCommand.ts | 6 +-----
clients/client-mq/commands/ListTagsCommand.ts | 6 +-----
clients/client-mq/commands/ListUsersCommand.ts | 6 +-----
clients/client-mq/commands/RebootBrokerCommand.ts | 6 +-----
clients/client-mq/commands/UpdateBrokerCommand.ts | 6 +-----
.../client-mq/commands/UpdateConfigurationCommand.ts | 6 +-----
clients/client-mq/commands/UpdateUserCommand.ts | 6 +-----
.../commands/AcceptQualificationRequestCommand.ts | 6 +-----
.../commands/ApproveAssignmentCommand.ts | 6 +-----
.../AssociateQualificationWithWorkerCommand.ts | 6 +-----
.../CreateAdditionalAssignmentsForHITCommand.ts | 6 +-----
clients/client-mturk/commands/CreateHITCommand.ts | 6 +-----
.../client-mturk/commands/CreateHITTypeCommand.ts | 6 +-----
.../commands/CreateHITWithHITTypeCommand.ts | 6 +-----
.../commands/CreateQualificationTypeCommand.ts | 6 +-----
.../commands/CreateWorkerBlockCommand.ts | 6 +-----
clients/client-mturk/commands/DeleteHITCommand.ts | 6 +-----
.../commands/DeleteQualificationTypeCommand.ts | 6 +-----
.../commands/DeleteWorkerBlockCommand.ts | 6 +-----
.../DisassociateQualificationFromWorkerCommand.ts | 6 +-----
.../commands/GetAccountBalanceCommand.ts | 6 +-----
.../client-mturk/commands/GetAssignmentCommand.ts | 6 +-----
.../client-mturk/commands/GetFileUploadURLCommand.ts | 6 +-----
clients/client-mturk/commands/GetHITCommand.ts | 6 +-----
.../commands/GetQualificationScoreCommand.ts | 6 +-----
.../commands/GetQualificationTypeCommand.ts | 6 +-----
.../commands/ListAssignmentsForHITCommand.ts | 6 +-----
.../commands/ListBonusPaymentsCommand.ts | 6 +-----
clients/client-mturk/commands/ListHITsCommand.ts | 6 +-----
.../commands/ListHITsForQualificationTypeCommand.ts | 6 +-----
.../commands/ListQualificationRequestsCommand.ts | 6 +-----
.../commands/ListQualificationTypesCommand.ts | 6 +-----
.../commands/ListReviewPolicyResultsForHITCommand.ts | 6 +-----
.../commands/ListReviewableHITsCommand.ts | 6 +-----
.../client-mturk/commands/ListWorkerBlocksCommand.ts | 6 +-----
.../ListWorkersWithQualificationTypeCommand.ts | 6 +-----
.../client-mturk/commands/NotifyWorkersCommand.ts | 6 +-----
.../client-mturk/commands/RejectAssignmentCommand.ts | 6 +-----
.../commands/RejectQualificationRequestCommand.ts | 6 +-----
clients/client-mturk/commands/SendBonusCommand.ts | 6 +-----
.../commands/SendTestEventNotificationCommand.ts | 6 +-----
.../commands/UpdateExpirationForHITCommand.ts | 6 +-----
.../commands/UpdateHITReviewStatusCommand.ts | 6 +-----
.../commands/UpdateHITTypeOfHITCommand.ts | 6 +-----
.../commands/UpdateNotificationSettingsCommand.ts | 6 +-----
.../commands/UpdateQualificationTypeCommand.ts | 6 +-----
.../commands/AddRoleToDBClusterCommand.ts | 6 +-----
.../AddSourceIdentifierToSubscriptionCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/ApplyPendingMaintenanceActionCommand.ts | 6 +-----
.../commands/CopyDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CopyDBClusterSnapshotCommand.ts | 6 +-----
.../commands/CopyDBParameterGroupCommand.ts | 6 +-----
.../commands/CreateDBClusterCommand.ts | 6 +-----
.../commands/CreateDBClusterEndpointCommand.ts | 6 +-----
.../commands/CreateDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CreateDBClusterSnapshotCommand.ts | 6 +-----
.../commands/CreateDBInstanceCommand.ts | 6 +-----
.../commands/CreateDBParameterGroupCommand.ts | 6 +-----
.../commands/CreateDBSubnetGroupCommand.ts | 6 +-----
.../commands/CreateEventSubscriptionCommand.ts | 6 +-----
.../commands/DeleteDBClusterCommand.ts | 6 +-----
.../commands/DeleteDBClusterEndpointCommand.ts | 6 +-----
.../commands/DeleteDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/DeleteDBClusterSnapshotCommand.ts | 6 +-----
.../commands/DeleteDBInstanceCommand.ts | 6 +-----
.../commands/DeleteDBParameterGroupCommand.ts | 6 +-----
.../commands/DeleteDBSubnetGroupCommand.ts | 6 +-----
.../commands/DeleteEventSubscriptionCommand.ts | 6 +-----
.../commands/DescribeDBClusterEndpointsCommand.ts | 6 +-----
.../DescribeDBClusterParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeDBClusterParametersCommand.ts | 6 +-----
.../DescribeDBClusterSnapshotAttributesCommand.ts | 6 +-----
.../commands/DescribeDBClusterSnapshotsCommand.ts | 6 +-----
.../commands/DescribeDBClustersCommand.ts | 6 +-----
.../commands/DescribeDBEngineVersionsCommand.ts | 6 +-----
.../commands/DescribeDBInstancesCommand.ts | 6 +-----
.../commands/DescribeDBParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeDBParametersCommand.ts | 6 +-----
.../commands/DescribeDBSubnetGroupsCommand.ts | 6 +-----
.../DescribeEngineDefaultClusterParametersCommand.ts | 6 +-----
.../DescribeEngineDefaultParametersCommand.ts | 6 +-----
.../commands/DescribeEventCategoriesCommand.ts | 6 +-----
.../commands/DescribeEventSubscriptionsCommand.ts | 6 +-----
.../client-neptune/commands/DescribeEventsCommand.ts | 6 +-----
.../DescribeOrderableDBInstanceOptionsCommand.ts | 6 +-----
.../DescribePendingMaintenanceActionsCommand.ts | 6 +-----
.../DescribeValidDBInstanceModificationsCommand.ts | 6 +-----
.../commands/FailoverDBClusterCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ModifyDBClusterCommand.ts | 6 +-----
.../commands/ModifyDBClusterEndpointCommand.ts | 6 +-----
.../commands/ModifyDBClusterParameterGroupCommand.ts | 6 +-----
.../ModifyDBClusterSnapshotAttributeCommand.ts | 6 +-----
.../commands/ModifyDBInstanceCommand.ts | 6 +-----
.../commands/ModifyDBParameterGroupCommand.ts | 6 +-----
.../commands/ModifyDBSubnetGroupCommand.ts | 6 +-----
.../commands/ModifyEventSubscriptionCommand.ts | 6 +-----
.../commands/PromoteReadReplicaDBClusterCommand.ts | 6 +-----
.../commands/RebootDBInstanceCommand.ts | 6 +-----
.../commands/RemoveRoleFromDBClusterCommand.ts | 6 +-----
.../RemoveSourceIdentifierFromSubscriptionCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/ResetDBParameterGroupCommand.ts | 6 +-----
.../commands/RestoreDBClusterFromSnapshotCommand.ts | 6 +-----
.../commands/RestoreDBClusterToPointInTimeCommand.ts | 6 +-----
.../client-neptune/commands/StartDBClusterCommand.ts | 6 +-----
.../client-neptune/commands/StopDBClusterCommand.ts | 6 +-----
.../commands/AssociateFirewallPolicyCommand.ts | 6 +-----
.../commands/AssociateSubnetsCommand.ts | 6 +-----
.../commands/CreateFirewallCommand.ts | 6 +-----
.../commands/CreateFirewallPolicyCommand.ts | 6 +-----
.../commands/CreateRuleGroupCommand.ts | 6 +-----
.../commands/DeleteFirewallCommand.ts | 6 +-----
.../commands/DeleteFirewallPolicyCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
.../commands/DeleteRuleGroupCommand.ts | 6 +-----
.../commands/DescribeFirewallCommand.ts | 6 +-----
.../commands/DescribeFirewallPolicyCommand.ts | 6 +-----
.../commands/DescribeLoggingConfigurationCommand.ts | 6 +-----
.../commands/DescribeResourcePolicyCommand.ts | 6 +-----
.../commands/DescribeRuleGroupCommand.ts | 6 +-----
.../commands/DisassociateSubnetsCommand.ts | 6 +-----
.../commands/ListFirewallPoliciesCommand.ts | 6 +-----
.../commands/ListFirewallsCommand.ts | 6 +-----
.../commands/ListRuleGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutResourcePolicyCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateFirewallDeleteProtectionCommand.ts | 6 +-----
.../commands/UpdateFirewallDescriptionCommand.ts | 6 +-----
.../UpdateFirewallPolicyChangeProtectionCommand.ts | 6 +-----
.../commands/UpdateFirewallPolicyCommand.ts | 6 +-----
.../commands/UpdateLoggingConfigurationCommand.ts | 6 +-----
.../commands/UpdateRuleGroupCommand.ts | 6 +-----
.../commands/UpdateSubnetChangeProtectionCommand.ts | 6 +-----
.../commands/AssociateCustomerGatewayCommand.ts | 6 +-----
.../commands/AssociateLinkCommand.ts | 6 +-----
.../AssociateTransitGatewayConnectPeerCommand.ts | 6 +-----
.../commands/CreateConnectionCommand.ts | 6 +-----
.../commands/CreateDeviceCommand.ts | 6 +-----
.../commands/CreateGlobalNetworkCommand.ts | 6 +-----
.../commands/CreateLinkCommand.ts | 6 +-----
.../commands/CreateSiteCommand.ts | 6 +-----
.../commands/DeleteConnectionCommand.ts | 6 +-----
.../commands/DeleteDeviceCommand.ts | 6 +-----
.../commands/DeleteGlobalNetworkCommand.ts | 6 +-----
.../commands/DeleteLinkCommand.ts | 6 +-----
.../commands/DeleteSiteCommand.ts | 6 +-----
.../commands/DeregisterTransitGatewayCommand.ts | 6 +-----
.../commands/DescribeGlobalNetworksCommand.ts | 6 +-----
.../commands/DisassociateCustomerGatewayCommand.ts | 6 +-----
.../commands/DisassociateLinkCommand.ts | 6 +-----
.../DisassociateTransitGatewayConnectPeerCommand.ts | 6 +-----
.../commands/GetConnectionsCommand.ts | 6 +-----
.../GetCustomerGatewayAssociationsCommand.ts | 6 +-----
.../commands/GetDevicesCommand.ts | 6 +-----
.../commands/GetLinkAssociationsCommand.ts | 6 +-----
.../commands/GetLinksCommand.ts | 6 +-----
.../commands/GetSitesCommand.ts | 6 +-----
...etTransitGatewayConnectPeerAssociationsCommand.ts | 6 +-----
.../GetTransitGatewayRegistrationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RegisterTransitGatewayCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateConnectionCommand.ts | 6 +-----
.../commands/UpdateDeviceCommand.ts | 6 +-----
.../commands/UpdateGlobalNetworkCommand.ts | 6 +-----
.../commands/UpdateLinkCommand.ts | 6 +-----
.../commands/UpdateSiteCommand.ts | 6 +-----
.../commands/AssignInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/AssignVolumeCommand.ts | 6 +-----
.../commands/AssociateElasticIpCommand.ts | 6 +-----
.../commands/AttachElasticLoadBalancerCommand.ts | 6 +-----
.../client-opsworks/commands/CloneStackCommand.ts | 6 +-----
clients/client-opsworks/commands/CreateAppCommand.ts | 6 +-----
.../commands/CreateDeploymentCommand.ts | 6 +-----
.../commands/CreateInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/CreateLayerCommand.ts | 6 +-----
.../client-opsworks/commands/CreateStackCommand.ts | 6 +-----
.../commands/CreateUserProfileCommand.ts | 6 +-----
clients/client-opsworks/commands/DeleteAppCommand.ts | 6 +-----
.../commands/DeleteInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/DeleteLayerCommand.ts | 6 +-----
.../client-opsworks/commands/DeleteStackCommand.ts | 6 +-----
.../commands/DeleteUserProfileCommand.ts | 6 +-----
.../commands/DeregisterEcsClusterCommand.ts | 6 +-----
.../commands/DeregisterElasticIpCommand.ts | 6 +-----
.../commands/DeregisterInstanceCommand.ts | 6 +-----
.../commands/DeregisterRdsDbInstanceCommand.ts | 6 +-----
.../commands/DeregisterVolumeCommand.ts | 6 +-----
.../commands/DescribeAgentVersionsCommand.ts | 6 +-----
.../client-opsworks/commands/DescribeAppsCommand.ts | 6 +-----
.../commands/DescribeCommandsCommand.ts | 6 +-----
.../commands/DescribeDeploymentsCommand.ts | 6 +-----
.../commands/DescribeEcsClustersCommand.ts | 6 +-----
.../commands/DescribeElasticIpsCommand.ts | 6 +-----
.../commands/DescribeElasticLoadBalancersCommand.ts | 6 +-----
.../commands/DescribeInstancesCommand.ts | 6 +-----
.../commands/DescribeLayersCommand.ts | 6 +-----
.../commands/DescribeLoadBasedAutoScalingCommand.ts | 6 +-----
.../commands/DescribeMyUserProfileCommand.ts | 6 +-----
.../commands/DescribeOperatingSystemsCommand.ts | 6 +-----
.../commands/DescribePermissionsCommand.ts | 6 +-----
.../commands/DescribeRaidArraysCommand.ts | 6 +-----
.../commands/DescribeRdsDbInstancesCommand.ts | 6 +-----
.../commands/DescribeServiceErrorsCommand.ts | 6 +-----
.../DescribeStackProvisioningParametersCommand.ts | 6 +-----
.../commands/DescribeStackSummaryCommand.ts | 6 +-----
.../commands/DescribeStacksCommand.ts | 6 +-----
.../commands/DescribeTimeBasedAutoScalingCommand.ts | 6 +-----
.../commands/DescribeUserProfilesCommand.ts | 6 +-----
.../commands/DescribeVolumesCommand.ts | 6 +-----
.../commands/DetachElasticLoadBalancerCommand.ts | 6 +-----
.../commands/DisassociateElasticIpCommand.ts | 6 +-----
.../commands/GetHostnameSuggestionCommand.ts | 6 +-----
.../client-opsworks/commands/GrantAccessCommand.ts | 6 +-----
clients/client-opsworks/commands/ListTagsCommand.ts | 6 +-----
.../commands/RebootInstanceCommand.ts | 6 +-----
.../commands/RegisterEcsClusterCommand.ts | 6 +-----
.../commands/RegisterElasticIpCommand.ts | 6 +-----
.../commands/RegisterInstanceCommand.ts | 6 +-----
.../commands/RegisterRdsDbInstanceCommand.ts | 6 +-----
.../commands/RegisterVolumeCommand.ts | 6 +-----
.../commands/SetLoadBasedAutoScalingCommand.ts | 6 +-----
.../client-opsworks/commands/SetPermissionCommand.ts | 6 +-----
.../commands/SetTimeBasedAutoScalingCommand.ts | 6 +-----
.../client-opsworks/commands/StartInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/StartStackCommand.ts | 6 +-----
.../client-opsworks/commands/StopInstanceCommand.ts | 6 +-----
clients/client-opsworks/commands/StopStackCommand.ts | 6 +-----
.../client-opsworks/commands/TagResourceCommand.ts | 6 +-----
.../commands/UnassignInstanceCommand.ts | 6 +-----
.../commands/UnassignVolumeCommand.ts | 6 +-----
.../client-opsworks/commands/UntagResourceCommand.ts | 6 +-----
clients/client-opsworks/commands/UpdateAppCommand.ts | 6 +-----
.../commands/UpdateElasticIpCommand.ts | 6 +-----
.../commands/UpdateInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/UpdateLayerCommand.ts | 6 +-----
.../commands/UpdateMyUserProfileCommand.ts | 6 +-----
.../commands/UpdateRdsDbInstanceCommand.ts | 6 +-----
.../client-opsworks/commands/UpdateStackCommand.ts | 6 +-----
.../commands/UpdateUserProfileCommand.ts | 6 +-----
.../client-opsworks/commands/UpdateVolumeCommand.ts | 6 +-----
.../commands/AssociateNodeCommand.ts | 6 +-----
.../commands/CreateBackupCommand.ts | 6 +-----
.../commands/CreateServerCommand.ts | 6 +-----
.../commands/DeleteBackupCommand.ts | 6 +-----
.../commands/DeleteServerCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
.../commands/DescribeBackupsCommand.ts | 6 +-----
.../commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeNodeAssociationStatusCommand.ts | 6 +-----
.../commands/DescribeServersCommand.ts | 6 +-----
.../commands/DisassociateNodeCommand.ts | 6 +-----
.../commands/ExportServerEngineAttributeCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RestoreServerCommand.ts | 6 +-----
.../commands/StartMaintenanceCommand.ts | 6 +-----
.../client-opsworkscm/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateServerCommand.ts | 6 +-----
.../commands/UpdateServerEngineAttributesCommand.ts | 6 +-----
.../commands/AcceptHandshakeCommand.ts | 6 +-----
.../commands/AttachPolicyCommand.ts | 6 +-----
.../commands/CancelHandshakeCommand.ts | 6 +-----
.../commands/CreateAccountCommand.ts | 6 +-----
.../commands/CreateGovCloudAccountCommand.ts | 6 +-----
.../commands/CreateOrganizationCommand.ts | 6 +-----
.../commands/CreateOrganizationalUnitCommand.ts | 6 +-----
.../commands/CreatePolicyCommand.ts | 6 +-----
.../commands/DeclineHandshakeCommand.ts | 6 +-----
.../commands/DeleteOrganizationCommand.ts | 6 +-----
.../commands/DeleteOrganizationalUnitCommand.ts | 6 +-----
.../commands/DeletePolicyCommand.ts | 6 +-----
.../DeregisterDelegatedAdministratorCommand.ts | 6 +-----
.../commands/DescribeAccountCommand.ts | 6 +-----
.../commands/DescribeCreateAccountStatusCommand.ts | 6 +-----
.../commands/DescribeEffectivePolicyCommand.ts | 6 +-----
.../commands/DescribeHandshakeCommand.ts | 6 +-----
.../commands/DescribeOrganizationCommand.ts | 6 +-----
.../commands/DescribeOrganizationalUnitCommand.ts | 6 +-----
.../commands/DescribePolicyCommand.ts | 6 +-----
.../commands/DetachPolicyCommand.ts | 6 +-----
.../commands/DisableAWSServiceAccessCommand.ts | 6 +-----
.../commands/DisablePolicyTypeCommand.ts | 6 +-----
.../commands/EnableAWSServiceAccessCommand.ts | 6 +-----
.../commands/EnableAllFeaturesCommand.ts | 6 +-----
.../commands/EnablePolicyTypeCommand.ts | 6 +-----
.../commands/InviteAccountToOrganizationCommand.ts | 6 +-----
.../commands/LeaveOrganizationCommand.ts | 6 +-----
.../ListAWSServiceAccessForOrganizationCommand.ts | 6 +-----
.../commands/ListAccountsCommand.ts | 6 +-----
.../commands/ListAccountsForParentCommand.ts | 6 +-----
.../commands/ListChildrenCommand.ts | 6 +-----
.../commands/ListCreateAccountStatusCommand.ts | 6 +-----
.../commands/ListDelegatedAdministratorsCommand.ts | 6 +-----
.../ListDelegatedServicesForAccountCommand.ts | 6 +-----
.../commands/ListHandshakesForAccountCommand.ts | 6 +-----
.../commands/ListHandshakesForOrganizationCommand.ts | 6 +-----
.../ListOrganizationalUnitsForParentCommand.ts | 6 +-----
.../commands/ListParentsCommand.ts | 6 +-----
.../commands/ListPoliciesCommand.ts | 6 +-----
.../commands/ListPoliciesForTargetCommand.ts | 6 +-----
.../commands/ListRootsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTargetsForPolicyCommand.ts | 6 +-----
.../commands/MoveAccountCommand.ts | 6 +-----
.../RegisterDelegatedAdministratorCommand.ts | 6 +-----
.../commands/RemoveAccountFromOrganizationCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateOrganizationalUnitCommand.ts | 6 +-----
.../commands/UpdatePolicyCommand.ts | 6 +-----
.../client-outposts/commands/CreateOutpostCommand.ts | 6 +-----
.../client-outposts/commands/DeleteOutpostCommand.ts | 6 +-----
.../client-outposts/commands/DeleteSiteCommand.ts | 6 +-----
.../client-outposts/commands/GetOutpostCommand.ts | 6 +-----
.../commands/GetOutpostInstanceTypesCommand.ts | 6 +-----
.../client-outposts/commands/ListOutpostsCommand.ts | 6 +-----
clients/client-outposts/commands/ListSitesCommand.ts | 6 +-----
.../commands/PutEventsCommand.ts | 6 +-----
.../commands/PutItemsCommand.ts | 6 +-----
.../commands/PutUsersCommand.ts | 6 +-----
.../commands/GetPersonalizedRankingCommand.ts | 6 +-----
.../commands/GetRecommendationsCommand.ts | 6 +-----
.../commands/CreateBatchInferenceJobCommand.ts | 6 +-----
.../commands/CreateCampaignCommand.ts | 6 +-----
.../commands/CreateDatasetCommand.ts | 6 +-----
.../commands/CreateDatasetGroupCommand.ts | 6 +-----
.../commands/CreateDatasetImportJobCommand.ts | 6 +-----
.../commands/CreateEventTrackerCommand.ts | 6 +-----
.../commands/CreateFilterCommand.ts | 6 +-----
.../commands/CreateSchemaCommand.ts | 6 +-----
.../commands/CreateSolutionCommand.ts | 6 +-----
.../commands/CreateSolutionVersionCommand.ts | 6 +-----
.../commands/DeleteCampaignCommand.ts | 6 +-----
.../commands/DeleteDatasetCommand.ts | 6 +-----
.../commands/DeleteDatasetGroupCommand.ts | 6 +-----
.../commands/DeleteEventTrackerCommand.ts | 6 +-----
.../commands/DeleteFilterCommand.ts | 6 +-----
.../commands/DeleteSchemaCommand.ts | 6 +-----
.../commands/DeleteSolutionCommand.ts | 6 +-----
.../commands/DescribeAlgorithmCommand.ts | 6 +-----
.../commands/DescribeBatchInferenceJobCommand.ts | 6 +-----
.../commands/DescribeCampaignCommand.ts | 6 +-----
.../commands/DescribeDatasetCommand.ts | 6 +-----
.../commands/DescribeDatasetGroupCommand.ts | 6 +-----
.../commands/DescribeDatasetImportJobCommand.ts | 6 +-----
.../commands/DescribeEventTrackerCommand.ts | 6 +-----
.../commands/DescribeFeatureTransformationCommand.ts | 6 +-----
.../commands/DescribeFilterCommand.ts | 6 +-----
.../commands/DescribeRecipeCommand.ts | 6 +-----
.../commands/DescribeSchemaCommand.ts | 6 +-----
.../commands/DescribeSolutionCommand.ts | 6 +-----
.../commands/DescribeSolutionVersionCommand.ts | 6 +-----
.../commands/GetSolutionMetricsCommand.ts | 6 +-----
.../commands/ListBatchInferenceJobsCommand.ts | 6 +-----
.../commands/ListCampaignsCommand.ts | 6 +-----
.../commands/ListDatasetGroupsCommand.ts | 6 +-----
.../commands/ListDatasetImportJobsCommand.ts | 6 +-----
.../commands/ListDatasetsCommand.ts | 6 +-----
.../commands/ListEventTrackersCommand.ts | 6 +-----
.../commands/ListFiltersCommand.ts | 6 +-----
.../commands/ListRecipesCommand.ts | 6 +-----
.../commands/ListSchemasCommand.ts | 6 +-----
.../commands/ListSolutionVersionsCommand.ts | 6 +-----
.../commands/ListSolutionsCommand.ts | 6 +-----
.../commands/UpdateCampaignCommand.ts | 6 +-----
.../commands/DescribeDimensionKeysCommand.ts | 6 +-----
.../client-pi/commands/GetResourceMetricsCommand.ts | 6 +-----
.../commands/CreateConfigurationSetCommand.ts | 6 +-----
.../CreateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../commands/CreateDedicatedIpPoolCommand.ts | 6 +-----
.../CreateDeliverabilityTestReportCommand.ts | 6 +-----
.../commands/CreateEmailIdentityCommand.ts | 6 +-----
.../commands/DeleteConfigurationSetCommand.ts | 6 +-----
.../DeleteConfigurationSetEventDestinationCommand.ts | 6 +-----
.../commands/DeleteDedicatedIpPoolCommand.ts | 6 +-----
.../commands/DeleteEmailIdentityCommand.ts | 6 +-----
.../commands/GetAccountCommand.ts | 6 +-----
.../commands/GetBlacklistReportsCommand.ts | 6 +-----
.../commands/GetConfigurationSetCommand.ts | 6 +-----
.../GetConfigurationSetEventDestinationsCommand.ts | 6 +-----
.../commands/GetDedicatedIpCommand.ts | 6 +-----
.../commands/GetDedicatedIpsCommand.ts | 6 +-----
.../GetDeliverabilityDashboardOptionsCommand.ts | 6 +-----
.../commands/GetDeliverabilityTestReportCommand.ts | 6 +-----
.../GetDomainDeliverabilityCampaignCommand.ts | 6 +-----
.../commands/GetDomainStatisticsReportCommand.ts | 6 +-----
.../commands/GetEmailIdentityCommand.ts | 6 +-----
.../commands/ListConfigurationSetsCommand.ts | 6 +-----
.../commands/ListDedicatedIpPoolsCommand.ts | 6 +-----
.../commands/ListDeliverabilityTestReportsCommand.ts | 6 +-----
.../ListDomainDeliverabilityCampaignsCommand.ts | 6 +-----
.../commands/ListEmailIdentitiesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutAccountDedicatedIpWarmupAttributesCommand.ts | 6 +-----
.../commands/PutAccountSendingAttributesCommand.ts | 6 +-----
.../PutConfigurationSetDeliveryOptionsCommand.ts | 6 +-----
.../PutConfigurationSetReputationOptionsCommand.ts | 6 +-----
.../PutConfigurationSetSendingOptionsCommand.ts | 6 +-----
.../PutConfigurationSetTrackingOptionsCommand.ts | 6 +-----
.../commands/PutDedicatedIpInPoolCommand.ts | 6 +-----
.../PutDedicatedIpWarmupAttributesCommand.ts | 6 +-----
.../PutDeliverabilityDashboardOptionCommand.ts | 6 +-----
.../PutEmailIdentityDkimAttributesCommand.ts | 6 +-----
.../PutEmailIdentityFeedbackAttributesCommand.ts | 6 +-----
.../PutEmailIdentityMailFromAttributesCommand.ts | 6 +-----
.../commands/SendEmailCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../commands/CreateConfigurationSetCommand.ts | 6 +-----
.../CreateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../commands/DeleteConfigurationSetCommand.ts | 6 +-----
.../DeleteConfigurationSetEventDestinationCommand.ts | 6 +-----
.../GetConfigurationSetEventDestinationsCommand.ts | 6 +-----
.../commands/ListConfigurationSetsCommand.ts | 6 +-----
.../commands/SendVoiceMessageCommand.ts | 6 +-----
.../UpdateConfigurationSetEventDestinationCommand.ts | 6 +-----
clients/client-pinpoint/commands/CreateAppCommand.ts | 6 +-----
.../commands/CreateCampaignCommand.ts | 6 +-----
.../commands/CreateEmailTemplateCommand.ts | 6 +-----
.../commands/CreateExportJobCommand.ts | 6 +-----
.../commands/CreateImportJobCommand.ts | 6 +-----
.../client-pinpoint/commands/CreateJourneyCommand.ts | 6 +-----
.../commands/CreatePushTemplateCommand.ts | 6 +-----
.../CreateRecommenderConfigurationCommand.ts | 6 +-----
.../client-pinpoint/commands/CreateSegmentCommand.ts | 6 +-----
.../commands/CreateSmsTemplateCommand.ts | 6 +-----
.../commands/CreateVoiceTemplateCommand.ts | 6 +-----
.../commands/DeleteAdmChannelCommand.ts | 6 +-----
.../commands/DeleteApnsChannelCommand.ts | 6 +-----
.../commands/DeleteApnsSandboxChannelCommand.ts | 6 +-----
.../commands/DeleteApnsVoipChannelCommand.ts | 6 +-----
.../commands/DeleteApnsVoipSandboxChannelCommand.ts | 6 +-----
clients/client-pinpoint/commands/DeleteAppCommand.ts | 6 +-----
.../commands/DeleteBaiduChannelCommand.ts | 6 +-----
.../commands/DeleteCampaignCommand.ts | 6 +-----
.../commands/DeleteEmailChannelCommand.ts | 6 +-----
.../commands/DeleteEmailTemplateCommand.ts | 6 +-----
.../commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/DeleteEventStreamCommand.ts | 6 +-----
.../commands/DeleteGcmChannelCommand.ts | 6 +-----
.../client-pinpoint/commands/DeleteJourneyCommand.ts | 6 +-----
.../commands/DeletePushTemplateCommand.ts | 6 +-----
.../DeleteRecommenderConfigurationCommand.ts | 6 +-----
.../client-pinpoint/commands/DeleteSegmentCommand.ts | 6 +-----
.../commands/DeleteSmsChannelCommand.ts | 6 +-----
.../commands/DeleteSmsTemplateCommand.ts | 6 +-----
.../commands/DeleteUserEndpointsCommand.ts | 6 +-----
.../commands/DeleteVoiceChannelCommand.ts | 6 +-----
.../commands/DeleteVoiceTemplateCommand.ts | 6 +-----
.../client-pinpoint/commands/GetAdmChannelCommand.ts | 6 +-----
.../commands/GetApnsChannelCommand.ts | 6 +-----
.../commands/GetApnsSandboxChannelCommand.ts | 6 +-----
.../commands/GetApnsVoipChannelCommand.ts | 6 +-----
.../commands/GetApnsVoipSandboxChannelCommand.ts | 6 +-----
clients/client-pinpoint/commands/GetAppCommand.ts | 6 +-----
.../commands/GetApplicationDateRangeKpiCommand.ts | 6 +-----
.../commands/GetApplicationSettingsCommand.ts | 6 +-----
clients/client-pinpoint/commands/GetAppsCommand.ts | 6 +-----
.../commands/GetBaiduChannelCommand.ts | 6 +-----
.../commands/GetCampaignActivitiesCommand.ts | 6 +-----
.../client-pinpoint/commands/GetCampaignCommand.ts | 6 +-----
.../commands/GetCampaignDateRangeKpiCommand.ts | 6 +-----
.../commands/GetCampaignVersionCommand.ts | 6 +-----
.../commands/GetCampaignVersionsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetCampaignsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetChannelsCommand.ts | 6 +-----
.../commands/GetEmailChannelCommand.ts | 6 +-----
.../commands/GetEmailTemplateCommand.ts | 6 +-----
.../client-pinpoint/commands/GetEndpointCommand.ts | 6 +-----
.../commands/GetEventStreamCommand.ts | 6 +-----
.../client-pinpoint/commands/GetExportJobCommand.ts | 6 +-----
.../client-pinpoint/commands/GetExportJobsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetGcmChannelCommand.ts | 6 +-----
.../client-pinpoint/commands/GetImportJobCommand.ts | 6 +-----
.../client-pinpoint/commands/GetImportJobsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetJourneyCommand.ts | 6 +-----
.../commands/GetJourneyDateRangeKpiCommand.ts | 6 +-----
.../GetJourneyExecutionActivityMetricsCommand.ts | 6 +-----
.../commands/GetJourneyExecutionMetricsCommand.ts | 6 +-----
.../commands/GetPushTemplateCommand.ts | 6 +-----
.../commands/GetRecommenderConfigurationCommand.ts | 6 +-----
.../commands/GetRecommenderConfigurationsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetSegmentCommand.ts | 6 +-----
.../commands/GetSegmentExportJobsCommand.ts | 6 +-----
.../commands/GetSegmentImportJobsCommand.ts | 6 +-----
.../commands/GetSegmentVersionCommand.ts | 6 +-----
.../commands/GetSegmentVersionsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetSegmentsCommand.ts | 6 +-----
.../client-pinpoint/commands/GetSmsChannelCommand.ts | 6 +-----
.../commands/GetSmsTemplateCommand.ts | 6 +-----
.../commands/GetUserEndpointsCommand.ts | 6 +-----
.../commands/GetVoiceChannelCommand.ts | 6 +-----
.../commands/GetVoiceTemplateCommand.ts | 6 +-----
.../client-pinpoint/commands/ListJourneysCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTemplateVersionsCommand.ts | 6 +-----
.../client-pinpoint/commands/ListTemplatesCommand.ts | 6 +-----
.../commands/PhoneNumberValidateCommand.ts | 6 +-----
.../commands/PutEventStreamCommand.ts | 6 +-----
clients/client-pinpoint/commands/PutEventsCommand.ts | 6 +-----
.../commands/RemoveAttributesCommand.ts | 6 +-----
.../client-pinpoint/commands/SendMessagesCommand.ts | 6 +-----
.../commands/SendUsersMessagesCommand.ts | 6 +-----
.../client-pinpoint/commands/TagResourceCommand.ts | 6 +-----
.../client-pinpoint/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAdmChannelCommand.ts | 6 +-----
.../commands/UpdateApnsChannelCommand.ts | 6 +-----
.../commands/UpdateApnsSandboxChannelCommand.ts | 6 +-----
.../commands/UpdateApnsVoipChannelCommand.ts | 6 +-----
.../commands/UpdateApnsVoipSandboxChannelCommand.ts | 6 +-----
.../commands/UpdateApplicationSettingsCommand.ts | 6 +-----
.../commands/UpdateBaiduChannelCommand.ts | 6 +-----
.../commands/UpdateCampaignCommand.ts | 6 +-----
.../commands/UpdateEmailChannelCommand.ts | 6 +-----
.../commands/UpdateEmailTemplateCommand.ts | 6 +-----
.../commands/UpdateEndpointCommand.ts | 6 +-----
.../commands/UpdateEndpointsBatchCommand.ts | 6 +-----
.../commands/UpdateGcmChannelCommand.ts | 6 +-----
.../client-pinpoint/commands/UpdateJourneyCommand.ts | 6 +-----
.../commands/UpdateJourneyStateCommand.ts | 6 +-----
.../commands/UpdatePushTemplateCommand.ts | 6 +-----
.../UpdateRecommenderConfigurationCommand.ts | 6 +-----
.../client-pinpoint/commands/UpdateSegmentCommand.ts | 6 +-----
.../commands/UpdateSmsChannelCommand.ts | 6 +-----
.../commands/UpdateSmsTemplateCommand.ts | 6 +-----
.../commands/UpdateTemplateActiveVersionCommand.ts | 6 +-----
.../commands/UpdateVoiceChannelCommand.ts | 6 +-----
.../commands/UpdateVoiceTemplateCommand.ts | 6 +-----
.../client-polly/commands/DeleteLexiconCommand.ts | 6 +-----
.../client-polly/commands/DescribeVoicesCommand.ts | 6 +-----
clients/client-polly/commands/GetLexiconCommand.ts | 6 +-----
.../commands/GetSpeechSynthesisTaskCommand.ts | 6 +-----
clients/client-polly/commands/ListLexiconsCommand.ts | 6 +-----
.../commands/ListSpeechSynthesisTasksCommand.ts | 6 +-----
clients/client-polly/commands/PutLexiconCommand.ts | 6 +-----
.../commands/StartSpeechSynthesisTaskCommand.ts | 6 +-----
.../client-polly/commands/SynthesizeSpeechCommand.ts | 6 +-----
.../commands/DescribeServicesCommand.ts | 6 +-----
.../commands/GetAttributeValuesCommand.ts | 6 +-----
.../client-pricing/commands/GetProductsCommand.ts | 6 +-----
.../commands/SendCommandCommand.ts | 6 +-----
.../commands/CancelJournalKinesisStreamCommand.ts | 6 +-----
clients/client-qldb/commands/CreateLedgerCommand.ts | 6 +-----
clients/client-qldb/commands/DeleteLedgerCommand.ts | 6 +-----
.../commands/DescribeJournalKinesisStreamCommand.ts | 6 +-----
.../commands/DescribeJournalS3ExportCommand.ts | 6 +-----
.../client-qldb/commands/DescribeLedgerCommand.ts | 6 +-----
.../client-qldb/commands/ExportJournalToS3Command.ts | 6 +-----
clients/client-qldb/commands/GetBlockCommand.ts | 6 +-----
clients/client-qldb/commands/GetDigestCommand.ts | 6 +-----
clients/client-qldb/commands/GetRevisionCommand.ts | 6 +-----
.../ListJournalKinesisStreamsForLedgerCommand.ts | 6 +-----
.../commands/ListJournalS3ExportsCommand.ts | 6 +-----
.../commands/ListJournalS3ExportsForLedgerCommand.ts | 6 +-----
clients/client-qldb/commands/ListLedgersCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/StreamJournalToKinesisCommand.ts | 6 +-----
clients/client-qldb/commands/TagResourceCommand.ts | 6 +-----
clients/client-qldb/commands/UntagResourceCommand.ts | 6 +-----
clients/client-qldb/commands/UpdateLedgerCommand.ts | 6 +-----
.../commands/CancelIngestionCommand.ts | 6 +-----
.../commands/CreateAccountCustomizationCommand.ts | 6 +-----
.../commands/CreateAnalysisCommand.ts | 6 +-----
.../commands/CreateDashboardCommand.ts | 6 +-----
.../commands/CreateDataSetCommand.ts | 6 +-----
.../commands/CreateDataSourceCommand.ts | 6 +-----
.../client-quicksight/commands/CreateGroupCommand.ts | 6 +-----
.../commands/CreateGroupMembershipCommand.ts | 6 +-----
.../commands/CreateIAMPolicyAssignmentCommand.ts | 6 +-----
.../commands/CreateIngestionCommand.ts | 6 +-----
.../commands/CreateNamespaceCommand.ts | 6 +-----
.../commands/CreateTemplateAliasCommand.ts | 6 +-----
.../commands/CreateTemplateCommand.ts | 6 +-----
.../commands/CreateThemeAliasCommand.ts | 6 +-----
.../client-quicksight/commands/CreateThemeCommand.ts | 6 +-----
.../commands/DeleteAccountCustomizationCommand.ts | 6 +-----
.../commands/DeleteAnalysisCommand.ts | 6 +-----
.../commands/DeleteDashboardCommand.ts | 6 +-----
.../commands/DeleteDataSetCommand.ts | 6 +-----
.../commands/DeleteDataSourceCommand.ts | 6 +-----
.../client-quicksight/commands/DeleteGroupCommand.ts | 6 +-----
.../commands/DeleteGroupMembershipCommand.ts | 6 +-----
.../commands/DeleteIAMPolicyAssignmentCommand.ts | 6 +-----
.../commands/DeleteNamespaceCommand.ts | 6 +-----
.../commands/DeleteTemplateAliasCommand.ts | 6 +-----
.../commands/DeleteTemplateCommand.ts | 6 +-----
.../commands/DeleteThemeAliasCommand.ts | 6 +-----
.../client-quicksight/commands/DeleteThemeCommand.ts | 6 +-----
.../commands/DeleteUserByPrincipalIdCommand.ts | 6 +-----
.../client-quicksight/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DescribeAccountCustomizationCommand.ts | 6 +-----
.../commands/DescribeAccountSettingsCommand.ts | 6 +-----
.../commands/DescribeAnalysisCommand.ts | 6 +-----
.../commands/DescribeAnalysisPermissionsCommand.ts | 6 +-----
.../commands/DescribeDashboardCommand.ts | 6 +-----
.../commands/DescribeDashboardPermissionsCommand.ts | 6 +-----
.../commands/DescribeDataSetCommand.ts | 6 +-----
.../commands/DescribeDataSetPermissionsCommand.ts | 6 +-----
.../commands/DescribeDataSourceCommand.ts | 6 +-----
.../commands/DescribeDataSourcePermissionsCommand.ts | 6 +-----
.../commands/DescribeGroupCommand.ts | 6 +-----
.../commands/DescribeIAMPolicyAssignmentCommand.ts | 6 +-----
.../commands/DescribeIngestionCommand.ts | 6 +-----
.../commands/DescribeNamespaceCommand.ts | 6 +-----
.../commands/DescribeTemplateAliasCommand.ts | 6 +-----
.../commands/DescribeTemplateCommand.ts | 6 +-----
.../commands/DescribeTemplatePermissionsCommand.ts | 6 +-----
.../commands/DescribeThemeAliasCommand.ts | 6 +-----
.../commands/DescribeThemeCommand.ts | 6 +-----
.../commands/DescribeThemePermissionsCommand.ts | 6 +-----
.../commands/DescribeUserCommand.ts | 6 +-----
.../commands/GetDashboardEmbedUrlCommand.ts | 6 +-----
.../commands/GetSessionEmbedUrlCommand.ts | 6 +-----
.../commands/ListAnalysesCommand.ts | 6 +-----
.../commands/ListDashboardVersionsCommand.ts | 6 +-----
.../commands/ListDashboardsCommand.ts | 6 +-----
.../commands/ListDataSetsCommand.ts | 6 +-----
.../commands/ListDataSourcesCommand.ts | 6 +-----
.../commands/ListGroupMembershipsCommand.ts | 6 +-----
.../client-quicksight/commands/ListGroupsCommand.ts | 6 +-----
.../commands/ListIAMPolicyAssignmentsCommand.ts | 6 +-----
.../ListIAMPolicyAssignmentsForUserCommand.ts | 6 +-----
.../commands/ListIngestionsCommand.ts | 6 +-----
.../commands/ListNamespacesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTemplateAliasesCommand.ts | 6 +-----
.../commands/ListTemplateVersionsCommand.ts | 6 +-----
.../commands/ListTemplatesCommand.ts | 6 +-----
.../commands/ListThemeAliasesCommand.ts | 6 +-----
.../commands/ListThemeVersionsCommand.ts | 6 +-----
.../client-quicksight/commands/ListThemesCommand.ts | 6 +-----
.../commands/ListUserGroupsCommand.ts | 6 +-----
.../client-quicksight/commands/ListUsersCommand.ts | 6 +-----
.../commands/RegisterUserCommand.ts | 6 +-----
.../commands/RestoreAnalysisCommand.ts | 6 +-----
.../commands/SearchAnalysesCommand.ts | 6 +-----
.../commands/SearchDashboardsCommand.ts | 6 +-----
.../client-quicksight/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateAccountCustomizationCommand.ts | 6 +-----
.../commands/UpdateAccountSettingsCommand.ts | 6 +-----
.../commands/UpdateAnalysisCommand.ts | 6 +-----
.../commands/UpdateAnalysisPermissionsCommand.ts | 6 +-----
.../commands/UpdateDashboardCommand.ts | 6 +-----
.../commands/UpdateDashboardPermissionsCommand.ts | 6 +-----
.../UpdateDashboardPublishedVersionCommand.ts | 6 +-----
.../commands/UpdateDataSetCommand.ts | 6 +-----
.../commands/UpdateDataSetPermissionsCommand.ts | 6 +-----
.../commands/UpdateDataSourceCommand.ts | 6 +-----
.../commands/UpdateDataSourcePermissionsCommand.ts | 6 +-----
.../client-quicksight/commands/UpdateGroupCommand.ts | 6 +-----
.../commands/UpdateIAMPolicyAssignmentCommand.ts | 6 +-----
.../commands/UpdateTemplateAliasCommand.ts | 6 +-----
.../commands/UpdateTemplateCommand.ts | 6 +-----
.../commands/UpdateTemplatePermissionsCommand.ts | 6 +-----
.../commands/UpdateThemeAliasCommand.ts | 6 +-----
.../client-quicksight/commands/UpdateThemeCommand.ts | 6 +-----
.../commands/UpdateThemePermissionsCommand.ts | 6 +-----
.../client-quicksight/commands/UpdateUserCommand.ts | 6 +-----
.../commands/AcceptResourceShareInvitationCommand.ts | 6 +-----
.../commands/AssociateResourceShareCommand.ts | 6 +-----
.../AssociateResourceSharePermissionCommand.ts | 6 +-----
.../commands/CreateResourceShareCommand.ts | 6 +-----
.../commands/DeleteResourceShareCommand.ts | 6 +-----
.../commands/DisassociateResourceShareCommand.ts | 6 +-----
.../DisassociateResourceSharePermissionCommand.ts | 6 +-----
.../EnableSharingWithAwsOrganizationCommand.ts | 6 +-----
clients/client-ram/commands/GetPermissionCommand.ts | 6 +-----
.../commands/GetResourcePoliciesCommand.ts | 6 +-----
.../commands/GetResourceShareAssociationsCommand.ts | 6 +-----
.../commands/GetResourceShareInvitationsCommand.ts | 6 +-----
.../client-ram/commands/GetResourceSharesCommand.ts | 6 +-----
.../ListPendingInvitationResourcesCommand.ts | 6 +-----
.../client-ram/commands/ListPermissionsCommand.ts | 6 +-----
clients/client-ram/commands/ListPrincipalsCommand.ts | 6 +-----
.../commands/ListResourceSharePermissionsCommand.ts | 6 +-----
.../client-ram/commands/ListResourceTypesCommand.ts | 6 +-----
clients/client-ram/commands/ListResourcesCommand.ts | 6 +-----
.../PromoteResourceShareCreatedFromPolicyCommand.ts | 6 +-----
.../commands/RejectResourceShareInvitationCommand.ts | 6 +-----
clients/client-ram/commands/TagResourceCommand.ts | 6 +-----
clients/client-ram/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateResourceShareCommand.ts | 6 +-----
.../commands/BatchExecuteStatementCommand.ts | 6 +-----
.../commands/BeginTransactionCommand.ts | 6 +-----
.../commands/CommitTransactionCommand.ts | 6 +-----
.../client-rds-data/commands/ExecuteSqlCommand.ts | 6 +-----
.../commands/ExecuteStatementCommand.ts | 6 +-----
.../commands/RollbackTransactionCommand.ts | 6 +-----
.../client-rds/commands/AddRoleToDBClusterCommand.ts | 6 +-----
.../commands/AddRoleToDBInstanceCommand.ts | 6 +-----
.../AddSourceIdentifierToSubscriptionCommand.ts | 6 +-----
.../client-rds/commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/ApplyPendingMaintenanceActionCommand.ts | 6 +-----
.../AuthorizeDBSecurityGroupIngressCommand.ts | 6 +-----
.../client-rds/commands/BacktrackDBClusterCommand.ts | 6 +-----
.../client-rds/commands/CancelExportTaskCommand.ts | 6 +-----
.../commands/CopyDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CopyDBClusterSnapshotCommand.ts | 8 ++------
.../commands/CopyDBParameterGroupCommand.ts | 6 +-----
clients/client-rds/commands/CopyDBSnapshotCommand.ts | 8 ++------
.../client-rds/commands/CopyOptionGroupCommand.ts | 6 +-----
.../commands/CreateCustomAvailabilityZoneCommand.ts | 6 +-----
.../client-rds/commands/CreateDBClusterCommand.ts | 8 ++------
.../commands/CreateDBClusterEndpointCommand.ts | 6 +-----
.../commands/CreateDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/CreateDBClusterSnapshotCommand.ts | 6 +-----
.../client-rds/commands/CreateDBInstanceCommand.ts | 6 +-----
.../commands/CreateDBInstanceReadReplicaCommand.ts | 8 ++------
.../commands/CreateDBParameterGroupCommand.ts | 6 +-----
clients/client-rds/commands/CreateDBProxyCommand.ts | 6 +-----
.../commands/CreateDBSecurityGroupCommand.ts | 6 +-----
.../client-rds/commands/CreateDBSnapshotCommand.ts | 6 +-----
.../commands/CreateDBSubnetGroupCommand.ts | 6 +-----
.../commands/CreateEventSubscriptionCommand.ts | 6 +-----
.../commands/CreateGlobalClusterCommand.ts | 6 +-----
.../client-rds/commands/CreateOptionGroupCommand.ts | 6 +-----
.../commands/DeleteCustomAvailabilityZoneCommand.ts | 6 +-----
.../client-rds/commands/DeleteDBClusterCommand.ts | 6 +-----
.../commands/DeleteDBClusterEndpointCommand.ts | 6 +-----
.../commands/DeleteDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/DeleteDBClusterSnapshotCommand.ts | 6 +-----
.../DeleteDBInstanceAutomatedBackupCommand.ts | 6 +-----
.../client-rds/commands/DeleteDBInstanceCommand.ts | 6 +-----
.../commands/DeleteDBParameterGroupCommand.ts | 6 +-----
clients/client-rds/commands/DeleteDBProxyCommand.ts | 6 +-----
.../commands/DeleteDBSecurityGroupCommand.ts | 6 +-----
.../client-rds/commands/DeleteDBSnapshotCommand.ts | 6 +-----
.../commands/DeleteDBSubnetGroupCommand.ts | 6 +-----
.../commands/DeleteEventSubscriptionCommand.ts | 6 +-----
.../commands/DeleteGlobalClusterCommand.ts | 6 +-----
.../commands/DeleteInstallationMediaCommand.ts | 6 +-----
.../client-rds/commands/DeleteOptionGroupCommand.ts | 6 +-----
.../commands/DeregisterDBProxyTargetsCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
.../commands/DescribeCertificatesCommand.ts | 6 +-----
.../DescribeCustomAvailabilityZonesCommand.ts | 6 +-----
.../commands/DescribeDBClusterBacktracksCommand.ts | 6 +-----
.../commands/DescribeDBClusterEndpointsCommand.ts | 6 +-----
.../DescribeDBClusterParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeDBClusterParametersCommand.ts | 6 +-----
.../DescribeDBClusterSnapshotAttributesCommand.ts | 6 +-----
.../commands/DescribeDBClusterSnapshotsCommand.ts | 6 +-----
.../client-rds/commands/DescribeDBClustersCommand.ts | 6 +-----
.../commands/DescribeDBEngineVersionsCommand.ts | 6 +-----
.../DescribeDBInstanceAutomatedBackupsCommand.ts | 6 +-----
.../commands/DescribeDBInstancesCommand.ts | 6 +-----
.../client-rds/commands/DescribeDBLogFilesCommand.ts | 6 +-----
.../commands/DescribeDBParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeDBParametersCommand.ts | 6 +-----
.../client-rds/commands/DescribeDBProxiesCommand.ts | 6 +-----
.../commands/DescribeDBProxyTargetGroupsCommand.ts | 6 +-----
.../commands/DescribeDBProxyTargetsCommand.ts | 6 +-----
.../commands/DescribeDBSecurityGroupsCommand.ts | 6 +-----
.../commands/DescribeDBSnapshotAttributesCommand.ts | 6 +-----
.../commands/DescribeDBSnapshotsCommand.ts | 6 +-----
.../commands/DescribeDBSubnetGroupsCommand.ts | 6 +-----
.../DescribeEngineDefaultClusterParametersCommand.ts | 6 +-----
.../DescribeEngineDefaultParametersCommand.ts | 6 +-----
.../commands/DescribeEventCategoriesCommand.ts | 6 +-----
.../commands/DescribeEventSubscriptionsCommand.ts | 6 +-----
clients/client-rds/commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeExportTasksCommand.ts | 6 +-----
.../commands/DescribeGlobalClustersCommand.ts | 6 +-----
.../commands/DescribeInstallationMediaCommand.ts | 6 +-----
.../commands/DescribeOptionGroupOptionsCommand.ts | 6 +-----
.../commands/DescribeOptionGroupsCommand.ts | 6 +-----
.../DescribeOrderableDBInstanceOptionsCommand.ts | 6 +-----
.../DescribePendingMaintenanceActionsCommand.ts | 6 +-----
.../commands/DescribeReservedDBInstancesCommand.ts | 6 +-----
.../DescribeReservedDBInstancesOfferingsCommand.ts | 6 +-----
.../commands/DescribeSourceRegionsCommand.ts | 6 +-----
.../DescribeValidDBInstanceModificationsCommand.ts | 6 +-----
.../commands/DownloadDBLogFilePortionCommand.ts | 6 +-----
.../client-rds/commands/FailoverDBClusterCommand.ts | 6 +-----
.../commands/ImportInstallationMediaCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-rds/commands/ModifyCertificatesCommand.ts | 6 +-----
.../ModifyCurrentDBClusterCapacityCommand.ts | 6 +-----
.../client-rds/commands/ModifyDBClusterCommand.ts | 6 +-----
.../commands/ModifyDBClusterEndpointCommand.ts | 6 +-----
.../commands/ModifyDBClusterParameterGroupCommand.ts | 6 +-----
.../ModifyDBClusterSnapshotAttributeCommand.ts | 6 +-----
.../client-rds/commands/ModifyDBInstanceCommand.ts | 6 +-----
.../commands/ModifyDBParameterGroupCommand.ts | 6 +-----
clients/client-rds/commands/ModifyDBProxyCommand.ts | 6 +-----
.../commands/ModifyDBProxyTargetGroupCommand.ts | 6 +-----
.../commands/ModifyDBSnapshotAttributeCommand.ts | 6 +-----
.../client-rds/commands/ModifyDBSnapshotCommand.ts | 6 +-----
.../commands/ModifyDBSubnetGroupCommand.ts | 6 +-----
.../commands/ModifyEventSubscriptionCommand.ts | 6 +-----
.../commands/ModifyGlobalClusterCommand.ts | 6 +-----
.../client-rds/commands/ModifyOptionGroupCommand.ts | 6 +-----
.../client-rds/commands/PromoteReadReplicaCommand.ts | 6 +-----
.../commands/PromoteReadReplicaDBClusterCommand.ts | 6 +-----
.../PurchaseReservedDBInstancesOfferingCommand.ts | 6 +-----
.../client-rds/commands/RebootDBInstanceCommand.ts | 6 +-----
.../commands/RegisterDBProxyTargetsCommand.ts | 6 +-----
.../commands/RemoveFromGlobalClusterCommand.ts | 6 +-----
.../commands/RemoveRoleFromDBClusterCommand.ts | 6 +-----
.../commands/RemoveRoleFromDBInstanceCommand.ts | 6 +-----
.../RemoveSourceIdentifierFromSubscriptionCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetDBClusterParameterGroupCommand.ts | 6 +-----
.../commands/ResetDBParameterGroupCommand.ts | 6 +-----
.../commands/RestoreDBClusterFromS3Command.ts | 6 +-----
.../commands/RestoreDBClusterFromSnapshotCommand.ts | 6 +-----
.../commands/RestoreDBClusterToPointInTimeCommand.ts | 6 +-----
.../RestoreDBInstanceFromDBSnapshotCommand.ts | 6 +-----
.../commands/RestoreDBInstanceFromS3Command.ts | 6 +-----
.../RestoreDBInstanceToPointInTimeCommand.ts | 6 +-----
.../commands/RevokeDBSecurityGroupIngressCommand.ts | 6 +-----
.../commands/StartActivityStreamCommand.ts | 6 +-----
clients/client-rds/commands/StartDBClusterCommand.ts | 6 +-----
...rtDBInstanceAutomatedBackupsReplicationCommand.ts | 6 +-----
.../client-rds/commands/StartDBInstanceCommand.ts | 6 +-----
.../client-rds/commands/StartExportTaskCommand.ts | 6 +-----
.../client-rds/commands/StopActivityStreamCommand.ts | 6 +-----
clients/client-rds/commands/StopDBClusterCommand.ts | 6 +-----
...opDBInstanceAutomatedBackupsReplicationCommand.ts | 6 +-----
clients/client-rds/commands/StopDBInstanceCommand.ts | 6 +-----
.../commands/CancelStatementCommand.ts | 6 +-----
.../commands/DescribeStatementCommand.ts | 6 +-----
.../commands/DescribeTableCommand.ts | 6 +-----
.../commands/ExecuteStatementCommand.ts | 6 +-----
.../commands/GetStatementResultCommand.ts | 6 +-----
.../commands/ListDatabasesCommand.ts | 6 +-----
.../commands/ListSchemasCommand.ts | 6 +-----
.../commands/ListStatementsCommand.ts | 6 +-----
.../commands/ListTablesCommand.ts | 6 +-----
.../commands/AcceptReservedNodeExchangeCommand.ts | 6 +-----
.../AuthorizeClusterSecurityGroupIngressCommand.ts | 6 +-----
.../commands/AuthorizeSnapshotAccessCommand.ts | 6 +-----
.../commands/BatchDeleteClusterSnapshotsCommand.ts | 6 +-----
.../commands/BatchModifyClusterSnapshotsCommand.ts | 6 +-----
.../client-redshift/commands/CancelResizeCommand.ts | 6 +-----
.../commands/CopyClusterSnapshotCommand.ts | 6 +-----
.../client-redshift/commands/CreateClusterCommand.ts | 6 +-----
.../commands/CreateClusterParameterGroupCommand.ts | 6 +-----
.../commands/CreateClusterSecurityGroupCommand.ts | 6 +-----
.../commands/CreateClusterSnapshotCommand.ts | 6 +-----
.../commands/CreateClusterSubnetGroupCommand.ts | 6 +-----
.../commands/CreateEventSubscriptionCommand.ts | 6 +-----
.../commands/CreateHsmClientCertificateCommand.ts | 6 +-----
.../commands/CreateHsmConfigurationCommand.ts | 6 +-----
.../commands/CreateScheduledActionCommand.ts | 6 +-----
.../commands/CreateSnapshotCopyGrantCommand.ts | 6 +-----
.../commands/CreateSnapshotScheduleCommand.ts | 6 +-----
.../client-redshift/commands/CreateTagsCommand.ts | 6 +-----
.../commands/CreateUsageLimitCommand.ts | 6 +-----
.../client-redshift/commands/DeleteClusterCommand.ts | 6 +-----
.../commands/DeleteClusterParameterGroupCommand.ts | 6 +-----
.../commands/DeleteClusterSecurityGroupCommand.ts | 6 +-----
.../commands/DeleteClusterSnapshotCommand.ts | 6 +-----
.../commands/DeleteClusterSubnetGroupCommand.ts | 6 +-----
.../commands/DeleteEventSubscriptionCommand.ts | 6 +-----
.../commands/DeleteHsmClientCertificateCommand.ts | 6 +-----
.../commands/DeleteHsmConfigurationCommand.ts | 6 +-----
.../commands/DeleteScheduledActionCommand.ts | 6 +-----
.../commands/DeleteSnapshotCopyGrantCommand.ts | 6 +-----
.../commands/DeleteSnapshotScheduleCommand.ts | 6 +-----
.../client-redshift/commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DeleteUsageLimitCommand.ts | 6 +-----
.../commands/DescribeAccountAttributesCommand.ts | 6 +-----
.../commands/DescribeClusterDbRevisionsCommand.ts | 6 +-----
.../DescribeClusterParameterGroupsCommand.ts | 6 +-----
.../commands/DescribeClusterParametersCommand.ts | 6 +-----
.../commands/DescribeClusterSecurityGroupsCommand.ts | 6 +-----
.../commands/DescribeClusterSnapshotsCommand.ts | 6 +-----
.../commands/DescribeClusterSubnetGroupsCommand.ts | 6 +-----
.../commands/DescribeClusterTracksCommand.ts | 6 +-----
.../commands/DescribeClusterVersionsCommand.ts | 6 +-----
.../commands/DescribeClustersCommand.ts | 6 +-----
.../DescribeDefaultClusterParametersCommand.ts | 6 +-----
.../commands/DescribeEventCategoriesCommand.ts | 6 +-----
.../commands/DescribeEventSubscriptionsCommand.ts | 6 +-----
.../commands/DescribeEventsCommand.ts | 6 +-----
.../commands/DescribeHsmClientCertificatesCommand.ts | 6 +-----
.../commands/DescribeHsmConfigurationsCommand.ts | 6 +-----
.../commands/DescribeLoggingStatusCommand.ts | 6 +-----
.../DescribeNodeConfigurationOptionsCommand.ts | 6 +-----
.../DescribeOrderableClusterOptionsCommand.ts | 6 +-----
.../commands/DescribeReservedNodeOfferingsCommand.ts | 6 +-----
.../commands/DescribeReservedNodesCommand.ts | 6 +-----
.../commands/DescribeResizeCommand.ts | 6 +-----
.../commands/DescribeScheduledActionsCommand.ts | 6 +-----
.../commands/DescribeSnapshotCopyGrantsCommand.ts | 6 +-----
.../commands/DescribeSnapshotSchedulesCommand.ts | 6 +-----
.../commands/DescribeStorageCommand.ts | 6 +-----
.../commands/DescribeTableRestoreStatusCommand.ts | 6 +-----
.../client-redshift/commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DescribeUsageLimitsCommand.ts | 6 +-----
.../commands/DisableLoggingCommand.ts | 6 +-----
.../commands/DisableSnapshotCopyCommand.ts | 6 +-----
.../client-redshift/commands/EnableLoggingCommand.ts | 6 +-----
.../commands/EnableSnapshotCopyCommand.ts | 6 +-----
.../commands/GetClusterCredentialsCommand.ts | 6 +-----
.../GetReservedNodeExchangeOfferingsCommand.ts | 6 +-----
.../client-redshift/commands/ModifyClusterCommand.ts | 6 +-----
.../commands/ModifyClusterDbRevisionCommand.ts | 6 +-----
.../commands/ModifyClusterIamRolesCommand.ts | 6 +-----
.../commands/ModifyClusterMaintenanceCommand.ts | 6 +-----
.../commands/ModifyClusterParameterGroupCommand.ts | 6 +-----
.../commands/ModifyClusterSnapshotCommand.ts | 6 +-----
.../commands/ModifyClusterSnapshotScheduleCommand.ts | 6 +-----
.../commands/ModifyClusterSubnetGroupCommand.ts | 6 +-----
.../commands/ModifyEventSubscriptionCommand.ts | 6 +-----
.../commands/ModifyScheduledActionCommand.ts | 6 +-----
.../ModifySnapshotCopyRetentionPeriodCommand.ts | 6 +-----
.../commands/ModifySnapshotScheduleCommand.ts | 6 +-----
.../commands/ModifyUsageLimitCommand.ts | 6 +-----
.../client-redshift/commands/PauseClusterCommand.ts | 6 +-----
.../commands/PurchaseReservedNodeOfferingCommand.ts | 6 +-----
.../client-redshift/commands/RebootClusterCommand.ts | 6 +-----
.../commands/ResetClusterParameterGroupCommand.ts | 6 +-----
.../client-redshift/commands/ResizeClusterCommand.ts | 6 +-----
.../commands/RestoreFromClusterSnapshotCommand.ts | 6 +-----
.../RestoreTableFromClusterSnapshotCommand.ts | 6 +-----
.../client-redshift/commands/ResumeClusterCommand.ts | 6 +-----
.../RevokeClusterSecurityGroupIngressCommand.ts | 6 +-----
.../commands/RevokeSnapshotAccessCommand.ts | 6 +-----
.../commands/RotateEncryptionKeyCommand.ts | 6 +-----
.../commands/CompareFacesCommand.ts | 6 +-----
.../commands/CreateCollectionCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/CreateProjectVersionCommand.ts | 6 +-----
.../commands/CreateStreamProcessorCommand.ts | 6 +-----
.../commands/DeleteCollectionCommand.ts | 6 +-----
.../commands/DeleteFacesCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../commands/DeleteProjectVersionCommand.ts | 6 +-----
.../commands/DeleteStreamProcessorCommand.ts | 6 +-----
.../commands/DescribeCollectionCommand.ts | 6 +-----
.../commands/DescribeProjectVersionsCommand.ts | 6 +-----
.../commands/DescribeProjectsCommand.ts | 6 +-----
.../commands/DescribeStreamProcessorCommand.ts | 6 +-----
.../commands/DetectCustomLabelsCommand.ts | 6 +-----
.../commands/DetectFacesCommand.ts | 6 +-----
.../commands/DetectLabelsCommand.ts | 6 +-----
.../commands/DetectModerationLabelsCommand.ts | 6 +-----
.../commands/DetectProtectiveEquipmentCommand.ts | 6 +-----
.../client-rekognition/commands/DetectTextCommand.ts | 6 +-----
.../commands/GetCelebrityInfoCommand.ts | 6 +-----
.../commands/GetCelebrityRecognitionCommand.ts | 6 +-----
.../commands/GetContentModerationCommand.ts | 6 +-----
.../commands/GetFaceDetectionCommand.ts | 6 +-----
.../commands/GetFaceSearchCommand.ts | 6 +-----
.../commands/GetLabelDetectionCommand.ts | 6 +-----
.../commands/GetPersonTrackingCommand.ts | 6 +-----
.../commands/GetSegmentDetectionCommand.ts | 6 +-----
.../commands/GetTextDetectionCommand.ts | 6 +-----
.../client-rekognition/commands/IndexFacesCommand.ts | 6 +-----
.../commands/ListCollectionsCommand.ts | 6 +-----
.../client-rekognition/commands/ListFacesCommand.ts | 6 +-----
.../commands/ListStreamProcessorsCommand.ts | 6 +-----
.../commands/RecognizeCelebritiesCommand.ts | 6 +-----
.../commands/SearchFacesByImageCommand.ts | 6 +-----
.../commands/SearchFacesCommand.ts | 6 +-----
.../commands/StartCelebrityRecognitionCommand.ts | 6 +-----
.../commands/StartContentModerationCommand.ts | 6 +-----
.../commands/StartFaceDetectionCommand.ts | 6 +-----
.../commands/StartFaceSearchCommand.ts | 6 +-----
.../commands/StartLabelDetectionCommand.ts | 6 +-----
.../commands/StartPersonTrackingCommand.ts | 6 +-----
.../commands/StartProjectVersionCommand.ts | 6 +-----
.../commands/StartSegmentDetectionCommand.ts | 6 +-----
.../commands/StartStreamProcessorCommand.ts | 6 +-----
.../commands/StartTextDetectionCommand.ts | 6 +-----
.../commands/StopProjectVersionCommand.ts | 6 +-----
.../commands/StopStreamProcessorCommand.ts | 6 +-----
.../commands/DescribeReportCreationCommand.ts | 6 +-----
.../commands/GetComplianceSummaryCommand.ts | 6 +-----
.../commands/GetResourcesCommand.ts | 6 +-----
.../commands/GetTagKeysCommand.ts | 6 +-----
.../commands/GetTagValuesCommand.ts | 6 +-----
.../commands/StartReportCreationCommand.ts | 6 +-----
.../commands/TagResourcesCommand.ts | 6 +-----
.../commands/UntagResourcesCommand.ts | 6 +-----
.../commands/CreateGroupCommand.ts | 6 +-----
.../commands/DeleteGroupCommand.ts | 6 +-----
.../commands/GetGroupCommand.ts | 6 +-----
.../commands/GetGroupConfigurationCommand.ts | 6 +-----
.../commands/GetGroupQueryCommand.ts | 6 +-----
.../commands/GetTagsCommand.ts | 6 +-----
.../commands/GroupResourcesCommand.ts | 6 +-----
.../commands/ListGroupResourcesCommand.ts | 6 +-----
.../commands/ListGroupsCommand.ts | 6 +-----
.../commands/SearchResourcesCommand.ts | 6 +-----
.../client-resource-groups/commands/TagCommand.ts | 6 +-----
.../commands/UngroupResourcesCommand.ts | 6 +-----
.../client-resource-groups/commands/UntagCommand.ts | 6 +-----
.../commands/UpdateGroupCommand.ts | 6 +-----
.../commands/UpdateGroupQueryCommand.ts | 6 +-----
.../commands/BatchDeleteWorldsCommand.ts | 6 +-----
.../commands/BatchDescribeSimulationJobCommand.ts | 6 +-----
.../commands/CancelDeploymentJobCommand.ts | 6 +-----
.../commands/CancelSimulationJobBatchCommand.ts | 6 +-----
.../commands/CancelSimulationJobCommand.ts | 6 +-----
.../commands/CancelWorldExportJobCommand.ts | 6 +-----
.../commands/CancelWorldGenerationJobCommand.ts | 6 +-----
.../commands/CreateDeploymentJobCommand.ts | 6 +-----
.../client-robomaker/commands/CreateFleetCommand.ts | 6 +-----
.../commands/CreateRobotApplicationCommand.ts | 6 +-----
.../commands/CreateRobotApplicationVersionCommand.ts | 6 +-----
.../client-robomaker/commands/CreateRobotCommand.ts | 6 +-----
.../commands/CreateSimulationApplicationCommand.ts | 6 +-----
.../CreateSimulationApplicationVersionCommand.ts | 6 +-----
.../commands/CreateSimulationJobCommand.ts | 6 +-----
.../commands/CreateWorldExportJobCommand.ts | 6 +-----
.../commands/CreateWorldGenerationJobCommand.ts | 6 +-----
.../commands/CreateWorldTemplateCommand.ts | 6 +-----
.../client-robomaker/commands/DeleteFleetCommand.ts | 6 +-----
.../commands/DeleteRobotApplicationCommand.ts | 6 +-----
.../client-robomaker/commands/DeleteRobotCommand.ts | 6 +-----
.../commands/DeleteSimulationApplicationCommand.ts | 6 +-----
.../commands/DeleteWorldTemplateCommand.ts | 6 +-----
.../commands/DeregisterRobotCommand.ts | 6 +-----
.../commands/DescribeDeploymentJobCommand.ts | 6 +-----
.../commands/DescribeFleetCommand.ts | 6 +-----
.../commands/DescribeRobotApplicationCommand.ts | 6 +-----
.../commands/DescribeRobotCommand.ts | 6 +-----
.../commands/DescribeSimulationApplicationCommand.ts | 6 +-----
.../commands/DescribeSimulationJobBatchCommand.ts | 6 +-----
.../commands/DescribeSimulationJobCommand.ts | 6 +-----
.../commands/DescribeWorldCommand.ts | 6 +-----
.../commands/DescribeWorldExportJobCommand.ts | 6 +-----
.../commands/DescribeWorldGenerationJobCommand.ts | 6 +-----
.../commands/DescribeWorldTemplateCommand.ts | 6 +-----
.../commands/GetWorldTemplateBodyCommand.ts | 6 +-----
.../commands/ListDeploymentJobsCommand.ts | 6 +-----
.../client-robomaker/commands/ListFleetsCommand.ts | 6 +-----
.../commands/ListRobotApplicationsCommand.ts | 6 +-----
.../client-robomaker/commands/ListRobotsCommand.ts | 6 +-----
.../commands/ListSimulationApplicationsCommand.ts | 6 +-----
.../commands/ListSimulationJobBatchesCommand.ts | 6 +-----
.../commands/ListSimulationJobsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListWorldExportJobsCommand.ts | 6 +-----
.../commands/ListWorldGenerationJobsCommand.ts | 6 +-----
.../commands/ListWorldTemplatesCommand.ts | 6 +-----
.../client-robomaker/commands/ListWorldsCommand.ts | 6 +-----
.../commands/RegisterRobotCommand.ts | 6 +-----
.../commands/RestartSimulationJobCommand.ts | 6 +-----
.../commands/StartSimulationJobBatchCommand.ts | 6 +-----
.../commands/SyncDeploymentJobCommand.ts | 6 +-----
.../client-robomaker/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateRobotApplicationCommand.ts | 6 +-----
.../commands/UpdateSimulationApplicationCommand.ts | 6 +-----
.../commands/UpdateWorldTemplateCommand.ts | 6 +-----
...ceptDomainTransferFromAnotherAwsAccountCommand.ts | 6 +-----
...CancelDomainTransferToAnotherAwsAccountCommand.ts | 6 +-----
.../commands/CheckDomainAvailabilityCommand.ts | 6 +-----
.../commands/CheckDomainTransferabilityCommand.ts | 6 +-----
.../commands/DeleteTagsForDomainCommand.ts | 6 +-----
.../commands/DisableDomainAutoRenewCommand.ts | 6 +-----
.../commands/DisableDomainTransferLockCommand.ts | 6 +-----
.../commands/EnableDomainAutoRenewCommand.ts | 6 +-----
.../commands/EnableDomainTransferLockCommand.ts | 6 +-----
.../commands/GetContactReachabilityStatusCommand.ts | 6 +-----
.../commands/GetDomainDetailCommand.ts | 6 +-----
.../commands/GetDomainSuggestionsCommand.ts | 6 +-----
.../commands/GetOperationDetailCommand.ts | 6 +-----
.../commands/ListDomainsCommand.ts | 6 +-----
.../commands/ListOperationsCommand.ts | 6 +-----
.../commands/ListTagsForDomainCommand.ts | 6 +-----
.../commands/RegisterDomainCommand.ts | 6 +-----
...jectDomainTransferFromAnotherAwsAccountCommand.ts | 6 +-----
.../commands/RenewDomainCommand.ts | 6 +-----
.../ResendContactReachabilityEmailCommand.ts | 6 +-----
.../commands/RetrieveDomainAuthCodeCommand.ts | 6 +-----
.../commands/TransferDomainCommand.ts | 6 +-----
.../TransferDomainToAnotherAwsAccountCommand.ts | 6 +-----
.../commands/UpdateDomainContactCommand.ts | 6 +-----
.../commands/UpdateDomainContactPrivacyCommand.ts | 6 +-----
.../commands/UpdateDomainNameserversCommand.ts | 6 +-----
.../commands/UpdateTagsForDomainCommand.ts | 6 +-----
.../commands/ViewBillingCommand.ts | 6 +-----
.../commands/AssociateVPCWithHostedZoneCommand.ts | 8 ++------
.../commands/ChangeResourceRecordSetsCommand.ts | 10 +++-------
.../commands/ChangeTagsForResourceCommand.ts | 6 +-----
.../commands/CreateHealthCheckCommand.ts | 6 +-----
.../commands/CreateHostedZoneCommand.ts | 8 ++------
.../commands/CreateQueryLoggingConfigCommand.ts | 8 ++------
.../commands/CreateReusableDelegationSetCommand.ts | 8 ++------
.../commands/CreateTrafficPolicyCommand.ts | 6 +-----
.../commands/CreateTrafficPolicyInstanceCommand.ts | 8 ++------
.../commands/CreateTrafficPolicyVersionCommand.ts | 8 ++------
.../CreateVPCAssociationAuthorizationCommand.ts | 8 ++------
.../commands/DeleteHealthCheckCommand.ts | 6 +-----
.../commands/DeleteHostedZoneCommand.ts | 8 ++------
.../commands/DeleteQueryLoggingConfigCommand.ts | 8 ++------
.../commands/DeleteReusableDelegationSetCommand.ts | 8 ++------
.../commands/DeleteTrafficPolicyCommand.ts | 8 ++------
.../commands/DeleteTrafficPolicyInstanceCommand.ts | 8 ++------
.../DeleteVPCAssociationAuthorizationCommand.ts | 8 ++------
.../commands/DisassociateVPCFromHostedZoneCommand.ts | 8 ++------
.../commands/GetAccountLimitCommand.ts | 6 +-----
clients/client-route-53/commands/GetChangeCommand.ts | 8 ++------
.../commands/GetCheckerIpRangesCommand.ts | 6 +-----
.../commands/GetGeoLocationCommand.ts | 6 +-----
.../commands/GetHealthCheckCommand.ts | 6 +-----
.../commands/GetHealthCheckCountCommand.ts | 6 +-----
.../GetHealthCheckLastFailureReasonCommand.ts | 6 +-----
.../commands/GetHealthCheckStatusCommand.ts | 6 +-----
.../client-route-53/commands/GetHostedZoneCommand.ts | 8 ++------
.../commands/GetHostedZoneCountCommand.ts | 6 +-----
.../commands/GetHostedZoneLimitCommand.ts | 8 ++------
.../commands/GetQueryLoggingConfigCommand.ts | 8 ++------
.../commands/GetReusableDelegationSetCommand.ts | 8 ++------
.../commands/GetReusableDelegationSetLimitCommand.ts | 8 ++------
.../commands/GetTrafficPolicyCommand.ts | 8 ++------
.../commands/GetTrafficPolicyInstanceCommand.ts | 8 ++------
.../commands/GetTrafficPolicyInstanceCountCommand.ts | 6 +-----
.../commands/ListGeoLocationsCommand.ts | 6 +-----
.../commands/ListHealthChecksCommand.ts | 6 +-----
.../commands/ListHostedZonesByNameCommand.ts | 8 ++------
.../commands/ListHostedZonesByVPCCommand.ts | 6 +-----
.../commands/ListHostedZonesCommand.ts | 8 ++------
.../commands/ListQueryLoggingConfigsCommand.ts | 8 ++------
.../commands/ListResourceRecordSetsCommand.ts | 8 ++------
.../commands/ListReusableDelegationSetsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTagsForResourcesCommand.ts | 6 +-----
.../commands/ListTrafficPoliciesCommand.ts | 6 +-----
.../ListTrafficPolicyInstancesByHostedZoneCommand.ts | 8 ++------
.../ListTrafficPolicyInstancesByPolicyCommand.ts | 6 +-----
.../commands/ListTrafficPolicyInstancesCommand.ts | 6 +-----
.../commands/ListTrafficPolicyVersionsCommand.ts | 8 ++------
.../ListVPCAssociationAuthorizationsCommand.ts | 8 ++------
.../client-route-53/commands/TestDNSAnswerCommand.ts | 8 ++------
.../commands/UpdateHealthCheckCommand.ts | 6 +-----
.../commands/UpdateHostedZoneCommentCommand.ts | 8 ++------
.../commands/UpdateTrafficPolicyCommentCommand.ts | 8 ++------
.../commands/UpdateTrafficPolicyInstanceCommand.ts | 8 ++------
.../AssociateResolverEndpointIpAddressCommand.ts | 6 +-----
.../AssociateResolverQueryLogConfigCommand.ts | 6 +-----
.../commands/AssociateResolverRuleCommand.ts | 6 +-----
.../commands/CreateResolverEndpointCommand.ts | 6 +-----
.../commands/CreateResolverQueryLogConfigCommand.ts | 6 +-----
.../commands/CreateResolverRuleCommand.ts | 6 +-----
.../commands/DeleteResolverEndpointCommand.ts | 6 +-----
.../commands/DeleteResolverQueryLogConfigCommand.ts | 6 +-----
.../commands/DeleteResolverRuleCommand.ts | 6 +-----
.../DisassociateResolverEndpointIpAddressCommand.ts | 6 +-----
.../DisassociateResolverQueryLogConfigCommand.ts | 6 +-----
.../commands/DisassociateResolverRuleCommand.ts | 6 +-----
.../commands/GetResolverEndpointCommand.ts | 6 +-----
.../GetResolverQueryLogConfigAssociationCommand.ts | 6 +-----
.../commands/GetResolverQueryLogConfigCommand.ts | 6 +-----
.../GetResolverQueryLogConfigPolicyCommand.ts | 6 +-----
.../commands/GetResolverRuleAssociationCommand.ts | 6 +-----
.../commands/GetResolverRuleCommand.ts | 6 +-----
.../commands/GetResolverRulePolicyCommand.ts | 6 +-----
.../ListResolverEndpointIpAddressesCommand.ts | 6 +-----
.../commands/ListResolverEndpointsCommand.ts | 6 +-----
.../ListResolverQueryLogConfigAssociationsCommand.ts | 6 +-----
.../commands/ListResolverQueryLogConfigsCommand.ts | 6 +-----
.../commands/ListResolverRuleAssociationsCommand.ts | 6 +-----
.../commands/ListResolverRulesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutResolverQueryLogConfigPolicyCommand.ts | 6 +-----
.../commands/PutResolverRulePolicyCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateResolverEndpointCommand.ts | 6 +-----
.../commands/UpdateResolverRuleCommand.ts | 6 +-----
.../commands/CreateAccessPointCommand.ts | 8 ++------
.../commands/CreateBucketCommand.ts | 8 ++------
.../client-s3-control/commands/CreateJobCommand.ts | 8 ++------
.../commands/DeleteAccessPointCommand.ts | 8 ++------
.../commands/DeleteAccessPointPolicyCommand.ts | 8 ++------
.../commands/DeleteBucketCommand.ts | 8 ++------
.../DeleteBucketLifecycleConfigurationCommand.ts | 8 ++------
.../commands/DeleteBucketPolicyCommand.ts | 8 ++------
.../commands/DeleteBucketTaggingCommand.ts | 8 ++------
.../commands/DeleteJobTaggingCommand.ts | 8 ++------
.../commands/DeletePublicAccessBlockCommand.ts | 8 ++------
.../DeleteStorageLensConfigurationCommand.ts | 8 ++------
.../DeleteStorageLensConfigurationTaggingCommand.ts | 8 ++------
.../client-s3-control/commands/DescribeJobCommand.ts | 8 ++------
.../commands/GetAccessPointCommand.ts | 8 ++------
.../commands/GetAccessPointPolicyCommand.ts | 8 ++------
.../commands/GetAccessPointPolicyStatusCommand.ts | 8 ++------
.../client-s3-control/commands/GetBucketCommand.ts | 8 ++------
.../GetBucketLifecycleConfigurationCommand.ts | 8 ++------
.../commands/GetBucketPolicyCommand.ts | 8 ++------
.../commands/GetBucketTaggingCommand.ts | 8 ++------
.../commands/GetJobTaggingCommand.ts | 8 ++------
.../commands/GetPublicAccessBlockCommand.ts | 8 ++------
.../commands/GetStorageLensConfigurationCommand.ts | 8 ++------
.../GetStorageLensConfigurationTaggingCommand.ts | 8 ++------
.../commands/ListAccessPointsCommand.ts | 8 ++------
.../client-s3-control/commands/ListJobsCommand.ts | 8 ++------
.../commands/ListRegionalBucketsCommand.ts | 8 ++------
.../commands/ListStorageLensConfigurationsCommand.ts | 8 ++------
.../commands/PutAccessPointPolicyCommand.ts | 8 ++------
.../PutBucketLifecycleConfigurationCommand.ts | 8 ++------
.../commands/PutBucketPolicyCommand.ts | 8 ++------
.../commands/PutBucketTaggingCommand.ts | 8 ++------
.../commands/PutJobTaggingCommand.ts | 8 ++------
.../commands/PutPublicAccessBlockCommand.ts | 8 ++------
.../commands/PutStorageLensConfigurationCommand.ts | 8 ++------
.../PutStorageLensConfigurationTaggingCommand.ts | 8 ++------
.../commands/UpdateJobPriorityCommand.ts | 8 ++------
.../commands/UpdateJobStatusCommand.ts | 8 ++------
.../commands/AbortMultipartUploadCommand.ts | 8 ++------
.../commands/CompleteMultipartUploadCommand.ts | 10 +++-------
clients/client-s3/commands/CopyObjectCommand.ts | 12 ++++--------
clients/client-s3/commands/CreateBucketCommand.ts | 8 ++------
.../commands/CreateMultipartUploadCommand.ts | 10 +++-------
.../DeleteBucketAnalyticsConfigurationCommand.ts | 8 ++------
clients/client-s3/commands/DeleteBucketCommand.ts | 6 +-----
.../client-s3/commands/DeleteBucketCorsCommand.ts | 8 ++------
.../commands/DeleteBucketEncryptionCommand.ts | 8 ++------
...teBucketIntelligentTieringConfigurationCommand.ts | 8 ++------
.../DeleteBucketInventoryConfigurationCommand.ts | 8 ++------
.../commands/DeleteBucketLifecycleCommand.ts | 8 ++------
.../DeleteBucketMetricsConfigurationCommand.ts | 8 ++------
.../commands/DeleteBucketOwnershipControlsCommand.ts | 8 ++------
.../client-s3/commands/DeleteBucketPolicyCommand.ts | 8 ++------
.../commands/DeleteBucketReplicationCommand.ts | 8 ++------
.../client-s3/commands/DeleteBucketTaggingCommand.ts | 8 ++------
.../client-s3/commands/DeleteBucketWebsiteCommand.ts | 8 ++------
clients/client-s3/commands/DeleteObjectCommand.ts | 8 ++------
.../client-s3/commands/DeleteObjectTaggingCommand.ts | 8 ++------
clients/client-s3/commands/DeleteObjectsCommand.ts | 10 +++-------
.../commands/DeletePublicAccessBlockCommand.ts | 8 ++------
.../GetBucketAccelerateConfigurationCommand.ts | 8 ++------
clients/client-s3/commands/GetBucketAclCommand.ts | 8 ++------
.../GetBucketAnalyticsConfigurationCommand.ts | 8 ++------
clients/client-s3/commands/GetBucketCorsCommand.ts | 8 ++------
.../client-s3/commands/GetBucketEncryptionCommand.ts | 8 ++------
...etBucketIntelligentTieringConfigurationCommand.ts | 8 ++------
.../GetBucketInventoryConfigurationCommand.ts | 8 ++------
.../GetBucketLifecycleConfigurationCommand.ts | 8 ++------
.../client-s3/commands/GetBucketLocationCommand.ts | 8 ++------
.../client-s3/commands/GetBucketLoggingCommand.ts | 8 ++------
.../commands/GetBucketMetricsConfigurationCommand.ts | 8 ++------
.../GetBucketNotificationConfigurationCommand.ts | 8 ++------
.../commands/GetBucketOwnershipControlsCommand.ts | 8 ++------
clients/client-s3/commands/GetBucketPolicyCommand.ts | 8 ++------
.../commands/GetBucketPolicyStatusCommand.ts | 8 ++------
.../commands/GetBucketReplicationCommand.ts | 8 ++------
.../commands/GetBucketRequestPaymentCommand.ts | 8 ++------
.../client-s3/commands/GetBucketTaggingCommand.ts | 8 ++------
.../client-s3/commands/GetBucketVersioningCommand.ts | 8 ++------
.../client-s3/commands/GetBucketWebsiteCommand.ts | 8 ++------
clients/client-s3/commands/GetObjectAclCommand.ts | 8 ++------
clients/client-s3/commands/GetObjectCommand.ts | 10 +++-------
.../client-s3/commands/GetObjectLegalHoldCommand.ts | 8 ++------
.../commands/GetObjectLockConfigurationCommand.ts | 8 ++------
.../client-s3/commands/GetObjectRetentionCommand.ts | 8 ++------
.../client-s3/commands/GetObjectTaggingCommand.ts | 8 ++------
.../client-s3/commands/GetObjectTorrentCommand.ts | 8 ++------
.../commands/GetPublicAccessBlockCommand.ts | 8 ++------
clients/client-s3/commands/HeadBucketCommand.ts | 8 ++------
clients/client-s3/commands/HeadObjectCommand.ts | 10 +++-------
.../ListBucketAnalyticsConfigurationsCommand.ts | 8 ++------
...tBucketIntelligentTieringConfigurationsCommand.ts | 8 ++------
.../ListBucketInventoryConfigurationsCommand.ts | 8 ++------
.../ListBucketMetricsConfigurationsCommand.ts | 8 ++------
clients/client-s3/commands/ListBucketsCommand.ts | 6 +-----
.../commands/ListMultipartUploadsCommand.ts | 8 ++------
.../client-s3/commands/ListObjectVersionsCommand.ts | 8 ++------
clients/client-s3/commands/ListObjectsCommand.ts | 8 ++------
clients/client-s3/commands/ListObjectsV2Command.ts | 8 ++------
clients/client-s3/commands/ListPartsCommand.ts | 8 ++------
.../PutBucketAccelerateConfigurationCommand.ts | 8 ++------
clients/client-s3/commands/PutBucketAclCommand.ts | 8 ++------
.../PutBucketAnalyticsConfigurationCommand.ts | 8 ++------
clients/client-s3/commands/PutBucketCorsCommand.ts | 10 +++-------
.../client-s3/commands/PutBucketEncryptionCommand.ts | 8 ++------
...utBucketIntelligentTieringConfigurationCommand.ts | 8 ++------
.../PutBucketInventoryConfigurationCommand.ts | 8 ++------
.../PutBucketLifecycleConfigurationCommand.ts | 10 +++-------
.../client-s3/commands/PutBucketLoggingCommand.ts | 8 ++------
.../commands/PutBucketMetricsConfigurationCommand.ts | 8 ++------
.../PutBucketNotificationConfigurationCommand.ts | 8 ++------
.../commands/PutBucketOwnershipControlsCommand.ts | 8 ++------
clients/client-s3/commands/PutBucketPolicyCommand.ts | 10 +++-------
.../commands/PutBucketReplicationCommand.ts | 10 +++-------
.../commands/PutBucketRequestPaymentCommand.ts | 8 ++------
.../client-s3/commands/PutBucketTaggingCommand.ts | 10 +++-------
.../client-s3/commands/PutBucketVersioningCommand.ts | 8 ++------
.../client-s3/commands/PutBucketWebsiteCommand.ts | 8 ++------
clients/client-s3/commands/PutObjectAclCommand.ts | 8 ++------
clients/client-s3/commands/PutObjectCommand.ts | 10 +++-------
.../client-s3/commands/PutObjectLegalHoldCommand.ts | 8 ++------
.../commands/PutObjectLockConfigurationCommand.ts | 8 ++------
.../client-s3/commands/PutObjectRetentionCommand.ts | 8 ++------
.../client-s3/commands/PutObjectTaggingCommand.ts | 8 ++------
.../commands/PutPublicAccessBlockCommand.ts | 8 ++------
clients/client-s3/commands/RestoreObjectCommand.ts | 8 ++------
.../client-s3/commands/SelectObjectContentCommand.ts | 10 +++-------
clients/client-s3/commands/UploadPartCommand.ts | 10 +++-------
clients/client-s3/commands/UploadPartCopyCommand.ts | 12 ++++--------
.../commands/CreateEndpointCommand.ts | 6 +-----
.../commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/ListEndpointsCommand.ts | 6 +-----
.../commands/DeleteHumanLoopCommand.ts | 6 +-----
.../commands/DescribeHumanLoopCommand.ts | 6 +-----
.../commands/ListHumanLoopsCommand.ts | 6 +-----
.../commands/StartHumanLoopCommand.ts | 6 +-----
.../commands/StopHumanLoopCommand.ts | 6 +-----
.../commands/GetDeviceRegistrationCommand.ts | 6 +-----
.../commands/SendHeartbeatCommand.ts | 6 +-----
.../commands/DeleteRecordCommand.ts | 6 +-----
.../commands/GetRecordCommand.ts | 6 +-----
.../commands/PutRecordCommand.ts | 6 +-----
.../commands/InvokeEndpointCommand.ts | 6 +-----
.../commands/AddAssociationCommand.ts | 6 +-----
clients/client-sagemaker/commands/AddTagsCommand.ts | 6 +-----
.../commands/AssociateTrialComponentCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateActionCommand.ts | 6 +-----
.../commands/CreateAlgorithmCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateAppCommand.ts | 6 +-----
.../commands/CreateAppImageConfigCommand.ts | 6 +-----
.../commands/CreateArtifactCommand.ts | 6 +-----
.../commands/CreateAutoMLJobCommand.ts | 6 +-----
.../commands/CreateCodeRepositoryCommand.ts | 6 +-----
.../commands/CreateCompilationJobCommand.ts | 6 +-----
.../commands/CreateContextCommand.ts | 6 +-----
.../CreateDataQualityJobDefinitionCommand.ts | 6 +-----
.../commands/CreateDeviceFleetCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateDomainCommand.ts | 6 +-----
.../commands/CreateEdgePackagingJobCommand.ts | 6 +-----
.../commands/CreateEndpointCommand.ts | 6 +-----
.../commands/CreateEndpointConfigCommand.ts | 6 +-----
.../commands/CreateExperimentCommand.ts | 6 +-----
.../commands/CreateFeatureGroupCommand.ts | 6 +-----
.../commands/CreateFlowDefinitionCommand.ts | 6 +-----
.../commands/CreateHumanTaskUiCommand.ts | 6 +-----
.../commands/CreateHyperParameterTuningJobCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateImageCommand.ts | 6 +-----
.../commands/CreateImageVersionCommand.ts | 6 +-----
.../commands/CreateLabelingJobCommand.ts | 6 +-----
.../commands/CreateModelBiasJobDefinitionCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateModelCommand.ts | 6 +-----
.../CreateModelExplainabilityJobDefinitionCommand.ts | 6 +-----
.../commands/CreateModelPackageCommand.ts | 6 +-----
.../commands/CreateModelPackageGroupCommand.ts | 6 +-----
.../CreateModelQualityJobDefinitionCommand.ts | 6 +-----
.../commands/CreateMonitoringScheduleCommand.ts | 6 +-----
.../commands/CreateNotebookInstanceCommand.ts | 6 +-----
.../CreateNotebookInstanceLifecycleConfigCommand.ts | 6 +-----
.../commands/CreatePipelineCommand.ts | 6 +-----
.../commands/CreatePresignedDomainUrlCommand.ts | 6 +-----
.../CreatePresignedNotebookInstanceUrlCommand.ts | 6 +-----
.../commands/CreateProcessingJobCommand.ts | 6 +-----
.../commands/CreateProjectCommand.ts | 6 +-----
.../commands/CreateTrainingJobCommand.ts | 6 +-----
.../commands/CreateTransformJobCommand.ts | 6 +-----
.../client-sagemaker/commands/CreateTrialCommand.ts | 6 +-----
.../commands/CreateTrialComponentCommand.ts | 6 +-----
.../commands/CreateUserProfileCommand.ts | 6 +-----
.../commands/CreateWorkforceCommand.ts | 6 +-----
.../commands/CreateWorkteamCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteActionCommand.ts | 6 +-----
.../commands/DeleteAlgorithmCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteAppCommand.ts | 6 +-----
.../commands/DeleteAppImageConfigCommand.ts | 6 +-----
.../commands/DeleteArtifactCommand.ts | 6 +-----
.../commands/DeleteAssociationCommand.ts | 6 +-----
.../commands/DeleteCodeRepositoryCommand.ts | 6 +-----
.../commands/DeleteContextCommand.ts | 6 +-----
.../DeleteDataQualityJobDefinitionCommand.ts | 6 +-----
.../commands/DeleteDeviceFleetCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteDomainCommand.ts | 6 +-----
.../commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/DeleteEndpointConfigCommand.ts | 6 +-----
.../commands/DeleteExperimentCommand.ts | 6 +-----
.../commands/DeleteFeatureGroupCommand.ts | 6 +-----
.../commands/DeleteFlowDefinitionCommand.ts | 6 +-----
.../commands/DeleteHumanTaskUiCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteImageCommand.ts | 6 +-----
.../commands/DeleteImageVersionCommand.ts | 6 +-----
.../commands/DeleteModelBiasJobDefinitionCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteModelCommand.ts | 6 +-----
.../DeleteModelExplainabilityJobDefinitionCommand.ts | 6 +-----
.../commands/DeleteModelPackageCommand.ts | 6 +-----
.../commands/DeleteModelPackageGroupCommand.ts | 6 +-----
.../commands/DeleteModelPackageGroupPolicyCommand.ts | 6 +-----
.../DeleteModelQualityJobDefinitionCommand.ts | 6 +-----
.../commands/DeleteMonitoringScheduleCommand.ts | 6 +-----
.../commands/DeleteNotebookInstanceCommand.ts | 6 +-----
.../DeleteNotebookInstanceLifecycleConfigCommand.ts | 6 +-----
.../commands/DeletePipelineCommand.ts | 6 +-----
.../commands/DeleteProjectCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteTagsCommand.ts | 6 +-----
.../client-sagemaker/commands/DeleteTrialCommand.ts | 6 +-----
.../commands/DeleteTrialComponentCommand.ts | 6 +-----
.../commands/DeleteUserProfileCommand.ts | 6 +-----
.../commands/DeleteWorkforceCommand.ts | 6 +-----
.../commands/DeleteWorkteamCommand.ts | 6 +-----
.../commands/DeregisterDevicesCommand.ts | 6 +-----
.../commands/DescribeActionCommand.ts | 6 +-----
.../commands/DescribeAlgorithmCommand.ts | 6 +-----
.../client-sagemaker/commands/DescribeAppCommand.ts | 6 +-----
.../commands/DescribeAppImageConfigCommand.ts | 6 +-----
.../commands/DescribeArtifactCommand.ts | 6 +-----
.../commands/DescribeAutoMLJobCommand.ts | 6 +-----
.../commands/DescribeCodeRepositoryCommand.ts | 6 +-----
.../commands/DescribeCompilationJobCommand.ts | 6 +-----
.../commands/DescribeContextCommand.ts | 6 +-----
.../DescribeDataQualityJobDefinitionCommand.ts | 6 +-----
.../commands/DescribeDeviceCommand.ts | 6 +-----
.../commands/DescribeDeviceFleetCommand.ts | 6 +-----
.../commands/DescribeDomainCommand.ts | 6 +-----
.../commands/DescribeEdgePackagingJobCommand.ts | 6 +-----
.../commands/DescribeEndpointCommand.ts | 6 +-----
.../commands/DescribeEndpointConfigCommand.ts | 6 +-----
.../commands/DescribeExperimentCommand.ts | 6 +-----
.../commands/DescribeFeatureGroupCommand.ts | 6 +-----
.../commands/DescribeFlowDefinitionCommand.ts | 6 +-----
.../commands/DescribeHumanTaskUiCommand.ts | 6 +-----
.../DescribeHyperParameterTuningJobCommand.ts | 6 +-----
.../commands/DescribeImageCommand.ts | 6 +-----
.../commands/DescribeImageVersionCommand.ts | 6 +-----
.../commands/DescribeLabelingJobCommand.ts | 6 +-----
.../DescribeModelBiasJobDefinitionCommand.ts | 6 +-----
.../commands/DescribeModelCommand.ts | 6 +-----
...escribeModelExplainabilityJobDefinitionCommand.ts | 6 +-----
.../commands/DescribeModelPackageCommand.ts | 6 +-----
.../commands/DescribeModelPackageGroupCommand.ts | 6 +-----
.../DescribeModelQualityJobDefinitionCommand.ts | 6 +-----
.../commands/DescribeMonitoringScheduleCommand.ts | 6 +-----
.../commands/DescribeNotebookInstanceCommand.ts | 6 +-----
...DescribeNotebookInstanceLifecycleConfigCommand.ts | 6 +-----
.../commands/DescribePipelineCommand.ts | 6 +-----
.../DescribePipelineDefinitionForExecutionCommand.ts | 6 +-----
.../commands/DescribePipelineExecutionCommand.ts | 6 +-----
.../commands/DescribeProcessingJobCommand.ts | 6 +-----
.../commands/DescribeProjectCommand.ts | 6 +-----
.../commands/DescribeSubscribedWorkteamCommand.ts | 6 +-----
.../commands/DescribeTrainingJobCommand.ts | 6 +-----
.../commands/DescribeTransformJobCommand.ts | 6 +-----
.../commands/DescribeTrialCommand.ts | 6 +-----
.../commands/DescribeTrialComponentCommand.ts | 6 +-----
.../commands/DescribeUserProfileCommand.ts | 6 +-----
.../commands/DescribeWorkforceCommand.ts | 6 +-----
.../commands/DescribeWorkteamCommand.ts | 6 +-----
...DisableSagemakerServicecatalogPortfolioCommand.ts | 6 +-----
.../commands/DisassociateTrialComponentCommand.ts | 6 +-----
.../EnableSagemakerServicecatalogPortfolioCommand.ts | 6 +-----
.../commands/GetDeviceFleetReportCommand.ts | 6 +-----
.../commands/GetModelPackageGroupPolicyCommand.ts | 6 +-----
...tSagemakerServicecatalogPortfolioStatusCommand.ts | 6 +-----
.../commands/GetSearchSuggestionsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListActionsCommand.ts | 6 +-----
.../commands/ListAlgorithmsCommand.ts | 6 +-----
.../commands/ListAppImageConfigsCommand.ts | 6 +-----
clients/client-sagemaker/commands/ListAppsCommand.ts | 6 +-----
.../commands/ListArtifactsCommand.ts | 6 +-----
.../commands/ListAssociationsCommand.ts | 6 +-----
.../commands/ListAutoMLJobsCommand.ts | 6 +-----
.../commands/ListCandidatesForAutoMLJobCommand.ts | 6 +-----
.../commands/ListCodeRepositoriesCommand.ts | 6 +-----
.../commands/ListCompilationJobsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListContextsCommand.ts | 6 +-----
.../commands/ListDataQualityJobDefinitionsCommand.ts | 6 +-----
.../commands/ListDeviceFleetsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListDevicesCommand.ts | 6 +-----
.../client-sagemaker/commands/ListDomainsCommand.ts | 6 +-----
.../commands/ListEdgePackagingJobsCommand.ts | 6 +-----
.../commands/ListEndpointConfigsCommand.ts | 6 +-----
.../commands/ListEndpointsCommand.ts | 6 +-----
.../commands/ListExperimentsCommand.ts | 6 +-----
.../commands/ListFeatureGroupsCommand.ts | 6 +-----
.../commands/ListFlowDefinitionsCommand.ts | 6 +-----
.../commands/ListHumanTaskUisCommand.ts | 6 +-----
.../commands/ListHyperParameterTuningJobsCommand.ts | 6 +-----
.../commands/ListImageVersionsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListImagesCommand.ts | 6 +-----
.../commands/ListLabelingJobsCommand.ts | 6 +-----
.../commands/ListLabelingJobsForWorkteamCommand.ts | 6 +-----
.../commands/ListModelBiasJobDefinitionsCommand.ts | 6 +-----
.../ListModelExplainabilityJobDefinitionsCommand.ts | 6 +-----
.../commands/ListModelPackageGroupsCommand.ts | 6 +-----
.../commands/ListModelPackagesCommand.ts | 6 +-----
.../ListModelQualityJobDefinitionsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListModelsCommand.ts | 6 +-----
.../commands/ListMonitoringExecutionsCommand.ts | 6 +-----
.../commands/ListMonitoringSchedulesCommand.ts | 6 +-----
.../ListNotebookInstanceLifecycleConfigsCommand.ts | 6 +-----
.../commands/ListNotebookInstancesCommand.ts | 6 +-----
.../commands/ListPipelineExecutionStepsCommand.ts | 6 +-----
.../commands/ListPipelineExecutionsCommand.ts | 6 +-----
.../ListPipelineParametersForExecutionCommand.ts | 6 +-----
.../commands/ListPipelinesCommand.ts | 6 +-----
.../commands/ListProcessingJobsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListProjectsCommand.ts | 6 +-----
.../commands/ListSubscribedWorkteamsCommand.ts | 6 +-----
clients/client-sagemaker/commands/ListTagsCommand.ts | 6 +-----
.../commands/ListTrainingJobsCommand.ts | 6 +-----
...tTrainingJobsForHyperParameterTuningJobCommand.ts | 6 +-----
.../commands/ListTransformJobsCommand.ts | 6 +-----
.../commands/ListTrialComponentsCommand.ts | 6 +-----
.../client-sagemaker/commands/ListTrialsCommand.ts | 6 +-----
.../commands/ListUserProfilesCommand.ts | 6 +-----
.../commands/ListWorkforcesCommand.ts | 6 +-----
.../commands/ListWorkteamsCommand.ts | 6 +-----
.../commands/PutModelPackageGroupPolicyCommand.ts | 6 +-----
.../commands/RegisterDevicesCommand.ts | 6 +-----
.../commands/RenderUiTemplateCommand.ts | 6 +-----
clients/client-sagemaker/commands/SearchCommand.ts | 6 +-----
.../commands/StartMonitoringScheduleCommand.ts | 6 +-----
.../commands/StartNotebookInstanceCommand.ts | 6 +-----
.../commands/StartPipelineExecutionCommand.ts | 6 +-----
.../commands/StopAutoMLJobCommand.ts | 6 +-----
.../commands/StopCompilationJobCommand.ts | 6 +-----
.../commands/StopEdgePackagingJobCommand.ts | 6 +-----
.../commands/StopHyperParameterTuningJobCommand.ts | 6 +-----
.../commands/StopLabelingJobCommand.ts | 6 +-----
.../commands/StopMonitoringScheduleCommand.ts | 6 +-----
.../commands/StopNotebookInstanceCommand.ts | 6 +-----
.../commands/StopPipelineExecutionCommand.ts | 6 +-----
.../commands/StopProcessingJobCommand.ts | 6 +-----
.../commands/StopTrainingJobCommand.ts | 6 +-----
.../commands/StopTransformJobCommand.ts | 6 +-----
.../client-sagemaker/commands/UpdateActionCommand.ts | 6 +-----
.../commands/UpdateAppImageConfigCommand.ts | 6 +-----
.../commands/UpdateArtifactCommand.ts | 6 +-----
.../commands/UpdateCodeRepositoryCommand.ts | 6 +-----
.../commands/UpdateContextCommand.ts | 6 +-----
.../commands/UpdateDeviceFleetCommand.ts | 6 +-----
.../commands/UpdateDevicesCommand.ts | 6 +-----
.../client-sagemaker/commands/UpdateDomainCommand.ts | 6 +-----
.../commands/UpdateEndpointCommand.ts | 6 +-----
.../UpdateEndpointWeightsAndCapacitiesCommand.ts | 6 +-----
.../commands/UpdateExperimentCommand.ts | 6 +-----
.../client-sagemaker/commands/UpdateImageCommand.ts | 6 +-----
.../commands/UpdateModelPackageCommand.ts | 6 +-----
.../commands/UpdateMonitoringScheduleCommand.ts | 6 +-----
.../commands/UpdateNotebookInstanceCommand.ts | 6 +-----
.../UpdateNotebookInstanceLifecycleConfigCommand.ts | 6 +-----
.../commands/UpdatePipelineCommand.ts | 6 +-----
.../commands/UpdatePipelineExecutionCommand.ts | 6 +-----
.../commands/UpdateTrainingJobCommand.ts | 6 +-----
.../client-sagemaker/commands/UpdateTrialCommand.ts | 6 +-----
.../commands/UpdateTrialComponentCommand.ts | 6 +-----
.../commands/UpdateUserProfileCommand.ts | 6 +-----
.../commands/UpdateWorkforceCommand.ts | 6 +-----
.../commands/UpdateWorkteamCommand.ts | 6 +-----
.../commands/CreateSavingsPlanCommand.ts | 6 +-----
.../commands/DeleteQueuedSavingsPlanCommand.ts | 6 +-----
.../commands/DescribeSavingsPlanRatesCommand.ts | 6 +-----
.../commands/DescribeSavingsPlansCommand.ts | 6 +-----
.../DescribeSavingsPlansOfferingRatesCommand.ts | 6 +-----
.../commands/DescribeSavingsPlansOfferingsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/CreateDiscovererCommand.ts | 6 +-----
.../client-schemas/commands/CreateRegistryCommand.ts | 6 +-----
.../client-schemas/commands/CreateSchemaCommand.ts | 6 +-----
.../commands/DeleteDiscovererCommand.ts | 6 +-----
.../client-schemas/commands/DeleteRegistryCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
.../client-schemas/commands/DeleteSchemaCommand.ts | 6 +-----
.../commands/DeleteSchemaVersionCommand.ts | 6 +-----
.../commands/DescribeCodeBindingCommand.ts | 6 +-----
.../commands/DescribeDiscovererCommand.ts | 6 +-----
.../commands/DescribeRegistryCommand.ts | 6 +-----
.../client-schemas/commands/DescribeSchemaCommand.ts | 6 +-----
.../client-schemas/commands/ExportSchemaCommand.ts | 6 +-----
.../commands/GetCodeBindingSourceCommand.ts | 6 +-----
.../commands/GetDiscoveredSchemaCommand.ts | 6 +-----
.../commands/GetResourcePolicyCommand.ts | 6 +-----
.../commands/ListDiscoverersCommand.ts | 6 +-----
.../client-schemas/commands/ListRegistriesCommand.ts | 6 +-----
.../commands/ListSchemaVersionsCommand.ts | 6 +-----
.../client-schemas/commands/ListSchemasCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-schemas/commands/PutCodeBindingCommand.ts | 6 +-----
.../commands/PutResourcePolicyCommand.ts | 6 +-----
.../client-schemas/commands/SearchSchemasCommand.ts | 6 +-----
.../commands/StartDiscovererCommand.ts | 6 +-----
.../client-schemas/commands/StopDiscovererCommand.ts | 6 +-----
.../client-schemas/commands/TagResourceCommand.ts | 6 +-----
.../client-schemas/commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDiscovererCommand.ts | 6 +-----
.../client-schemas/commands/UpdateRegistryCommand.ts | 6 +-----
.../client-schemas/commands/UpdateSchemaCommand.ts | 6 +-----
.../commands/CancelRotateSecretCommand.ts | 6 +-----
.../commands/CreateSecretCommand.ts | 6 +-----
.../commands/DeleteResourcePolicyCommand.ts | 6 +-----
.../commands/DeleteSecretCommand.ts | 6 +-----
.../commands/DescribeSecretCommand.ts | 6 +-----
.../commands/GetRandomPasswordCommand.ts | 6 +-----
.../commands/GetResourcePolicyCommand.ts | 6 +-----
.../commands/GetSecretValueCommand.ts | 6 +-----
.../commands/ListSecretVersionIdsCommand.ts | 6 +-----
.../commands/ListSecretsCommand.ts | 6 +-----
.../commands/PutResourcePolicyCommand.ts | 6 +-----
.../commands/PutSecretValueCommand.ts | 6 +-----
.../commands/RestoreSecretCommand.ts | 6 +-----
.../commands/RotateSecretCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateSecretCommand.ts | 6 +-----
.../commands/UpdateSecretVersionStageCommand.ts | 6 +-----
.../commands/ValidateResourcePolicyCommand.ts | 6 +-----
.../commands/AcceptInvitationCommand.ts | 6 +-----
.../commands/BatchDisableStandardsCommand.ts | 6 +-----
.../commands/BatchEnableStandardsCommand.ts | 6 +-----
.../commands/BatchImportFindingsCommand.ts | 6 +-----
.../commands/BatchUpdateFindingsCommand.ts | 6 +-----
.../commands/CreateActionTargetCommand.ts | 6 +-----
.../commands/CreateInsightCommand.ts | 6 +-----
.../commands/CreateMembersCommand.ts | 6 +-----
.../commands/DeclineInvitationsCommand.ts | 6 +-----
.../commands/DeleteActionTargetCommand.ts | 6 +-----
.../commands/DeleteInsightCommand.ts | 6 +-----
.../commands/DeleteInvitationsCommand.ts | 6 +-----
.../commands/DeleteMembersCommand.ts | 6 +-----
.../commands/DescribeActionTargetsCommand.ts | 6 +-----
.../commands/DescribeHubCommand.ts | 6 +-----
.../DescribeOrganizationConfigurationCommand.ts | 6 +-----
.../commands/DescribeProductsCommand.ts | 6 +-----
.../commands/DescribeStandardsCommand.ts | 6 +-----
.../commands/DescribeStandardsControlsCommand.ts | 6 +-----
.../DisableImportFindingsForProductCommand.ts | 6 +-----
.../DisableOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/DisableSecurityHubCommand.ts | 6 +-----
.../commands/DisassociateFromMasterAccountCommand.ts | 6 +-----
.../commands/DisassociateMembersCommand.ts | 6 +-----
.../EnableImportFindingsForProductCommand.ts | 6 +-----
.../EnableOrganizationAdminAccountCommand.ts | 6 +-----
.../commands/EnableSecurityHubCommand.ts | 6 +-----
.../commands/GetEnabledStandardsCommand.ts | 6 +-----
.../commands/GetFindingsCommand.ts | 6 +-----
.../commands/GetInsightResultsCommand.ts | 6 +-----
.../commands/GetInsightsCommand.ts | 6 +-----
.../commands/GetInvitationsCountCommand.ts | 6 +-----
.../commands/GetMasterAccountCommand.ts | 6 +-----
.../client-securityhub/commands/GetMembersCommand.ts | 6 +-----
.../commands/InviteMembersCommand.ts | 6 +-----
.../commands/ListEnabledProductsForImportCommand.ts | 6 +-----
.../commands/ListInvitationsCommand.ts | 6 +-----
.../commands/ListMembersCommand.ts | 6 +-----
.../commands/ListOrganizationAdminAccountsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateActionTargetCommand.ts | 6 +-----
.../commands/UpdateFindingsCommand.ts | 6 +-----
.../commands/UpdateInsightCommand.ts | 6 +-----
.../UpdateOrganizationConfigurationCommand.ts | 6 +-----
.../UpdateSecurityHubConfigurationCommand.ts | 6 +-----
.../commands/UpdateStandardsControlCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateApplicationVersionCommand.ts | 6 +-----
.../commands/CreateCloudFormationChangeSetCommand.ts | 6 +-----
.../commands/CreateCloudFormationTemplateCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/GetApplicationCommand.ts | 6 +-----
.../commands/GetApplicationPolicyCommand.ts | 6 +-----
.../commands/GetCloudFormationTemplateCommand.ts | 6 +-----
.../commands/ListApplicationDependenciesCommand.ts | 6 +-----
.../commands/ListApplicationVersionsCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/PutApplicationPolicyCommand.ts | 6 +-----
.../commands/UnshareApplicationCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/AssociateAttributeGroupCommand.ts | 6 +-----
.../commands/AssociateResourceCommand.ts | 6 +-----
.../commands/CreateApplicationCommand.ts | 6 +-----
.../commands/CreateAttributeGroupCommand.ts | 6 +-----
.../commands/DeleteApplicationCommand.ts | 6 +-----
.../commands/DeleteAttributeGroupCommand.ts | 6 +-----
.../commands/DisassociateAttributeGroupCommand.ts | 6 +-----
.../commands/DisassociateResourceCommand.ts | 6 +-----
.../commands/GetApplicationCommand.ts | 6 +-----
.../commands/GetAttributeGroupCommand.ts | 6 +-----
.../commands/ListApplicationsCommand.ts | 6 +-----
.../commands/ListAssociatedAttributeGroupsCommand.ts | 6 +-----
.../commands/ListAssociatedResourcesCommand.ts | 6 +-----
.../commands/ListAttributeGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateApplicationCommand.ts | 6 +-----
.../commands/UpdateAttributeGroupCommand.ts | 6 +-----
.../commands/AcceptPortfolioShareCommand.ts | 6 +-----
.../commands/AssociateBudgetWithResourceCommand.ts | 6 +-----
.../AssociatePrincipalWithPortfolioCommand.ts | 6 +-----
.../commands/AssociateProductWithPortfolioCommand.ts | 6 +-----
...teServiceActionWithProvisioningArtifactCommand.ts | 6 +-----
.../AssociateTagOptionWithResourceCommand.ts | 6 +-----
...teServiceActionWithProvisioningArtifactCommand.ts | 6 +-----
...teServiceActionFromProvisioningArtifactCommand.ts | 6 +-----
.../commands/CopyProductCommand.ts | 6 +-----
.../commands/CreateConstraintCommand.ts | 6 +-----
.../commands/CreatePortfolioCommand.ts | 6 +-----
.../commands/CreatePortfolioShareCommand.ts | 6 +-----
.../commands/CreateProductCommand.ts | 6 +-----
.../commands/CreateProvisionedProductPlanCommand.ts | 6 +-----
.../commands/CreateProvisioningArtifactCommand.ts | 6 +-----
.../commands/CreateServiceActionCommand.ts | 6 +-----
.../commands/CreateTagOptionCommand.ts | 6 +-----
.../commands/DeleteConstraintCommand.ts | 6 +-----
.../commands/DeletePortfolioCommand.ts | 6 +-----
.../commands/DeletePortfolioShareCommand.ts | 6 +-----
.../commands/DeleteProductCommand.ts | 6 +-----
.../commands/DeleteProvisionedProductPlanCommand.ts | 6 +-----
.../commands/DeleteProvisioningArtifactCommand.ts | 6 +-----
.../commands/DeleteServiceActionCommand.ts | 6 +-----
.../commands/DeleteTagOptionCommand.ts | 6 +-----
.../commands/DescribeConstraintCommand.ts | 6 +-----
.../commands/DescribeCopyProductStatusCommand.ts | 6 +-----
.../commands/DescribePortfolioCommand.ts | 6 +-----
.../commands/DescribePortfolioShareStatusCommand.ts | 6 +-----
.../commands/DescribeProductAsAdminCommand.ts | 6 +-----
.../commands/DescribeProductCommand.ts | 6 +-----
.../commands/DescribeProductViewCommand.ts | 6 +-----
.../commands/DescribeProvisionedProductCommand.ts | 6 +-----
.../DescribeProvisionedProductPlanCommand.ts | 6 +-----
.../commands/DescribeProvisioningArtifactCommand.ts | 6 +-----
.../DescribeProvisioningParametersCommand.ts | 6 +-----
.../commands/DescribeRecordCommand.ts | 6 +-----
.../commands/DescribeServiceActionCommand.ts | 6 +-----
...escribeServiceActionExecutionParametersCommand.ts | 6 +-----
.../commands/DescribeTagOptionCommand.ts | 6 +-----
.../commands/DisableAWSOrganizationsAccessCommand.ts | 6 +-----
.../DisassociateBudgetFromResourceCommand.ts | 6 +-----
.../DisassociatePrincipalFromPortfolioCommand.ts | 6 +-----
.../DisassociateProductFromPortfolioCommand.ts | 6 +-----
...teServiceActionFromProvisioningArtifactCommand.ts | 6 +-----
.../DisassociateTagOptionFromResourceCommand.ts | 6 +-----
.../commands/EnableAWSOrganizationsAccessCommand.ts | 6 +-----
.../commands/ExecuteProvisionedProductPlanCommand.ts | 6 +-----
.../ExecuteProvisionedProductServiceActionCommand.ts | 6 +-----
.../GetAWSOrganizationsAccessStatusCommand.ts | 6 +-----
.../commands/GetProvisionedProductOutputsCommand.ts | 6 +-----
.../commands/ImportAsProvisionedProductCommand.ts | 6 +-----
.../commands/ListAcceptedPortfolioSharesCommand.ts | 6 +-----
.../commands/ListBudgetsForResourceCommand.ts | 6 +-----
.../commands/ListConstraintsForPortfolioCommand.ts | 6 +-----
.../commands/ListLaunchPathsCommand.ts | 6 +-----
.../ListOrganizationPortfolioAccessCommand.ts | 6 +-----
.../commands/ListPortfolioAccessCommand.ts | 6 +-----
.../commands/ListPortfoliosCommand.ts | 6 +-----
.../commands/ListPortfoliosForProductCommand.ts | 6 +-----
.../commands/ListPrincipalsForPortfolioCommand.ts | 6 +-----
.../commands/ListProvisionedProductPlansCommand.ts | 6 +-----
.../commands/ListProvisioningArtifactsCommand.ts | 6 +-----
...stProvisioningArtifactsForServiceActionCommand.ts | 6 +-----
.../commands/ListRecordHistoryCommand.ts | 6 +-----
.../commands/ListResourcesForTagOptionCommand.ts | 6 +-----
.../commands/ListServiceActionsCommand.ts | 6 +-----
...stServiceActionsForProvisioningArtifactCommand.ts | 6 +-----
...ListStackInstancesForProvisionedProductCommand.ts | 6 +-----
.../commands/ListTagOptionsCommand.ts | 6 +-----
.../commands/ProvisionProductCommand.ts | 6 +-----
.../commands/RejectPortfolioShareCommand.ts | 6 +-----
.../commands/ScanProvisionedProductsCommand.ts | 6 +-----
.../commands/SearchProductsAsAdminCommand.ts | 6 +-----
.../commands/SearchProductsCommand.ts | 6 +-----
.../commands/SearchProvisionedProductsCommand.ts | 6 +-----
.../commands/TerminateProvisionedProductCommand.ts | 6 +-----
.../commands/UpdateConstraintCommand.ts | 6 +-----
.../commands/UpdatePortfolioCommand.ts | 6 +-----
.../commands/UpdateProductCommand.ts | 6 +-----
.../commands/UpdateProvisionedProductCommand.ts | 6 +-----
.../UpdateProvisionedProductPropertiesCommand.ts | 6 +-----
.../commands/UpdateProvisioningArtifactCommand.ts | 6 +-----
.../commands/UpdateServiceActionCommand.ts | 6 +-----
.../commands/UpdateTagOptionCommand.ts | 6 +-----
.../commands/AssociateServiceQuotaTemplateCommand.ts | 6 +-----
...ServiceQuotaIncreaseRequestFromTemplateCommand.ts | 6 +-----
.../DisassociateServiceQuotaTemplateCommand.ts | 6 +-----
.../commands/GetAWSDefaultServiceQuotaCommand.ts | 6 +-----
.../GetAssociationForServiceQuotaTemplateCommand.ts | 6 +-----
.../GetRequestedServiceQuotaChangeCommand.ts | 6 +-----
.../commands/GetServiceQuotaCommand.ts | 6 +-----
...ServiceQuotaIncreaseRequestFromTemplateCommand.ts | 6 +-----
.../commands/ListAWSDefaultServiceQuotasCommand.ts | 6 +-----
...questedServiceQuotaChangeHistoryByQuotaCommand.ts | 6 +-----
.../ListRequestedServiceQuotaChangeHistoryCommand.ts | 6 +-----
...tServiceQuotaIncreaseRequestsInTemplateCommand.ts | 6 +-----
.../commands/ListServiceQuotasCommand.ts | 6 +-----
.../commands/ListServicesCommand.ts | 6 +-----
...ServiceQuotaIncreaseRequestIntoTemplateCommand.ts | 6 +-----
.../commands/RequestServiceQuotaIncreaseCommand.ts | 6 +-----
.../commands/CreateHttpNamespaceCommand.ts | 6 +-----
.../commands/CreatePrivateDnsNamespaceCommand.ts | 6 +-----
.../commands/CreatePublicDnsNamespaceCommand.ts | 6 +-----
.../commands/CreateServiceCommand.ts | 6 +-----
.../commands/DeleteNamespaceCommand.ts | 6 +-----
.../commands/DeleteServiceCommand.ts | 6 +-----
.../commands/DeregisterInstanceCommand.ts | 6 +-----
.../commands/DiscoverInstancesCommand.ts | 6 +-----
.../commands/GetInstanceCommand.ts | 6 +-----
.../commands/GetInstancesHealthStatusCommand.ts | 6 +-----
.../commands/GetNamespaceCommand.ts | 6 +-----
.../commands/GetOperationCommand.ts | 6 +-----
.../commands/GetServiceCommand.ts | 6 +-----
.../commands/ListInstancesCommand.ts | 6 +-----
.../commands/ListNamespacesCommand.ts | 6 +-----
.../commands/ListOperationsCommand.ts | 6 +-----
.../commands/ListServicesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/RegisterInstanceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../UpdateInstanceCustomHealthStatusCommand.ts | 6 +-----
.../commands/UpdateServiceCommand.ts | 6 +-----
.../commands/CloneReceiptRuleSetCommand.ts | 6 +-----
.../commands/CreateConfigurationSetCommand.ts | 6 +-----
.../CreateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../CreateConfigurationSetTrackingOptionsCommand.ts | 6 +-----
.../CreateCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../commands/CreateReceiptFilterCommand.ts | 6 +-----
.../client-ses/commands/CreateReceiptRuleCommand.ts | 6 +-----
.../commands/CreateReceiptRuleSetCommand.ts | 6 +-----
clients/client-ses/commands/CreateTemplateCommand.ts | 6 +-----
.../commands/DeleteConfigurationSetCommand.ts | 6 +-----
.../DeleteConfigurationSetEventDestinationCommand.ts | 6 +-----
.../DeleteConfigurationSetTrackingOptionsCommand.ts | 6 +-----
.../DeleteCustomVerificationEmailTemplateCommand.ts | 6 +-----
clients/client-ses/commands/DeleteIdentityCommand.ts | 6 +-----
.../commands/DeleteIdentityPolicyCommand.ts | 6 +-----
.../commands/DeleteReceiptFilterCommand.ts | 6 +-----
.../client-ses/commands/DeleteReceiptRuleCommand.ts | 6 +-----
.../commands/DeleteReceiptRuleSetCommand.ts | 6 +-----
clients/client-ses/commands/DeleteTemplateCommand.ts | 6 +-----
.../commands/DeleteVerifiedEmailAddressCommand.ts | 6 +-----
.../commands/DescribeActiveReceiptRuleSetCommand.ts | 6 +-----
.../commands/DescribeConfigurationSetCommand.ts | 6 +-----
.../commands/DescribeReceiptRuleCommand.ts | 6 +-----
.../commands/DescribeReceiptRuleSetCommand.ts | 6 +-----
.../commands/GetAccountSendingEnabledCommand.ts | 6 +-----
.../GetCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../commands/GetIdentityDkimAttributesCommand.ts | 6 +-----
.../GetIdentityMailFromDomainAttributesCommand.ts | 6 +-----
.../GetIdentityNotificationAttributesCommand.ts | 6 +-----
.../commands/GetIdentityPoliciesCommand.ts | 6 +-----
.../GetIdentityVerificationAttributesCommand.ts | 6 +-----
clients/client-ses/commands/GetSendQuotaCommand.ts | 6 +-----
.../client-ses/commands/GetSendStatisticsCommand.ts | 6 +-----
clients/client-ses/commands/GetTemplateCommand.ts | 6 +-----
.../commands/ListConfigurationSetsCommand.ts | 6 +-----
.../ListCustomVerificationEmailTemplatesCommand.ts | 6 +-----
clients/client-ses/commands/ListIdentitiesCommand.ts | 6 +-----
.../commands/ListIdentityPoliciesCommand.ts | 6 +-----
.../client-ses/commands/ListReceiptFiltersCommand.ts | 6 +-----
.../commands/ListReceiptRuleSetsCommand.ts | 6 +-----
clients/client-ses/commands/ListTemplatesCommand.ts | 6 +-----
.../commands/ListVerifiedEmailAddressesCommand.ts | 6 +-----
.../PutConfigurationSetDeliveryOptionsCommand.ts | 6 +-----
.../client-ses/commands/PutIdentityPolicyCommand.ts | 6 +-----
.../commands/ReorderReceiptRuleSetCommand.ts | 6 +-----
clients/client-ses/commands/SendBounceCommand.ts | 6 +-----
.../commands/SendBulkTemplatedEmailCommand.ts | 6 +-----
.../commands/SendCustomVerificationEmailCommand.ts | 6 +-----
clients/client-ses/commands/SendEmailCommand.ts | 6 +-----
clients/client-ses/commands/SendRawEmailCommand.ts | 6 +-----
.../client-ses/commands/SendTemplatedEmailCommand.ts | 6 +-----
.../commands/SetActiveReceiptRuleSetCommand.ts | 6 +-----
.../commands/SetIdentityDkimEnabledCommand.ts | 6 +-----
.../SetIdentityFeedbackForwardingEnabledCommand.ts | 6 +-----
...etIdentityHeadersInNotificationsEnabledCommand.ts | 6 +-----
.../commands/SetIdentityMailFromDomainCommand.ts | 6 +-----
.../commands/SetIdentityNotificationTopicCommand.ts | 6 +-----
.../commands/SetReceiptRulePositionCommand.ts | 6 +-----
.../client-ses/commands/TestRenderTemplateCommand.ts | 6 +-----
.../commands/UpdateAccountSendingEnabledCommand.ts | 6 +-----
.../UpdateConfigurationSetEventDestinationCommand.ts | 6 +-----
...onfigurationSetReputationMetricsEnabledCommand.ts | 6 +-----
.../UpdateConfigurationSetSendingEnabledCommand.ts | 6 +-----
.../UpdateConfigurationSetTrackingOptionsCommand.ts | 6 +-----
.../UpdateCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../client-ses/commands/UpdateReceiptRuleCommand.ts | 6 +-----
clients/client-ses/commands/UpdateTemplateCommand.ts | 6 +-----
.../client-ses/commands/VerifyDomainDkimCommand.ts | 6 +-----
.../commands/VerifyDomainIdentityCommand.ts | 6 +-----
.../client-ses/commands/VerifyEmailAddressCommand.ts | 6 +-----
.../commands/VerifyEmailIdentityCommand.ts | 6 +-----
.../commands/CreateConfigurationSetCommand.ts | 6 +-----
.../CreateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../client-sesv2/commands/CreateContactCommand.ts | 6 +-----
.../commands/CreateContactListCommand.ts | 6 +-----
.../CreateCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../commands/CreateDedicatedIpPoolCommand.ts | 6 +-----
.../CreateDeliverabilityTestReportCommand.ts | 6 +-----
.../commands/CreateEmailIdentityCommand.ts | 6 +-----
.../commands/CreateEmailIdentityPolicyCommand.ts | 6 +-----
.../commands/CreateEmailTemplateCommand.ts | 6 +-----
.../client-sesv2/commands/CreateImportJobCommand.ts | 6 +-----
.../commands/DeleteConfigurationSetCommand.ts | 6 +-----
.../DeleteConfigurationSetEventDestinationCommand.ts | 6 +-----
.../client-sesv2/commands/DeleteContactCommand.ts | 6 +-----
.../commands/DeleteContactListCommand.ts | 6 +-----
.../DeleteCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../commands/DeleteDedicatedIpPoolCommand.ts | 6 +-----
.../commands/DeleteEmailIdentityCommand.ts | 6 +-----
.../commands/DeleteEmailIdentityPolicyCommand.ts | 6 +-----
.../commands/DeleteEmailTemplateCommand.ts | 6 +-----
.../commands/DeleteSuppressedDestinationCommand.ts | 6 +-----
clients/client-sesv2/commands/GetAccountCommand.ts | 6 +-----
.../commands/GetBlacklistReportsCommand.ts | 6 +-----
.../commands/GetConfigurationSetCommand.ts | 6 +-----
.../GetConfigurationSetEventDestinationsCommand.ts | 6 +-----
clients/client-sesv2/commands/GetContactCommand.ts | 6 +-----
.../client-sesv2/commands/GetContactListCommand.ts | 6 +-----
.../GetCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../client-sesv2/commands/GetDedicatedIpCommand.ts | 6 +-----
.../client-sesv2/commands/GetDedicatedIpsCommand.ts | 6 +-----
.../GetDeliverabilityDashboardOptionsCommand.ts | 6 +-----
.../commands/GetDeliverabilityTestReportCommand.ts | 6 +-----
.../GetDomainDeliverabilityCampaignCommand.ts | 6 +-----
.../commands/GetDomainStatisticsReportCommand.ts | 6 +-----
.../client-sesv2/commands/GetEmailIdentityCommand.ts | 6 +-----
.../commands/GetEmailIdentityPoliciesCommand.ts | 6 +-----
.../client-sesv2/commands/GetEmailTemplateCommand.ts | 6 +-----
clients/client-sesv2/commands/GetImportJobCommand.ts | 6 +-----
.../commands/GetSuppressedDestinationCommand.ts | 6 +-----
.../commands/ListConfigurationSetsCommand.ts | 6 +-----
.../client-sesv2/commands/ListContactListsCommand.ts | 6 +-----
clients/client-sesv2/commands/ListContactsCommand.ts | 6 +-----
.../ListCustomVerificationEmailTemplatesCommand.ts | 6 +-----
.../commands/ListDedicatedIpPoolsCommand.ts | 6 +-----
.../commands/ListDeliverabilityTestReportsCommand.ts | 6 +-----
.../ListDomainDeliverabilityCampaignsCommand.ts | 6 +-----
.../commands/ListEmailIdentitiesCommand.ts | 6 +-----
.../commands/ListEmailTemplatesCommand.ts | 6 +-----
.../client-sesv2/commands/ListImportJobsCommand.ts | 6 +-----
.../commands/ListSuppressedDestinationsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../PutAccountDedicatedIpWarmupAttributesCommand.ts | 6 +-----
.../commands/PutAccountDetailsCommand.ts | 6 +-----
.../commands/PutAccountSendingAttributesCommand.ts | 6 +-----
.../PutAccountSuppressionAttributesCommand.ts | 6 +-----
.../PutConfigurationSetDeliveryOptionsCommand.ts | 6 +-----
.../PutConfigurationSetReputationOptionsCommand.ts | 6 +-----
.../PutConfigurationSetSendingOptionsCommand.ts | 6 +-----
.../PutConfigurationSetSuppressionOptionsCommand.ts | 6 +-----
.../PutConfigurationSetTrackingOptionsCommand.ts | 6 +-----
.../commands/PutDedicatedIpInPoolCommand.ts | 6 +-----
.../PutDedicatedIpWarmupAttributesCommand.ts | 6 +-----
.../PutDeliverabilityDashboardOptionCommand.ts | 6 +-----
.../PutEmailIdentityDkimAttributesCommand.ts | 6 +-----
.../PutEmailIdentityDkimSigningAttributesCommand.ts | 6 +-----
.../PutEmailIdentityFeedbackAttributesCommand.ts | 6 +-----
.../PutEmailIdentityMailFromAttributesCommand.ts | 6 +-----
.../commands/PutSuppressedDestinationCommand.ts | 6 +-----
.../client-sesv2/commands/SendBulkEmailCommand.ts | 6 +-----
.../commands/SendCustomVerificationEmailCommand.ts | 6 +-----
clients/client-sesv2/commands/SendEmailCommand.ts | 6 +-----
clients/client-sesv2/commands/TagResourceCommand.ts | 6 +-----
.../commands/TestRenderEmailTemplateCommand.ts | 6 +-----
.../client-sesv2/commands/UntagResourceCommand.ts | 6 +-----
.../UpdateConfigurationSetEventDestinationCommand.ts | 6 +-----
.../client-sesv2/commands/UpdateContactCommand.ts | 6 +-----
.../commands/UpdateContactListCommand.ts | 6 +-----
.../UpdateCustomVerificationEmailTemplateCommand.ts | 6 +-----
.../commands/UpdateEmailIdentityPolicyCommand.ts | 6 +-----
.../commands/UpdateEmailTemplateCommand.ts | 6 +-----
clients/client-sfn/commands/CreateActivityCommand.ts | 6 +-----
.../client-sfn/commands/CreateStateMachineCommand.ts | 6 +-----
clients/client-sfn/commands/DeleteActivityCommand.ts | 6 +-----
.../client-sfn/commands/DeleteStateMachineCommand.ts | 6 +-----
.../client-sfn/commands/DescribeActivityCommand.ts | 6 +-----
.../client-sfn/commands/DescribeExecutionCommand.ts | 6 +-----
.../commands/DescribeStateMachineCommand.ts | 6 +-----
.../DescribeStateMachineForExecutionCommand.ts | 6 +-----
.../client-sfn/commands/GetActivityTaskCommand.ts | 6 +-----
.../commands/GetExecutionHistoryCommand.ts | 6 +-----
clients/client-sfn/commands/ListActivitiesCommand.ts | 6 +-----
clients/client-sfn/commands/ListExecutionsCommand.ts | 6 +-----
.../client-sfn/commands/ListStateMachinesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-sfn/commands/SendTaskFailureCommand.ts | 6 +-----
.../client-sfn/commands/SendTaskHeartbeatCommand.ts | 6 +-----
.../client-sfn/commands/SendTaskSuccessCommand.ts | 6 +-----
clients/client-sfn/commands/StartExecutionCommand.ts | 6 +-----
.../client-sfn/commands/StartSyncExecutionCommand.ts | 6 +-----
clients/client-sfn/commands/StopExecutionCommand.ts | 6 +-----
clients/client-sfn/commands/TagResourceCommand.ts | 6 +-----
clients/client-sfn/commands/UntagResourceCommand.ts | 6 +-----
.../client-sfn/commands/UpdateStateMachineCommand.ts | 6 +-----
.../commands/AssociateDRTLogBucketCommand.ts | 6 +-----
.../commands/AssociateDRTRoleCommand.ts | 6 +-----
.../commands/AssociateHealthCheckCommand.ts | 6 +-----
.../AssociateProactiveEngagementDetailsCommand.ts | 6 +-----
.../commands/CreateProtectionCommand.ts | 6 +-----
.../commands/CreateProtectionGroupCommand.ts | 6 +-----
.../commands/CreateSubscriptionCommand.ts | 6 +-----
.../commands/DeleteProtectionCommand.ts | 6 +-----
.../commands/DeleteProtectionGroupCommand.ts | 6 +-----
.../commands/DeleteSubscriptionCommand.ts | 6 +-----
.../client-shield/commands/DescribeAttackCommand.ts | 6 +-----
.../commands/DescribeAttackStatisticsCommand.ts | 6 +-----
.../commands/DescribeDRTAccessCommand.ts | 6 +-----
.../DescribeEmergencyContactSettingsCommand.ts | 6 +-----
.../commands/DescribeProtectionCommand.ts | 6 +-----
.../commands/DescribeProtectionGroupCommand.ts | 6 +-----
.../commands/DescribeSubscriptionCommand.ts | 6 +-----
.../commands/DisableProactiveEngagementCommand.ts | 6 +-----
.../commands/DisassociateDRTLogBucketCommand.ts | 6 +-----
.../commands/DisassociateDRTRoleCommand.ts | 6 +-----
.../commands/DisassociateHealthCheckCommand.ts | 6 +-----
.../commands/EnableProactiveEngagementCommand.ts | 6 +-----
.../commands/GetSubscriptionStateCommand.ts | 6 +-----
clients/client-shield/commands/ListAttacksCommand.ts | 6 +-----
.../commands/ListProtectionGroupsCommand.ts | 6 +-----
.../client-shield/commands/ListProtectionsCommand.ts | 6 +-----
.../ListResourcesInProtectionGroupCommand.ts | 6 +-----
.../UpdateEmergencyContactSettingsCommand.ts | 6 +-----
.../commands/UpdateProtectionGroupCommand.ts | 6 +-----
.../commands/UpdateSubscriptionCommand.ts | 6 +-----
.../commands/AddProfilePermissionCommand.ts | 6 +-----
.../commands/CancelSigningProfileCommand.ts | 6 +-----
.../commands/DescribeSigningJobCommand.ts | 6 +-----
.../commands/GetSigningPlatformCommand.ts | 6 +-----
.../commands/GetSigningProfileCommand.ts | 6 +-----
.../commands/ListProfilePermissionsCommand.ts | 6 +-----
.../client-signer/commands/ListSigningJobsCommand.ts | 6 +-----
.../commands/ListSigningPlatformsCommand.ts | 6 +-----
.../commands/ListSigningProfilesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutSigningProfileCommand.ts | 6 +-----
.../commands/RemoveProfilePermissionCommand.ts | 6 +-----
.../client-signer/commands/RevokeSignatureCommand.ts | 6 +-----
.../commands/RevokeSigningProfileCommand.ts | 6 +-----
.../client-signer/commands/StartSigningJobCommand.ts | 6 +-----
clients/client-signer/commands/TagResourceCommand.ts | 6 +-----
.../client-signer/commands/UntagResourceCommand.ts | 6 +-----
clients/client-sms/commands/CreateAppCommand.ts | 6 +-----
.../commands/CreateReplicationJobCommand.ts | 6 +-----
clients/client-sms/commands/DeleteAppCommand.ts | 6 +-----
.../commands/DeleteAppLaunchConfigurationCommand.ts | 6 +-----
.../DeleteAppReplicationConfigurationCommand.ts | 6 +-----
.../DeleteAppValidationConfigurationCommand.ts | 6 +-----
.../commands/DeleteReplicationJobCommand.ts | 6 +-----
.../commands/DeleteServerCatalogCommand.ts | 6 +-----
.../commands/DisassociateConnectorCommand.ts | 6 +-----
.../client-sms/commands/GenerateChangeSetCommand.ts | 6 +-----
.../client-sms/commands/GenerateTemplateCommand.ts | 6 +-----
clients/client-sms/commands/GetAppCommand.ts | 6 +-----
.../commands/GetAppLaunchConfigurationCommand.ts | 6 +-----
.../GetAppReplicationConfigurationCommand.ts | 6 +-----
.../commands/GetAppValidationConfigurationCommand.ts | 6 +-----
.../commands/GetAppValidationOutputCommand.ts | 6 +-----
clients/client-sms/commands/GetConnectorsCommand.ts | 6 +-----
.../client-sms/commands/GetReplicationJobsCommand.ts | 6 +-----
.../client-sms/commands/GetReplicationRunsCommand.ts | 6 +-----
clients/client-sms/commands/GetServersCommand.ts | 6 +-----
.../client-sms/commands/ImportAppCatalogCommand.ts | 6 +-----
.../commands/ImportServerCatalogCommand.ts | 6 +-----
clients/client-sms/commands/LaunchAppCommand.ts | 6 +-----
clients/client-sms/commands/ListAppsCommand.ts | 6 +-----
.../commands/NotifyAppValidationOutputCommand.ts | 6 +-----
.../commands/PutAppLaunchConfigurationCommand.ts | 6 +-----
.../PutAppReplicationConfigurationCommand.ts | 6 +-----
.../commands/PutAppValidationConfigurationCommand.ts | 6 +-----
.../commands/StartAppReplicationCommand.ts | 6 +-----
.../commands/StartOnDemandAppReplicationCommand.ts | 6 +-----
.../commands/StartOnDemandReplicationRunCommand.ts | 6 +-----
.../client-sms/commands/StopAppReplicationCommand.ts | 6 +-----
clients/client-sms/commands/TerminateAppCommand.ts | 6 +-----
clients/client-sms/commands/UpdateAppCommand.ts | 6 +-----
.../commands/UpdateReplicationJobCommand.ts | 6 +-----
.../client-snowball/commands/CancelClusterCommand.ts | 6 +-----
clients/client-snowball/commands/CancelJobCommand.ts | 6 +-----
.../client-snowball/commands/CreateAddressCommand.ts | 6 +-----
.../client-snowball/commands/CreateClusterCommand.ts | 6 +-----
clients/client-snowball/commands/CreateJobCommand.ts | 6 +-----
.../commands/CreateReturnShippingLabelCommand.ts | 6 +-----
.../commands/DescribeAddressCommand.ts | 6 +-----
.../commands/DescribeAddressesCommand.ts | 6 +-----
.../commands/DescribeClusterCommand.ts | 6 +-----
.../client-snowball/commands/DescribeJobCommand.ts | 6 +-----
.../commands/DescribeReturnShippingLabelCommand.ts | 6 +-----
.../commands/GetJobManifestCommand.ts | 6 +-----
.../commands/GetJobUnlockCodeCommand.ts | 6 +-----
.../commands/GetSnowballUsageCommand.ts | 6 +-----
.../commands/GetSoftwareUpdatesCommand.ts | 6 +-----
.../commands/ListClusterJobsCommand.ts | 6 +-----
.../client-snowball/commands/ListClustersCommand.ts | 6 +-----
.../commands/ListCompatibleImagesCommand.ts | 6 +-----
clients/client-snowball/commands/ListJobsCommand.ts | 6 +-----
.../client-snowball/commands/UpdateClusterCommand.ts | 6 +-----
clients/client-snowball/commands/UpdateJobCommand.ts | 6 +-----
.../commands/UpdateJobShipmentStateCommand.ts | 6 +-----
clients/client-sns/commands/AddPermissionCommand.ts | 6 +-----
.../commands/CheckIfPhoneNumberIsOptedOutCommand.ts | 6 +-----
.../commands/ConfirmSubscriptionCommand.ts | 6 +-----
.../commands/CreatePlatformApplicationCommand.ts | 6 +-----
.../commands/CreatePlatformEndpointCommand.ts | 6 +-----
clients/client-sns/commands/CreateTopicCommand.ts | 6 +-----
clients/client-sns/commands/DeleteEndpointCommand.ts | 6 +-----
.../commands/DeletePlatformApplicationCommand.ts | 6 +-----
clients/client-sns/commands/DeleteTopicCommand.ts | 6 +-----
.../commands/GetEndpointAttributesCommand.ts | 6 +-----
.../GetPlatformApplicationAttributesCommand.ts | 6 +-----
.../client-sns/commands/GetSMSAttributesCommand.ts | 6 +-----
.../commands/GetSubscriptionAttributesCommand.ts | 6 +-----
.../client-sns/commands/GetTopicAttributesCommand.ts | 6 +-----
.../ListEndpointsByPlatformApplicationCommand.ts | 6 +-----
.../commands/ListPhoneNumbersOptedOutCommand.ts | 6 +-----
.../commands/ListPlatformApplicationsCommand.ts | 6 +-----
.../commands/ListSubscriptionsByTopicCommand.ts | 6 +-----
.../client-sns/commands/ListSubscriptionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-sns/commands/ListTopicsCommand.ts | 6 +-----
.../client-sns/commands/OptInPhoneNumberCommand.ts | 6 +-----
clients/client-sns/commands/PublishCommand.ts | 6 +-----
.../client-sns/commands/RemovePermissionCommand.ts | 6 +-----
.../commands/SetEndpointAttributesCommand.ts | 6 +-----
.../SetPlatformApplicationAttributesCommand.ts | 6 +-----
.../client-sns/commands/SetSMSAttributesCommand.ts | 6 +-----
.../commands/SetSubscriptionAttributesCommand.ts | 6 +-----
.../client-sns/commands/SetTopicAttributesCommand.ts | 6 +-----
clients/client-sns/commands/SubscribeCommand.ts | 6 +-----
clients/client-sns/commands/TagResourceCommand.ts | 6 +-----
clients/client-sns/commands/UnsubscribeCommand.ts | 6 +-----
clients/client-sns/commands/UntagResourceCommand.ts | 6 +-----
clients/client-sqs/commands/AddPermissionCommand.ts | 6 +-----
.../commands/ChangeMessageVisibilityBatchCommand.ts | 6 +-----
.../commands/ChangeMessageVisibilityCommand.ts | 6 +-----
clients/client-sqs/commands/CreateQueueCommand.ts | 6 +-----
.../client-sqs/commands/DeleteMessageBatchCommand.ts | 6 +-----
clients/client-sqs/commands/DeleteMessageCommand.ts | 6 +-----
clients/client-sqs/commands/DeleteQueueCommand.ts | 6 +-----
.../client-sqs/commands/GetQueueAttributesCommand.ts | 6 +-----
clients/client-sqs/commands/GetQueueUrlCommand.ts | 6 +-----
.../commands/ListDeadLetterSourceQueuesCommand.ts | 6 +-----
clients/client-sqs/commands/ListQueueTagsCommand.ts | 6 +-----
clients/client-sqs/commands/ListQueuesCommand.ts | 6 +-----
clients/client-sqs/commands/PurgeQueueCommand.ts | 6 +-----
clients/client-sqs/commands/ReceiveMessageCommand.ts | 8 ++------
.../client-sqs/commands/RemovePermissionCommand.ts | 6 +-----
.../client-sqs/commands/SendMessageBatchCommand.ts | 8 ++------
clients/client-sqs/commands/SendMessageCommand.ts | 8 ++------
.../client-sqs/commands/SetQueueAttributesCommand.ts | 6 +-----
clients/client-sqs/commands/TagQueueCommand.ts | 6 +-----
clients/client-sqs/commands/UntagQueueCommand.ts | 6 +-----
.../client-ssm/commands/AddTagsToResourceCommand.ts | 6 +-----
clients/client-ssm/commands/CancelCommandCommand.ts | 6 +-----
.../CancelMaintenanceWindowExecutionCommand.ts | 6 +-----
.../client-ssm/commands/CreateActivationCommand.ts | 6 +-----
.../commands/CreateAssociationBatchCommand.ts | 6 +-----
.../client-ssm/commands/CreateAssociationCommand.ts | 6 +-----
clients/client-ssm/commands/CreateDocumentCommand.ts | 6 +-----
.../commands/CreateMaintenanceWindowCommand.ts | 6 +-----
clients/client-ssm/commands/CreateOpsItemCommand.ts | 6 +-----
.../client-ssm/commands/CreateOpsMetadataCommand.ts | 6 +-----
.../commands/CreatePatchBaselineCommand.ts | 6 +-----
.../commands/CreateResourceDataSyncCommand.ts | 6 +-----
.../client-ssm/commands/DeleteActivationCommand.ts | 6 +-----
.../client-ssm/commands/DeleteAssociationCommand.ts | 6 +-----
clients/client-ssm/commands/DeleteDocumentCommand.ts | 6 +-----
.../client-ssm/commands/DeleteInventoryCommand.ts | 6 +-----
.../commands/DeleteMaintenanceWindowCommand.ts | 6 +-----
.../client-ssm/commands/DeleteOpsMetadataCommand.ts | 6 +-----
.../client-ssm/commands/DeleteParameterCommand.ts | 6 +-----
.../client-ssm/commands/DeleteParametersCommand.ts | 6 +-----
.../commands/DeletePatchBaselineCommand.ts | 6 +-----
.../commands/DeleteResourceDataSyncCommand.ts | 6 +-----
.../commands/DeregisterManagedInstanceCommand.ts | 6 +-----
.../DeregisterPatchBaselineForPatchGroupCommand.ts | 6 +-----
.../DeregisterTargetFromMaintenanceWindowCommand.ts | 6 +-----
.../DeregisterTaskFromMaintenanceWindowCommand.ts | 6 +-----
.../commands/DescribeActivationsCommand.ts | 6 +-----
.../commands/DescribeAssociationCommand.ts | 6 +-----
.../DescribeAssociationExecutionTargetsCommand.ts | 6 +-----
.../commands/DescribeAssociationExecutionsCommand.ts | 6 +-----
.../commands/DescribeAutomationExecutionsCommand.ts | 6 +-----
.../DescribeAutomationStepExecutionsCommand.ts | 6 +-----
.../commands/DescribeAvailablePatchesCommand.ts | 6 +-----
.../client-ssm/commands/DescribeDocumentCommand.ts | 6 +-----
.../commands/DescribeDocumentPermissionCommand.ts | 6 +-----
.../DescribeEffectiveInstanceAssociationsCommand.ts | 6 +-----
...escribeEffectivePatchesForPatchBaselineCommand.ts | 6 +-----
.../DescribeInstanceAssociationsStatusCommand.ts | 6 +-----
.../commands/DescribeInstanceInformationCommand.ts | 6 +-----
.../commands/DescribeInstancePatchStatesCommand.ts | 6 +-----
...escribeInstancePatchStatesForPatchGroupCommand.ts | 6 +-----
.../commands/DescribeInstancePatchesCommand.ts | 6 +-----
.../commands/DescribeInventoryDeletionsCommand.ts | 6 +-----
...intenanceWindowExecutionTaskInvocationsCommand.ts | 6 +-----
...DescribeMaintenanceWindowExecutionTasksCommand.ts | 6 +-----
.../DescribeMaintenanceWindowExecutionsCommand.ts | 6 +-----
.../DescribeMaintenanceWindowScheduleCommand.ts | 6 +-----
.../DescribeMaintenanceWindowTargetsCommand.ts | 6 +-----
.../DescribeMaintenanceWindowTasksCommand.ts | 6 +-----
.../commands/DescribeMaintenanceWindowsCommand.ts | 6 +-----
.../DescribeMaintenanceWindowsForTargetCommand.ts | 6 +-----
.../client-ssm/commands/DescribeOpsItemsCommand.ts | 6 +-----
.../client-ssm/commands/DescribeParametersCommand.ts | 6 +-----
.../commands/DescribePatchBaselinesCommand.ts | 6 +-----
.../commands/DescribePatchGroupStateCommand.ts | 6 +-----
.../commands/DescribePatchGroupsCommand.ts | 6 +-----
.../commands/DescribePatchPropertiesCommand.ts | 6 +-----
.../client-ssm/commands/DescribeSessionsCommand.ts | 6 +-----
.../commands/GetAutomationExecutionCommand.ts | 6 +-----
.../client-ssm/commands/GetCalendarStateCommand.ts | 6 +-----
.../commands/GetCommandInvocationCommand.ts | 6 +-----
.../commands/GetConnectionStatusCommand.ts | 6 +-----
.../commands/GetDefaultPatchBaselineCommand.ts | 6 +-----
.../GetDeployablePatchSnapshotForInstanceCommand.ts | 6 +-----
clients/client-ssm/commands/GetDocumentCommand.ts | 6 +-----
clients/client-ssm/commands/GetInventoryCommand.ts | 6 +-----
.../client-ssm/commands/GetInventorySchemaCommand.ts | 6 +-----
.../commands/GetMaintenanceWindowCommand.ts | 6 +-----
.../commands/GetMaintenanceWindowExecutionCommand.ts | 6 +-----
.../GetMaintenanceWindowExecutionTaskCommand.ts | 6 +-----
...aintenanceWindowExecutionTaskInvocationCommand.ts | 6 +-----
.../commands/GetMaintenanceWindowTaskCommand.ts | 6 +-----
clients/client-ssm/commands/GetOpsItemCommand.ts | 6 +-----
clients/client-ssm/commands/GetOpsMetadataCommand.ts | 6 +-----
clients/client-ssm/commands/GetOpsSummaryCommand.ts | 6 +-----
clients/client-ssm/commands/GetParameterCommand.ts | 6 +-----
.../commands/GetParameterHistoryCommand.ts | 6 +-----
.../commands/GetParametersByPathCommand.ts | 6 +-----
clients/client-ssm/commands/GetParametersCommand.ts | 6 +-----
.../client-ssm/commands/GetPatchBaselineCommand.ts | 6 +-----
.../commands/GetPatchBaselineForPatchGroupCommand.ts | 6 +-----
.../client-ssm/commands/GetServiceSettingCommand.ts | 6 +-----
.../commands/LabelParameterVersionCommand.ts | 6 +-----
.../commands/ListAssociationVersionsCommand.ts | 6 +-----
.../client-ssm/commands/ListAssociationsCommand.ts | 6 +-----
.../commands/ListCommandInvocationsCommand.ts | 6 +-----
clients/client-ssm/commands/ListCommandsCommand.ts | 6 +-----
.../commands/ListComplianceItemsCommand.ts | 6 +-----
.../commands/ListComplianceSummariesCommand.ts | 6 +-----
.../commands/ListDocumentVersionsCommand.ts | 6 +-----
clients/client-ssm/commands/ListDocumentsCommand.ts | 6 +-----
.../commands/ListInventoryEntriesCommand.ts | 6 +-----
.../client-ssm/commands/ListOpsMetadataCommand.ts | 6 +-----
.../ListResourceComplianceSummariesCommand.ts | 6 +-----
.../commands/ListResourceDataSyncCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ModifyDocumentPermissionCommand.ts | 6 +-----
.../client-ssm/commands/PutComplianceItemsCommand.ts | 6 +-----
clients/client-ssm/commands/PutInventoryCommand.ts | 6 +-----
clients/client-ssm/commands/PutParameterCommand.ts | 6 +-----
.../commands/RegisterDefaultPatchBaselineCommand.ts | 6 +-----
.../RegisterPatchBaselineForPatchGroupCommand.ts | 6 +-----
.../RegisterTargetWithMaintenanceWindowCommand.ts | 6 +-----
.../RegisterTaskWithMaintenanceWindowCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetServiceSettingCommand.ts | 6 +-----
clients/client-ssm/commands/ResumeSessionCommand.ts | 6 +-----
.../commands/SendAutomationSignalCommand.ts | 6 +-----
clients/client-ssm/commands/SendCommandCommand.ts | 6 +-----
.../commands/StartAssociationsOnceCommand.ts | 6 +-----
.../commands/StartAutomationExecutionCommand.ts | 6 +-----
clients/client-ssm/commands/StartSessionCommand.ts | 6 +-----
.../commands/StopAutomationExecutionCommand.ts | 6 +-----
.../client-ssm/commands/TerminateSessionCommand.ts | 6 +-----
.../client-ssm/commands/UpdateAssociationCommand.ts | 6 +-----
.../commands/UpdateAssociationStatusCommand.ts | 6 +-----
clients/client-ssm/commands/UpdateDocumentCommand.ts | 6 +-----
.../commands/UpdateDocumentDefaultVersionCommand.ts | 6 +-----
.../commands/UpdateMaintenanceWindowCommand.ts | 6 +-----
.../commands/UpdateMaintenanceWindowTargetCommand.ts | 6 +-----
.../commands/UpdateMaintenanceWindowTaskCommand.ts | 6 +-----
.../commands/UpdateManagedInstanceRoleCommand.ts | 6 +-----
clients/client-ssm/commands/UpdateOpsItemCommand.ts | 6 +-----
.../client-ssm/commands/UpdateOpsMetadataCommand.ts | 6 +-----
.../commands/UpdatePatchBaselineCommand.ts | 6 +-----
.../commands/UpdateResourceDataSyncCommand.ts | 6 +-----
.../commands/UpdateServiceSettingCommand.ts | 6 +-----
.../AttachManagedPolicyToPermissionSetCommand.ts | 6 +-----
.../commands/CreateAccountAssignmentCommand.ts | 6 +-----
...anceAccessControlAttributeConfigurationCommand.ts | 6 +-----
.../commands/CreatePermissionSetCommand.ts | 6 +-----
.../commands/DeleteAccountAssignmentCommand.ts | 6 +-----
.../DeleteInlinePolicyFromPermissionSetCommand.ts | 6 +-----
...anceAccessControlAttributeConfigurationCommand.ts | 6 +-----
.../commands/DeletePermissionSetCommand.ts | 6 +-----
...DescribeAccountAssignmentCreationStatusCommand.ts | 6 +-----
...DescribeAccountAssignmentDeletionStatusCommand.ts | 6 +-----
...anceAccessControlAttributeConfigurationCommand.ts | 6 +-----
.../commands/DescribePermissionSetCommand.ts | 6 +-----
...DescribePermissionSetProvisioningStatusCommand.ts | 6 +-----
.../DetachManagedPolicyFromPermissionSetCommand.ts | 6 +-----
.../GetInlinePolicyForPermissionSetCommand.ts | 6 +-----
.../ListAccountAssignmentCreationStatusCommand.ts | 6 +-----
.../ListAccountAssignmentDeletionStatusCommand.ts | 6 +-----
.../commands/ListAccountAssignmentsCommand.ts | 6 +-----
...ListAccountsForProvisionedPermissionSetCommand.ts | 6 +-----
.../commands/ListInstancesCommand.ts | 6 +-----
.../ListManagedPoliciesInPermissionSetCommand.ts | 6 +-----
.../ListPermissionSetProvisioningStatusCommand.ts | 6 +-----
.../commands/ListPermissionSetsCommand.ts | 6 +-----
.../ListPermissionSetsProvisionedToAccountCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ProvisionPermissionSetCommand.ts | 6 +-----
.../PutInlinePolicyToPermissionSetCommand.ts | 6 +-----
.../client-sso-admin/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
...anceAccessControlAttributeConfigurationCommand.ts | 6 +-----
.../commands/UpdatePermissionSetCommand.ts | 6 +-----
.../client-sso-oidc/commands/CreateTokenCommand.ts | 6 +-----
.../commands/RegisterClientCommand.ts | 6 +-----
.../commands/StartDeviceAuthorizationCommand.ts | 6 +-----
.../client-sso/commands/GetRoleCredentialsCommand.ts | 6 +-----
.../client-sso/commands/ListAccountRolesCommand.ts | 6 +-----
clients/client-sso/commands/ListAccountsCommand.ts | 6 +-----
clients/client-sso/commands/LogoutCommand.ts | 6 +-----
.../commands/ActivateGatewayCommand.ts | 6 +-----
.../commands/AddCacheCommand.ts | 6 +-----
.../commands/AddTagsToResourceCommand.ts | 6 +-----
.../commands/AddUploadBufferCommand.ts | 6 +-----
.../commands/AddWorkingStorageCommand.ts | 6 +-----
.../commands/AssignTapePoolCommand.ts | 6 +-----
.../commands/AttachVolumeCommand.ts | 6 +-----
.../commands/CancelArchivalCommand.ts | 6 +-----
.../commands/CancelRetrievalCommand.ts | 6 +-----
.../commands/CreateCachediSCSIVolumeCommand.ts | 6 +-----
.../commands/CreateNFSFileShareCommand.ts | 6 +-----
.../commands/CreateSMBFileShareCommand.ts | 6 +-----
.../commands/CreateSnapshotCommand.ts | 6 +-----
.../CreateSnapshotFromVolumeRecoveryPointCommand.ts | 6 +-----
.../commands/CreateStorediSCSIVolumeCommand.ts | 6 +-----
.../commands/CreateTapePoolCommand.ts | 6 +-----
.../commands/CreateTapeWithBarcodeCommand.ts | 6 +-----
.../commands/CreateTapesCommand.ts | 6 +-----
.../DeleteAutomaticTapeCreationPolicyCommand.ts | 6 +-----
.../commands/DeleteBandwidthRateLimitCommand.ts | 6 +-----
.../commands/DeleteChapCredentialsCommand.ts | 6 +-----
.../commands/DeleteFileShareCommand.ts | 6 +-----
.../commands/DeleteGatewayCommand.ts | 6 +-----
.../commands/DeleteSnapshotScheduleCommand.ts | 6 +-----
.../commands/DeleteTapeArchiveCommand.ts | 6 +-----
.../commands/DeleteTapeCommand.ts | 6 +-----
.../commands/DeleteTapePoolCommand.ts | 6 +-----
.../commands/DeleteVolumeCommand.ts | 6 +-----
.../DescribeAvailabilityMonitorTestCommand.ts | 6 +-----
.../commands/DescribeBandwidthRateLimitCommand.ts | 6 +-----
.../DescribeBandwidthRateLimitScheduleCommand.ts | 6 +-----
.../commands/DescribeCacheCommand.ts | 6 +-----
.../commands/DescribeCachediSCSIVolumesCommand.ts | 6 +-----
.../commands/DescribeChapCredentialsCommand.ts | 6 +-----
.../commands/DescribeGatewayInformationCommand.ts | 6 +-----
.../commands/DescribeMaintenanceStartTimeCommand.ts | 6 +-----
.../commands/DescribeNFSFileSharesCommand.ts | 6 +-----
.../commands/DescribeSMBFileSharesCommand.ts | 6 +-----
.../commands/DescribeSMBSettingsCommand.ts | 6 +-----
.../commands/DescribeSnapshotScheduleCommand.ts | 6 +-----
.../commands/DescribeStorediSCSIVolumesCommand.ts | 6 +-----
.../commands/DescribeTapeArchivesCommand.ts | 6 +-----
.../commands/DescribeTapeRecoveryPointsCommand.ts | 6 +-----
.../commands/DescribeTapesCommand.ts | 6 +-----
.../commands/DescribeUploadBufferCommand.ts | 6 +-----
.../commands/DescribeVTLDevicesCommand.ts | 6 +-----
.../commands/DescribeWorkingStorageCommand.ts | 6 +-----
.../commands/DetachVolumeCommand.ts | 6 +-----
.../commands/DisableGatewayCommand.ts | 6 +-----
.../commands/JoinDomainCommand.ts | 6 +-----
.../ListAutomaticTapeCreationPoliciesCommand.ts | 6 +-----
.../commands/ListFileSharesCommand.ts | 6 +-----
.../commands/ListGatewaysCommand.ts | 6 +-----
.../commands/ListLocalDisksCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListTapePoolsCommand.ts | 6 +-----
.../commands/ListTapesCommand.ts | 6 +-----
.../commands/ListVolumeInitiatorsCommand.ts | 6 +-----
.../commands/ListVolumeRecoveryPointsCommand.ts | 6 +-----
.../commands/ListVolumesCommand.ts | 6 +-----
.../commands/NotifyWhenUploadedCommand.ts | 6 +-----
.../commands/RefreshCacheCommand.ts | 6 +-----
.../commands/RemoveTagsFromResourceCommand.ts | 6 +-----
.../commands/ResetCacheCommand.ts | 6 +-----
.../commands/RetrieveTapeArchiveCommand.ts | 6 +-----
.../commands/RetrieveTapeRecoveryPointCommand.ts | 6 +-----
.../commands/SetLocalConsolePasswordCommand.ts | 6 +-----
.../commands/SetSMBGuestPasswordCommand.ts | 6 +-----
.../commands/ShutdownGatewayCommand.ts | 6 +-----
.../commands/StartAvailabilityMonitorTestCommand.ts | 6 +-----
.../commands/StartGatewayCommand.ts | 6 +-----
.../UpdateAutomaticTapeCreationPolicyCommand.ts | 6 +-----
.../commands/UpdateBandwidthRateLimitCommand.ts | 6 +-----
.../UpdateBandwidthRateLimitScheduleCommand.ts | 6 +-----
.../commands/UpdateChapCredentialsCommand.ts | 6 +-----
.../commands/UpdateGatewayInformationCommand.ts | 6 +-----
.../commands/UpdateGatewaySoftwareNowCommand.ts | 6 +-----
.../commands/UpdateMaintenanceStartTimeCommand.ts | 6 +-----
.../commands/UpdateNFSFileShareCommand.ts | 6 +-----
.../commands/UpdateSMBFileShareCommand.ts | 6 +-----
.../commands/UpdateSMBFileShareVisibilityCommand.ts | 6 +-----
.../commands/UpdateSMBSecurityStrategyCommand.ts | 6 +-----
.../commands/UpdateSnapshotScheduleCommand.ts | 6 +-----
.../commands/UpdateVTLDeviceTypeCommand.ts | 6 +-----
clients/client-sts/commands/AssumeRoleCommand.ts | 8 ++------
.../client-sts/commands/AssumeRoleWithSAMLCommand.ts | 6 +-----
.../commands/AssumeRoleWithWebIdentityCommand.ts | 6 +-----
.../commands/DecodeAuthorizationMessageCommand.ts | 8 ++------
.../client-sts/commands/GetAccessKeyInfoCommand.ts | 8 ++------
.../client-sts/commands/GetCallerIdentityCommand.ts | 8 ++------
.../client-sts/commands/GetFederationTokenCommand.ts | 8 ++------
.../client-sts/commands/GetSessionTokenCommand.ts | 8 ++------
.../commands/AddAttachmentsToSetCommand.ts | 6 +-----
.../commands/AddCommunicationToCaseCommand.ts | 6 +-----
clients/client-support/commands/CreateCaseCommand.ts | 6 +-----
.../commands/DescribeAttachmentCommand.ts | 6 +-----
.../client-support/commands/DescribeCasesCommand.ts | 6 +-----
.../commands/DescribeCommunicationsCommand.ts | 6 +-----
.../commands/DescribeServicesCommand.ts | 6 +-----
.../commands/DescribeSeverityLevelsCommand.ts | 6 +-----
...cribeTrustedAdvisorCheckRefreshStatusesCommand.ts | 6 +-----
.../DescribeTrustedAdvisorCheckResultCommand.ts | 6 +-----
.../DescribeTrustedAdvisorCheckSummariesCommand.ts | 6 +-----
.../commands/DescribeTrustedAdvisorChecksCommand.ts | 6 +-----
.../commands/RefreshTrustedAdvisorCheckCommand.ts | 6 +-----
.../client-support/commands/ResolveCaseCommand.ts | 6 +-----
.../commands/CountClosedWorkflowExecutionsCommand.ts | 6 +-----
.../commands/CountOpenWorkflowExecutionsCommand.ts | 6 +-----
.../commands/CountPendingActivityTasksCommand.ts | 6 +-----
.../commands/CountPendingDecisionTasksCommand.ts | 6 +-----
.../commands/DeprecateActivityTypeCommand.ts | 6 +-----
.../client-swf/commands/DeprecateDomainCommand.ts | 6 +-----
.../commands/DeprecateWorkflowTypeCommand.ts | 6 +-----
.../commands/DescribeActivityTypeCommand.ts | 6 +-----
clients/client-swf/commands/DescribeDomainCommand.ts | 6 +-----
.../commands/DescribeWorkflowExecutionCommand.ts | 6 +-----
.../commands/DescribeWorkflowTypeCommand.ts | 6 +-----
.../commands/GetWorkflowExecutionHistoryCommand.ts | 6 +-----
.../client-swf/commands/ListActivityTypesCommand.ts | 6 +-----
.../commands/ListClosedWorkflowExecutionsCommand.ts | 6 +-----
clients/client-swf/commands/ListDomainsCommand.ts | 6 +-----
.../commands/ListOpenWorkflowExecutionsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-swf/commands/ListWorkflowTypesCommand.ts | 6 +-----
.../commands/PollForActivityTaskCommand.ts | 6 +-----
.../commands/PollForDecisionTaskCommand.ts | 6 +-----
.../commands/RecordActivityTaskHeartbeatCommand.ts | 6 +-----
.../commands/RegisterActivityTypeCommand.ts | 6 +-----
clients/client-swf/commands/RegisterDomainCommand.ts | 6 +-----
.../commands/RegisterWorkflowTypeCommand.ts | 6 +-----
.../RequestCancelWorkflowExecutionCommand.ts | 6 +-----
.../commands/RespondActivityTaskCanceledCommand.ts | 6 +-----
.../commands/RespondActivityTaskCompletedCommand.ts | 6 +-----
.../commands/RespondActivityTaskFailedCommand.ts | 6 +-----
.../commands/RespondDecisionTaskCompletedCommand.ts | 6 +-----
.../commands/SignalWorkflowExecutionCommand.ts | 6 +-----
.../commands/StartWorkflowExecutionCommand.ts | 6 +-----
clients/client-swf/commands/TagResourceCommand.ts | 6 +-----
.../commands/TerminateWorkflowExecutionCommand.ts | 6 +-----
.../commands/UndeprecateActivityTypeCommand.ts | 6 +-----
.../client-swf/commands/UndeprecateDomainCommand.ts | 6 +-----
.../commands/UndeprecateWorkflowTypeCommand.ts | 6 +-----
clients/client-swf/commands/UntagResourceCommand.ts | 6 +-----
.../commands/CreateCanaryCommand.ts | 6 +-----
.../commands/DeleteCanaryCommand.ts | 6 +-----
.../commands/DescribeCanariesCommand.ts | 6 +-----
.../commands/DescribeCanariesLastRunCommand.ts | 6 +-----
.../commands/DescribeRuntimeVersionsCommand.ts | 6 +-----
.../client-synthetics/commands/GetCanaryCommand.ts | 6 +-----
.../commands/GetCanaryRunsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../client-synthetics/commands/StartCanaryCommand.ts | 6 +-----
.../client-synthetics/commands/StopCanaryCommand.ts | 6 +-----
.../client-synthetics/commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateCanaryCommand.ts | 6 +-----
.../commands/AnalyzeDocumentCommand.ts | 6 +-----
.../commands/DetectDocumentTextCommand.ts | 6 +-----
.../commands/GetDocumentAnalysisCommand.ts | 6 +-----
.../commands/GetDocumentTextDetectionCommand.ts | 6 +-----
.../commands/StartDocumentAnalysisCommand.ts | 6 +-----
.../commands/StartDocumentTextDetectionCommand.ts | 6 +-----
.../commands/CancelQueryCommand.ts | 6 +-----
.../commands/DescribeEndpointsCommand.ts | 6 +-----
.../client-timestream-query/commands/QueryCommand.ts | 6 +-----
.../commands/CreateDatabaseCommand.ts | 6 +-----
.../commands/CreateTableCommand.ts | 6 +-----
.../commands/DeleteDatabaseCommand.ts | 6 +-----
.../commands/DeleteTableCommand.ts | 6 +-----
.../commands/DescribeDatabaseCommand.ts | 6 +-----
.../commands/DescribeEndpointsCommand.ts | 6 +-----
.../commands/DescribeTableCommand.ts | 6 +-----
.../commands/ListDatabasesCommand.ts | 6 +-----
.../commands/ListTablesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateDatabaseCommand.ts | 6 +-----
.../commands/UpdateTableCommand.ts | 6 +-----
.../commands/WriteRecordsCommand.ts | 6 +-----
.../StartMedicalStreamTranscriptionCommand.ts | 8 ++------
.../commands/StartStreamTranscriptionCommand.ts | 8 ++------
.../commands/CreateLanguageModelCommand.ts | 6 +-----
.../commands/CreateMedicalVocabularyCommand.ts | 6 +-----
.../commands/CreateVocabularyCommand.ts | 6 +-----
.../commands/CreateVocabularyFilterCommand.ts | 6 +-----
.../commands/DeleteLanguageModelCommand.ts | 6 +-----
.../commands/DeleteMedicalTranscriptionJobCommand.ts | 6 +-----
.../commands/DeleteMedicalVocabularyCommand.ts | 6 +-----
.../commands/DeleteTranscriptionJobCommand.ts | 6 +-----
.../commands/DeleteVocabularyCommand.ts | 6 +-----
.../commands/DeleteVocabularyFilterCommand.ts | 6 +-----
.../commands/DescribeLanguageModelCommand.ts | 6 +-----
.../commands/GetMedicalTranscriptionJobCommand.ts | 6 +-----
.../commands/GetMedicalVocabularyCommand.ts | 6 +-----
.../commands/GetTranscriptionJobCommand.ts | 6 +-----
.../commands/GetVocabularyCommand.ts | 6 +-----
.../commands/GetVocabularyFilterCommand.ts | 6 +-----
.../commands/ListLanguageModelsCommand.ts | 6 +-----
.../commands/ListMedicalTranscriptionJobsCommand.ts | 6 +-----
.../commands/ListMedicalVocabulariesCommand.ts | 6 +-----
.../commands/ListTranscriptionJobsCommand.ts | 6 +-----
.../commands/ListVocabulariesCommand.ts | 6 +-----
.../commands/ListVocabularyFiltersCommand.ts | 6 +-----
.../commands/StartMedicalTranscriptionJobCommand.ts | 6 +-----
.../commands/StartTranscriptionJobCommand.ts | 6 +-----
.../commands/UpdateMedicalVocabularyCommand.ts | 6 +-----
.../commands/UpdateVocabularyCommand.ts | 6 +-----
.../commands/UpdateVocabularyFilterCommand.ts | 6 +-----
.../client-transfer/commands/CreateServerCommand.ts | 6 +-----
.../client-transfer/commands/CreateUserCommand.ts | 6 +-----
.../client-transfer/commands/DeleteServerCommand.ts | 6 +-----
.../commands/DeleteSshPublicKeyCommand.ts | 6 +-----
.../client-transfer/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DescribeSecurityPolicyCommand.ts | 6 +-----
.../commands/DescribeServerCommand.ts | 6 +-----
.../client-transfer/commands/DescribeUserCommand.ts | 6 +-----
.../commands/ImportSshPublicKeyCommand.ts | 6 +-----
.../commands/ListSecurityPoliciesCommand.ts | 6 +-----
.../client-transfer/commands/ListServersCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-transfer/commands/ListUsersCommand.ts | 6 +-----
.../client-transfer/commands/StartServerCommand.ts | 6 +-----
.../client-transfer/commands/StopServerCommand.ts | 6 +-----
.../client-transfer/commands/TagResourceCommand.ts | 6 +-----
.../commands/TestIdentityProviderCommand.ts | 6 +-----
.../client-transfer/commands/UntagResourceCommand.ts | 6 +-----
.../client-transfer/commands/UpdateServerCommand.ts | 6 +-----
.../client-transfer/commands/UpdateUserCommand.ts | 6 +-----
.../commands/CreateParallelDataCommand.ts | 6 +-----
.../commands/DeleteParallelDataCommand.ts | 6 +-----
.../commands/DeleteTerminologyCommand.ts | 6 +-----
.../commands/DescribeTextTranslationJobCommand.ts | 6 +-----
.../commands/GetParallelDataCommand.ts | 6 +-----
.../commands/GetTerminologyCommand.ts | 6 +-----
.../commands/ImportTerminologyCommand.ts | 6 +-----
.../commands/ListParallelDataCommand.ts | 6 +-----
.../commands/ListTerminologiesCommand.ts | 6 +-----
.../commands/ListTextTranslationJobsCommand.ts | 6 +-----
.../commands/StartTextTranslationJobCommand.ts | 6 +-----
.../commands/StopTextTranslationJobCommand.ts | 6 +-----
.../commands/TranslateTextCommand.ts | 6 +-----
.../commands/UpdateParallelDataCommand.ts | 6 +-----
.../commands/AssociateWebACLCommand.ts | 6 +-----
.../commands/CreateByteMatchSetCommand.ts | 6 +-----
.../commands/CreateGeoMatchSetCommand.ts | 6 +-----
.../commands/CreateIPSetCommand.ts | 6 +-----
.../commands/CreateRateBasedRuleCommand.ts | 6 +-----
.../commands/CreateRegexMatchSetCommand.ts | 6 +-----
.../commands/CreateRegexPatternSetCommand.ts | 6 +-----
.../commands/CreateRuleCommand.ts | 6 +-----
.../commands/CreateRuleGroupCommand.ts | 6 +-----
.../commands/CreateSizeConstraintSetCommand.ts | 6 +-----
.../commands/CreateSqlInjectionMatchSetCommand.ts | 6 +-----
.../commands/CreateWebACLCommand.ts | 6 +-----
.../commands/CreateWebACLMigrationStackCommand.ts | 6 +-----
.../commands/CreateXssMatchSetCommand.ts | 6 +-----
.../commands/DeleteByteMatchSetCommand.ts | 6 +-----
.../commands/DeleteGeoMatchSetCommand.ts | 6 +-----
.../commands/DeleteIPSetCommand.ts | 6 +-----
.../commands/DeleteLoggingConfigurationCommand.ts | 6 +-----
.../commands/DeletePermissionPolicyCommand.ts | 6 +-----
.../commands/DeleteRateBasedRuleCommand.ts | 6 +-----
.../commands/DeleteRegexMatchSetCommand.ts | 6 +-----
.../commands/DeleteRegexPatternSetCommand.ts | 6 +-----
.../commands/DeleteRuleCommand.ts | 6 +-----
.../commands/DeleteRuleGroupCommand.ts | 6 +-----
.../commands/DeleteSizeConstraintSetCommand.ts | 6 +-----
.../commands/DeleteSqlInjectionMatchSetCommand.ts | 6 +-----
.../commands/DeleteWebACLCommand.ts | 6 +-----
.../commands/DeleteXssMatchSetCommand.ts | 6 +-----
.../commands/DisassociateWebACLCommand.ts | 6 +-----
.../commands/GetByteMatchSetCommand.ts | 6 +-----
.../commands/GetChangeTokenCommand.ts | 6 +-----
.../commands/GetChangeTokenStatusCommand.ts | 6 +-----
.../commands/GetGeoMatchSetCommand.ts | 6 +-----
.../client-waf-regional/commands/GetIPSetCommand.ts | 6 +-----
.../commands/GetLoggingConfigurationCommand.ts | 6 +-----
.../commands/GetPermissionPolicyCommand.ts | 6 +-----
.../commands/GetRateBasedRuleCommand.ts | 6 +-----
.../commands/GetRateBasedRuleManagedKeysCommand.ts | 6 +-----
.../commands/GetRegexMatchSetCommand.ts | 6 +-----
.../commands/GetRegexPatternSetCommand.ts | 6 +-----
.../client-waf-regional/commands/GetRuleCommand.ts | 6 +-----
.../commands/GetRuleGroupCommand.ts | 6 +-----
.../commands/GetSampledRequestsCommand.ts | 6 +-----
.../commands/GetSizeConstraintSetCommand.ts | 6 +-----
.../commands/GetSqlInjectionMatchSetCommand.ts | 6 +-----
.../client-waf-regional/commands/GetWebACLCommand.ts | 6 +-----
.../commands/GetWebACLForResourceCommand.ts | 6 +-----
.../commands/GetXssMatchSetCommand.ts | 6 +-----
.../commands/ListActivatedRulesInRuleGroupCommand.ts | 6 +-----
.../commands/ListByteMatchSetsCommand.ts | 6 +-----
.../commands/ListGeoMatchSetsCommand.ts | 6 +-----
.../commands/ListIPSetsCommand.ts | 6 +-----
.../commands/ListLoggingConfigurationsCommand.ts | 6 +-----
.../commands/ListRateBasedRulesCommand.ts | 6 +-----
.../commands/ListRegexMatchSetsCommand.ts | 6 +-----
.../commands/ListRegexPatternSetsCommand.ts | 6 +-----
.../commands/ListResourcesForWebACLCommand.ts | 6 +-----
.../commands/ListRuleGroupsCommand.ts | 6 +-----
.../client-waf-regional/commands/ListRulesCommand.ts | 6 +-----
.../commands/ListSizeConstraintSetsCommand.ts | 6 +-----
.../commands/ListSqlInjectionMatchSetsCommand.ts | 6 +-----
.../commands/ListSubscribedRuleGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/ListWebACLsCommand.ts | 6 +-----
.../commands/ListXssMatchSetsCommand.ts | 6 +-----
.../commands/PutLoggingConfigurationCommand.ts | 6 +-----
.../commands/PutPermissionPolicyCommand.ts | 6 +-----
.../commands/TagResourceCommand.ts | 6 +-----
.../commands/UntagResourceCommand.ts | 6 +-----
.../commands/UpdateByteMatchSetCommand.ts | 6 +-----
.../commands/UpdateGeoMatchSetCommand.ts | 6 +-----
.../commands/UpdateIPSetCommand.ts | 6 +-----
.../commands/UpdateRateBasedRuleCommand.ts | 6 +-----
.../commands/UpdateRegexMatchSetCommand.ts | 6 +-----
.../commands/UpdateRegexPatternSetCommand.ts | 6 +-----
.../commands/UpdateRuleCommand.ts | 6 +-----
.../commands/UpdateRuleGroupCommand.ts | 6 +-----
.../commands/UpdateSizeConstraintSetCommand.ts | 6 +-----
.../commands/UpdateSqlInjectionMatchSetCommand.ts | 6 +-----
.../commands/UpdateWebACLCommand.ts | 6 +-----
.../commands/UpdateXssMatchSetCommand.ts | 6 +-----
.../client-waf/commands/CreateByteMatchSetCommand.ts | 6 +-----
.../client-waf/commands/CreateGeoMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/CreateIPSetCommand.ts | 6 +-----
.../commands/CreateRateBasedRuleCommand.ts | 6 +-----
.../commands/CreateRegexMatchSetCommand.ts | 6 +-----
.../commands/CreateRegexPatternSetCommand.ts | 6 +-----
clients/client-waf/commands/CreateRuleCommand.ts | 6 +-----
.../client-waf/commands/CreateRuleGroupCommand.ts | 6 +-----
.../commands/CreateSizeConstraintSetCommand.ts | 6 +-----
.../commands/CreateSqlInjectionMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/CreateWebACLCommand.ts | 6 +-----
.../commands/CreateWebACLMigrationStackCommand.ts | 6 +-----
.../client-waf/commands/CreateXssMatchSetCommand.ts | 6 +-----
.../client-waf/commands/DeleteByteMatchSetCommand.ts | 6 +-----
.../client-waf/commands/DeleteGeoMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/DeleteIPSetCommand.ts | 6 +-----
.../commands/DeleteLoggingConfigurationCommand.ts | 6 +-----
.../commands/DeletePermissionPolicyCommand.ts | 6 +-----
.../commands/DeleteRateBasedRuleCommand.ts | 6 +-----
.../commands/DeleteRegexMatchSetCommand.ts | 6 +-----
.../commands/DeleteRegexPatternSetCommand.ts | 6 +-----
clients/client-waf/commands/DeleteRuleCommand.ts | 6 +-----
.../client-waf/commands/DeleteRuleGroupCommand.ts | 6 +-----
.../commands/DeleteSizeConstraintSetCommand.ts | 6 +-----
.../commands/DeleteSqlInjectionMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/DeleteWebACLCommand.ts | 6 +-----
.../client-waf/commands/DeleteXssMatchSetCommand.ts | 6 +-----
.../client-waf/commands/GetByteMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/GetChangeTokenCommand.ts | 6 +-----
.../commands/GetChangeTokenStatusCommand.ts | 6 +-----
clients/client-waf/commands/GetGeoMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/GetIPSetCommand.ts | 6 +-----
.../commands/GetLoggingConfigurationCommand.ts | 6 +-----
.../commands/GetPermissionPolicyCommand.ts | 6 +-----
.../client-waf/commands/GetRateBasedRuleCommand.ts | 6 +-----
.../commands/GetRateBasedRuleManagedKeysCommand.ts | 6 +-----
.../client-waf/commands/GetRegexMatchSetCommand.ts | 6 +-----
.../client-waf/commands/GetRegexPatternSetCommand.ts | 6 +-----
clients/client-waf/commands/GetRuleCommand.ts | 6 +-----
clients/client-waf/commands/GetRuleGroupCommand.ts | 6 +-----
.../client-waf/commands/GetSampledRequestsCommand.ts | 6 +-----
.../commands/GetSizeConstraintSetCommand.ts | 6 +-----
.../commands/GetSqlInjectionMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/GetWebACLCommand.ts | 6 +-----
clients/client-waf/commands/GetXssMatchSetCommand.ts | 6 +-----
.../commands/ListActivatedRulesInRuleGroupCommand.ts | 6 +-----
.../client-waf/commands/ListByteMatchSetsCommand.ts | 6 +-----
.../client-waf/commands/ListGeoMatchSetsCommand.ts | 6 +-----
clients/client-waf/commands/ListIPSetsCommand.ts | 6 +-----
.../commands/ListLoggingConfigurationsCommand.ts | 6 +-----
.../client-waf/commands/ListRateBasedRulesCommand.ts | 6 +-----
.../client-waf/commands/ListRegexMatchSetsCommand.ts | 6 +-----
.../commands/ListRegexPatternSetsCommand.ts | 6 +-----
clients/client-waf/commands/ListRuleGroupsCommand.ts | 6 +-----
clients/client-waf/commands/ListRulesCommand.ts | 6 +-----
.../commands/ListSizeConstraintSetsCommand.ts | 6 +-----
.../commands/ListSqlInjectionMatchSetsCommand.ts | 6 +-----
.../commands/ListSubscribedRuleGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-waf/commands/ListWebACLsCommand.ts | 6 +-----
.../client-waf/commands/ListXssMatchSetsCommand.ts | 6 +-----
.../commands/PutLoggingConfigurationCommand.ts | 6 +-----
.../commands/PutPermissionPolicyCommand.ts | 6 +-----
clients/client-waf/commands/TagResourceCommand.ts | 6 +-----
clients/client-waf/commands/UntagResourceCommand.ts | 6 +-----
.../client-waf/commands/UpdateByteMatchSetCommand.ts | 6 +-----
.../client-waf/commands/UpdateGeoMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/UpdateIPSetCommand.ts | 6 +-----
.../commands/UpdateRateBasedRuleCommand.ts | 6 +-----
.../commands/UpdateRegexMatchSetCommand.ts | 6 +-----
.../commands/UpdateRegexPatternSetCommand.ts | 6 +-----
clients/client-waf/commands/UpdateRuleCommand.ts | 6 +-----
.../client-waf/commands/UpdateRuleGroupCommand.ts | 6 +-----
.../commands/UpdateSizeConstraintSetCommand.ts | 6 +-----
.../commands/UpdateSqlInjectionMatchSetCommand.ts | 6 +-----
clients/client-waf/commands/UpdateWebACLCommand.ts | 6 +-----
.../client-waf/commands/UpdateXssMatchSetCommand.ts | 6 +-----
.../client-wafv2/commands/AssociateWebACLCommand.ts | 6 +-----
.../client-wafv2/commands/CheckCapacityCommand.ts | 6 +-----
clients/client-wafv2/commands/CreateIPSetCommand.ts | 6 +-----
.../commands/CreateRegexPatternSetCommand.ts | 6 +-----
.../client-wafv2/commands/CreateRuleGroupCommand.ts | 6 +-----
clients/client-wafv2/commands/CreateWebACLCommand.ts | 6 +-----
.../DeleteFirewallManagerRuleGroupsCommand.ts | 6 +-----
clients/client-wafv2/commands/DeleteIPSetCommand.ts | 6 +-----
.../commands/DeleteLoggingConfigurationCommand.ts | 6 +-----
.../commands/DeletePermissionPolicyCommand.ts | 6 +-----
.../commands/DeleteRegexPatternSetCommand.ts | 6 +-----
.../client-wafv2/commands/DeleteRuleGroupCommand.ts | 6 +-----
clients/client-wafv2/commands/DeleteWebACLCommand.ts | 6 +-----
.../commands/DescribeManagedRuleGroupCommand.ts | 6 +-----
.../commands/DisassociateWebACLCommand.ts | 6 +-----
clients/client-wafv2/commands/GetIPSetCommand.ts | 6 +-----
.../commands/GetLoggingConfigurationCommand.ts | 6 +-----
.../commands/GetPermissionPolicyCommand.ts | 6 +-----
.../GetRateBasedStatementManagedKeysCommand.ts | 6 +-----
.../commands/GetRegexPatternSetCommand.ts | 6 +-----
clients/client-wafv2/commands/GetRuleGroupCommand.ts | 6 +-----
.../commands/GetSampledRequestsCommand.ts | 6 +-----
clients/client-wafv2/commands/GetWebACLCommand.ts | 6 +-----
.../commands/GetWebACLForResourceCommand.ts | 6 +-----
.../ListAvailableManagedRuleGroupsCommand.ts | 6 +-----
clients/client-wafv2/commands/ListIPSetsCommand.ts | 6 +-----
.../commands/ListLoggingConfigurationsCommand.ts | 6 +-----
.../commands/ListRegexPatternSetsCommand.ts | 6 +-----
.../commands/ListResourcesForWebACLCommand.ts | 6 +-----
.../client-wafv2/commands/ListRuleGroupsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
clients/client-wafv2/commands/ListWebACLsCommand.ts | 6 +-----
.../commands/PutLoggingConfigurationCommand.ts | 6 +-----
.../commands/PutPermissionPolicyCommand.ts | 6 +-----
clients/client-wafv2/commands/TagResourceCommand.ts | 6 +-----
.../client-wafv2/commands/UntagResourceCommand.ts | 6 +-----
clients/client-wafv2/commands/UpdateIPSetCommand.ts | 6 +-----
.../commands/UpdateRegexPatternSetCommand.ts | 6 +-----
.../client-wafv2/commands/UpdateRuleGroupCommand.ts | 6 +-----
clients/client-wafv2/commands/UpdateWebACLCommand.ts | 6 +-----
.../commands/AbortDocumentVersionUploadCommand.ts | 6 +-----
.../client-workdocs/commands/ActivateUserCommand.ts | 6 +-----
.../commands/AddResourcePermissionsCommand.ts | 6 +-----
.../client-workdocs/commands/CreateCommentCommand.ts | 6 +-----
.../commands/CreateCustomMetadataCommand.ts | 6 +-----
.../client-workdocs/commands/CreateFolderCommand.ts | 6 +-----
.../client-workdocs/commands/CreateLabelsCommand.ts | 6 +-----
.../CreateNotificationSubscriptionCommand.ts | 6 +-----
.../client-workdocs/commands/CreateUserCommand.ts | 6 +-----
.../commands/DeactivateUserCommand.ts | 6 +-----
.../client-workdocs/commands/DeleteCommentCommand.ts | 6 +-----
.../commands/DeleteCustomMetadataCommand.ts | 6 +-----
.../commands/DeleteDocumentCommand.ts | 6 +-----
.../client-workdocs/commands/DeleteFolderCommand.ts | 6 +-----
.../commands/DeleteFolderContentsCommand.ts | 6 +-----
.../client-workdocs/commands/DeleteLabelsCommand.ts | 6 +-----
.../DeleteNotificationSubscriptionCommand.ts | 6 +-----
.../client-workdocs/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DescribeActivitiesCommand.ts | 6 +-----
.../commands/DescribeCommentsCommand.ts | 6 +-----
.../commands/DescribeDocumentVersionsCommand.ts | 6 +-----
.../commands/DescribeFolderContentsCommand.ts | 6 +-----
.../commands/DescribeGroupsCommand.ts | 6 +-----
.../DescribeNotificationSubscriptionsCommand.ts | 6 +-----
.../commands/DescribeResourcePermissionsCommand.ts | 6 +-----
.../commands/DescribeRootFoldersCommand.ts | 6 +-----
.../client-workdocs/commands/DescribeUsersCommand.ts | 6 +-----
.../commands/GetCurrentUserCommand.ts | 6 +-----
.../client-workdocs/commands/GetDocumentCommand.ts | 6 +-----
.../commands/GetDocumentPathCommand.ts | 6 +-----
.../commands/GetDocumentVersionCommand.ts | 6 +-----
clients/client-workdocs/commands/GetFolderCommand.ts | 6 +-----
.../client-workdocs/commands/GetFolderPathCommand.ts | 6 +-----
.../client-workdocs/commands/GetResourcesCommand.ts | 6 +-----
.../commands/InitiateDocumentVersionUploadCommand.ts | 6 +-----
.../commands/RemoveAllResourcePermissionsCommand.ts | 6 +-----
.../commands/RemoveResourcePermissionCommand.ts | 6 +-----
.../commands/UpdateDocumentCommand.ts | 6 +-----
.../commands/UpdateDocumentVersionCommand.ts | 6 +-----
.../client-workdocs/commands/UpdateFolderCommand.ts | 6 +-----
.../client-workdocs/commands/UpdateUserCommand.ts | 6 +-----
.../commands/AssociateDomainCommand.ts | 6 +-----
.../AssociateWebsiteAuthorizationProviderCommand.ts | 6 +-----
.../AssociateWebsiteCertificateAuthorityCommand.ts | 6 +-----
.../client-worklink/commands/CreateFleetCommand.ts | 6 +-----
.../client-worklink/commands/DeleteFleetCommand.ts | 6 +-----
.../DescribeAuditStreamConfigurationCommand.ts | 6 +-----
.../DescribeCompanyNetworkConfigurationCommand.ts | 6 +-----
.../commands/DescribeDeviceCommand.ts | 6 +-----
.../DescribeDevicePolicyConfigurationCommand.ts | 6 +-----
.../commands/DescribeDomainCommand.ts | 6 +-----
.../commands/DescribeFleetMetadataCommand.ts | 6 +-----
.../DescribeIdentityProviderConfigurationCommand.ts | 6 +-----
.../DescribeWebsiteCertificateAuthorityCommand.ts | 6 +-----
.../commands/DisassociateDomainCommand.ts | 6 +-----
...isassociateWebsiteAuthorizationProviderCommand.ts | 6 +-----
...DisassociateWebsiteCertificateAuthorityCommand.ts | 6 +-----
.../client-worklink/commands/ListDevicesCommand.ts | 6 +-----
.../client-worklink/commands/ListDomainsCommand.ts | 6 +-----
.../client-worklink/commands/ListFleetsCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../ListWebsiteAuthorizationProvidersCommand.ts | 6 +-----
.../ListWebsiteCertificateAuthoritiesCommand.ts | 6 +-----
.../commands/RestoreDomainAccessCommand.ts | 6 +-----
.../commands/RevokeDomainAccessCommand.ts | 6 +-----
.../client-worklink/commands/SignOutUserCommand.ts | 6 +-----
.../client-worklink/commands/TagResourceCommand.ts | 6 +-----
.../client-worklink/commands/UntagResourceCommand.ts | 6 +-----
.../UpdateAuditStreamConfigurationCommand.ts | 6 +-----
.../UpdateCompanyNetworkConfigurationCommand.ts | 6 +-----
.../UpdateDevicePolicyConfigurationCommand.ts | 6 +-----
.../commands/UpdateDomainMetadataCommand.ts | 6 +-----
.../commands/UpdateFleetMetadataCommand.ts | 6 +-----
.../UpdateIdentityProviderConfigurationCommand.ts | 6 +-----
.../commands/AssociateDelegateToResourceCommand.ts | 6 +-----
.../commands/AssociateMemberToGroupCommand.ts | 6 +-----
.../client-workmail/commands/CreateAliasCommand.ts | 6 +-----
.../client-workmail/commands/CreateGroupCommand.ts | 6 +-----
.../commands/CreateResourceCommand.ts | 6 +-----
.../client-workmail/commands/CreateUserCommand.ts | 6 +-----
.../client-workmail/commands/DeleteAliasCommand.ts | 6 +-----
.../client-workmail/commands/DeleteGroupCommand.ts | 6 +-----
.../commands/DeleteMailboxPermissionsCommand.ts | 6 +-----
.../commands/DeleteResourceCommand.ts | 6 +-----
.../client-workmail/commands/DeleteUserCommand.ts | 6 +-----
.../commands/DeregisterFromWorkMailCommand.ts | 6 +-----
.../client-workmail/commands/DescribeGroupCommand.ts | 6 +-----
.../commands/DescribeOrganizationCommand.ts | 6 +-----
.../commands/DescribeResourceCommand.ts | 6 +-----
.../client-workmail/commands/DescribeUserCommand.ts | 6 +-----
.../DisassociateDelegateFromResourceCommand.ts | 6 +-----
.../commands/DisassociateMemberFromGroupCommand.ts | 6 +-----
.../commands/GetMailboxDetailsCommand.ts | 6 +-----
.../client-workmail/commands/ListAliasesCommand.ts | 6 +-----
.../commands/ListGroupMembersCommand.ts | 6 +-----
.../client-workmail/commands/ListGroupsCommand.ts | 6 +-----
.../commands/ListMailboxPermissionsCommand.ts | 6 +-----
.../commands/ListOrganizationsCommand.ts | 6 +-----
.../commands/ListResourceDelegatesCommand.ts | 6 +-----
.../client-workmail/commands/ListResourcesCommand.ts | 6 +-----
clients/client-workmail/commands/ListUsersCommand.ts | 6 +-----
.../commands/PutMailboxPermissionsCommand.ts | 6 +-----
.../commands/RegisterToWorkMailCommand.ts | 6 +-----
.../client-workmail/commands/ResetPasswordCommand.ts | 6 +-----
.../commands/UpdateMailboxQuotaCommand.ts | 6 +-----
.../commands/UpdatePrimaryEmailAddressCommand.ts | 6 +-----
.../commands/UpdateResourceCommand.ts | 6 +-----
.../commands/GetRawMessageContentCommand.ts | 6 +-----
.../commands/AssociateConnectionAliasCommand.ts | 6 +-----
.../commands/AssociateIpGroupsCommand.ts | 6 +-----
.../commands/AuthorizeIpRulesCommand.ts | 6 +-----
.../commands/CopyWorkspaceImageCommand.ts | 6 +-----
.../commands/CreateConnectionAliasCommand.ts | 6 +-----
.../commands/CreateIpGroupCommand.ts | 6 +-----
.../client-workspaces/commands/CreateTagsCommand.ts | 6 +-----
.../commands/CreateWorkspacesCommand.ts | 6 +-----
.../commands/DeleteConnectionAliasCommand.ts | 6 +-----
.../commands/DeleteIpGroupCommand.ts | 6 +-----
.../client-workspaces/commands/DeleteTagsCommand.ts | 6 +-----
.../commands/DeleteWorkspaceImageCommand.ts | 6 +-----
.../commands/DeregisterWorkspaceDirectoryCommand.ts | 6 +-----
.../commands/DescribeAccountCommand.ts | 6 +-----
.../commands/DescribeAccountModificationsCommand.ts | 6 +-----
.../commands/DescribeClientPropertiesCommand.ts | 6 +-----
.../DescribeConnectionAliasPermissionsCommand.ts | 6 +-----
.../commands/DescribeConnectionAliasesCommand.ts | 6 +-----
.../commands/DescribeIpGroupsCommand.ts | 6 +-----
.../commands/DescribeTagsCommand.ts | 6 +-----
.../commands/DescribeWorkspaceBundlesCommand.ts | 6 +-----
.../commands/DescribeWorkspaceDirectoriesCommand.ts | 6 +-----
.../DescribeWorkspaceImagePermissionsCommand.ts | 6 +-----
.../commands/DescribeWorkspaceImagesCommand.ts | 6 +-----
.../commands/DescribeWorkspaceSnapshotsCommand.ts | 6 +-----
.../commands/DescribeWorkspacesCommand.ts | 6 +-----
.../DescribeWorkspacesConnectionStatusCommand.ts | 6 +-----
.../commands/DisassociateConnectionAliasCommand.ts | 6 +-----
.../commands/DisassociateIpGroupsCommand.ts | 6 +-----
.../commands/ImportWorkspaceImageCommand.ts | 6 +-----
.../ListAvailableManagementCidrRangesCommand.ts | 6 +-----
.../commands/MigrateWorkspaceCommand.ts | 6 +-----
.../commands/ModifyAccountCommand.ts | 6 +-----
.../commands/ModifyClientPropertiesCommand.ts | 6 +-----
.../commands/ModifySelfservicePermissionsCommand.ts | 6 +-----
.../ModifyWorkspaceAccessPropertiesCommand.ts | 6 +-----
.../ModifyWorkspaceCreationPropertiesCommand.ts | 6 +-----
.../commands/ModifyWorkspacePropertiesCommand.ts | 6 +-----
.../commands/ModifyWorkspaceStateCommand.ts | 6 +-----
.../commands/RebootWorkspacesCommand.ts | 6 +-----
.../commands/RebuildWorkspacesCommand.ts | 6 +-----
.../commands/RegisterWorkspaceDirectoryCommand.ts | 6 +-----
.../commands/RestoreWorkspaceCommand.ts | 6 +-----
.../commands/RevokeIpRulesCommand.ts | 6 +-----
.../commands/StartWorkspacesCommand.ts | 6 +-----
.../commands/StopWorkspacesCommand.ts | 6 +-----
.../commands/TerminateWorkspacesCommand.ts | 6 +-----
.../UpdateConnectionAliasPermissionCommand.ts | 6 +-----
.../commands/UpdateRulesOfIpGroupCommand.ts | 6 +-----
.../UpdateWorkspaceImagePermissionCommand.ts | 6 +-----
.../client-xray/commands/BatchGetTracesCommand.ts | 6 +-----
clients/client-xray/commands/CreateGroupCommand.ts | 6 +-----
.../commands/CreateSamplingRuleCommand.ts | 6 +-----
clients/client-xray/commands/DeleteGroupCommand.ts | 6 +-----
.../commands/DeleteSamplingRuleCommand.ts | 6 +-----
.../commands/GetEncryptionConfigCommand.ts | 6 +-----
clients/client-xray/commands/GetGroupCommand.ts | 6 +-----
clients/client-xray/commands/GetGroupsCommand.ts | 6 +-----
clients/client-xray/commands/GetInsightCommand.ts | 6 +-----
.../client-xray/commands/GetInsightEventsCommand.ts | 6 +-----
.../commands/GetInsightImpactGraphCommand.ts | 6 +-----
.../commands/GetInsightSummariesCommand.ts | 6 +-----
.../client-xray/commands/GetSamplingRulesCommand.ts | 6 +-----
.../commands/GetSamplingStatisticSummariesCommand.ts | 6 +-----
.../commands/GetSamplingTargetsCommand.ts | 6 +-----
.../client-xray/commands/GetServiceGraphCommand.ts | 6 +-----
.../GetTimeSeriesServiceStatisticsCommand.ts | 6 +-----
clients/client-xray/commands/GetTraceGraphCommand.ts | 6 +-----
.../client-xray/commands/GetTraceSummariesCommand.ts | 6 +-----
.../commands/ListTagsForResourceCommand.ts | 6 +-----
.../commands/PutEncryptionConfigCommand.ts | 6 +-----
.../commands/PutTelemetryRecordsCommand.ts | 6 +-----
.../client-xray/commands/PutTraceSegmentsCommand.ts | 6 +-----
clients/client-xray/commands/TagResourceCommand.ts | 6 +-----
clients/client-xray/commands/UntagResourceCommand.ts | 6 +-----
clients/client-xray/commands/UpdateGroupCommand.ts | 6 +-----
.../commands/UpdateSamplingRuleCommand.ts | 6 +-----
.../commands/EmptyInputAndEmptyOutputCommand.ts | 6 +-----
.../aws-ec2/commands/GreetingWithErrorsCommand.ts | 6 +-----
.../commands/IgnoresWrappingXmlNameCommand.ts | 6 +-----
.../aws-ec2/commands/NestedStructuresCommand.ts | 6 +-----
.../aws-ec2/commands/NoInputAndOutputCommand.ts | 6 +-----
.../commands/QueryIdempotencyTokenAutoFillCommand.ts | 6 +-----
protocol_tests/aws-ec2/commands/QueryListsCommand.ts | 6 +-----
.../aws-ec2/commands/QueryTimestampsCommand.ts | 6 +-----
.../aws-ec2/commands/RecursiveXmlShapesCommand.ts | 6 +-----
.../aws-ec2/commands/SimpleInputParamsCommand.ts | 6 +-----
.../commands/SimpleScalarXmlPropertiesCommand.ts | 6 +-----
protocol_tests/aws-ec2/commands/XmlBlobsCommand.ts | 6 +-----
.../aws-ec2/commands/XmlEmptyBlobsCommand.ts | 6 +-----
.../aws-ec2/commands/XmlEmptyListsCommand.ts | 6 +-----
protocol_tests/aws-ec2/commands/XmlEnumsCommand.ts | 6 +-----
protocol_tests/aws-ec2/commands/XmlListsCommand.ts | 6 +-----
.../aws-ec2/commands/XmlNamespacesCommand.ts | 6 +-----
.../aws-ec2/commands/XmlTimestampsCommand.ts | 6 +-----
.../aws-json/commands/EmptyOperationCommand.ts | 6 +-----
.../aws-json/commands/GreetingWithErrorsCommand.ts | 6 +-----
protocol_tests/aws-json/commands/JsonEnumsCommand.ts | 6 +-----
.../aws-json/commands/JsonUnionsCommand.ts | 6 +-----
.../aws-json/commands/KitchenSinkOperationCommand.ts | 6 +-----
.../aws-json/commands/NullOperationCommand.ts | 6 +-----
.../OperationWithOptionalInputOutputCommand.ts | 6 +-----
.../commands/PutAndGetInlineDocumentsCommand.ts | 6 +-----
.../commands/EmptyInputAndEmptyOutputCommand.ts | 6 +-----
.../aws-query/commands/FlattenedXmlMapCommand.ts | 6 +-----
.../commands/FlattenedXmlMapWithXmlNameCommand.ts | 6 +-----
.../FlattenedXmlMapWithXmlNamespaceCommand.ts | 6 +-----
.../aws-query/commands/GreetingWithErrorsCommand.ts | 6 +-----
.../commands/IgnoresWrappingXmlNameCommand.ts | 6 +-----
.../aws-query/commands/NestedStructuresCommand.ts | 6 +-----
.../aws-query/commands/NoInputAndNoOutputCommand.ts | 6 +-----
.../aws-query/commands/NoInputAndOutputCommand.ts | 6 +-----
.../commands/QueryIdempotencyTokenAutoFillCommand.ts | 6 +-----
.../aws-query/commands/QueryListsCommand.ts | 6 +-----
.../aws-query/commands/QueryMapsCommand.ts | 6 +-----
.../aws-query/commands/QueryTimestampsCommand.ts | 6 +-----
.../aws-query/commands/RecursiveXmlShapesCommand.ts | 6 +-----
.../aws-query/commands/SimpleInputParamsCommand.ts | 6 +-----
.../commands/SimpleScalarXmlPropertiesCommand.ts | 6 +-----
protocol_tests/aws-query/commands/XmlBlobsCommand.ts | 6 +-----
.../aws-query/commands/XmlEmptyBlobsCommand.ts | 6 +-----
.../aws-query/commands/XmlEmptyListsCommand.ts | 6 +-----
.../aws-query/commands/XmlEmptyMapsCommand.ts | 6 +-----
protocol_tests/aws-query/commands/XmlEnumsCommand.ts | 6 +-----
protocol_tests/aws-query/commands/XmlListsCommand.ts | 6 +-----
protocol_tests/aws-query/commands/XmlMapsCommand.ts | 6 +-----
.../aws-query/commands/XmlMapsXmlNameCommand.ts | 6 +-----
.../aws-query/commands/XmlNamespacesCommand.ts | 6 +-----
.../aws-query/commands/XmlTimestampsCommand.ts | 6 +-----
.../commands/AllQueryStringTypesCommand.ts | 6 +-----
.../ConstantAndVariableQueryStringCommand.ts | 6 +-----
.../commands/ConstantQueryStringCommand.ts | 6 +-----
.../commands/EmptyInputAndEmptyOutputCommand.ts | 6 +-----
.../commands/GreetingWithErrorsCommand.ts | 6 +-----
.../commands/HttpPayloadTraitsCommand.ts | 6 +-----
.../HttpPayloadTraitsWithMediaTypeCommand.ts | 6 +-----
.../commands/HttpPayloadWithStructureCommand.ts | 6 +-----
.../commands/HttpPrefixHeadersCommand.ts | 6 +-----
.../commands/HttpPrefixHeadersResponseCommand.ts | 6 +-----
.../HttpRequestWithGreedyLabelInPathCommand.ts | 6 +-----
...HttpRequestWithLabelsAndTimestampFormatCommand.ts | 6 +-----
.../commands/HttpRequestWithLabelsCommand.ts | 6 +-----
.../aws-restjson/commands/HttpResponseCodeCommand.ts | 6 +-----
.../commands/IgnoreQueryParamsInResponseCommand.ts | 6 +-----
.../commands/InlineDocumentAsPayloadCommand.ts | 6 +-----
.../aws-restjson/commands/InlineDocumentCommand.ts | 6 +-----
.../commands/InputAndOutputWithHeadersCommand.ts | 6 +-----
.../aws-restjson/commands/JsonBlobsCommand.ts | 6 +-----
.../aws-restjson/commands/JsonEnumsCommand.ts | 6 +-----
.../aws-restjson/commands/JsonListsCommand.ts | 6 +-----
.../aws-restjson/commands/JsonMapsCommand.ts | 6 +-----
.../aws-restjson/commands/JsonTimestampsCommand.ts | 6 +-----
.../aws-restjson/commands/JsonUnionsCommand.ts | 6 +-----
.../aws-restjson/commands/MediaTypeHeaderCommand.ts | 6 +-----
.../commands/NoInputAndNoOutputCommand.ts | 6 +-----
.../aws-restjson/commands/NoInputAndOutputCommand.ts | 6 +-----
.../commands/NullAndEmptyHeadersClientCommand.ts | 6 +-----
.../commands/NullAndEmptyHeadersServerCommand.ts | 6 +-----
.../OmitsNullSerializesEmptyStringCommand.ts | 6 +-----
.../commands/QueryIdempotencyTokenAutoFillCommand.ts | 6 +-----
.../aws-restjson/commands/RecursiveShapesCommand.ts | 6 +-----
.../commands/SimpleScalarPropertiesCommand.ts | 6 +-----
.../aws-restjson/commands/StreamingTraitsCommand.ts | 6 +-----
.../commands/StreamingTraitsRequireLengthCommand.ts | 6 +-----
.../commands/StreamingTraitsWithMediaTypeCommand.ts | 6 +-----
.../commands/TimestampFormatHeadersCommand.ts | 6 +-----
.../commands/AllQueryStringTypesCommand.ts | 6 +-----
.../ConstantAndVariableQueryStringCommand.ts | 6 +-----
.../commands/ConstantQueryStringCommand.ts | 6 +-----
.../commands/EmptyInputAndEmptyOutputCommand.ts | 6 +-----
.../aws-restxml/commands/FlattenedXmlMapCommand.ts | 6 +-----
.../commands/FlattenedXmlMapWithXmlNameCommand.ts | 6 +-----
.../FlattenedXmlMapWithXmlNamespaceCommand.ts | 6 +-----
.../commands/GreetingWithErrorsCommand.ts | 6 +-----
.../aws-restxml/commands/HttpPayloadTraitsCommand.ts | 6 +-----
.../HttpPayloadTraitsWithMediaTypeCommand.ts | 6 +-----
.../commands/HttpPayloadWithStructureCommand.ts | 6 +-----
.../commands/HttpPayloadWithXmlNameCommand.ts | 6 +-----
.../HttpPayloadWithXmlNamespaceAndPrefixCommand.ts | 6 +-----
.../commands/HttpPayloadWithXmlNamespaceCommand.ts | 6 +-----
.../aws-restxml/commands/HttpPrefixHeadersCommand.ts | 6 +-----
.../HttpRequestWithGreedyLabelInPathCommand.ts | 6 +-----
...HttpRequestWithLabelsAndTimestampFormatCommand.ts | 6 +-----
.../commands/HttpRequestWithLabelsCommand.ts | 6 +-----
.../aws-restxml/commands/HttpResponseCodeCommand.ts | 6 +-----
.../commands/IgnoreQueryParamsInResponseCommand.ts | 6 +-----
.../commands/InputAndOutputWithHeadersCommand.ts | 6 +-----
.../commands/NoInputAndNoOutputCommand.ts | 6 +-----
.../aws-restxml/commands/NoInputAndOutputCommand.ts | 6 +-----
.../commands/NullAndEmptyHeadersClientCommand.ts | 6 +-----
.../commands/NullAndEmptyHeadersServerCommand.ts | 6 +-----
.../OmitsNullSerializesEmptyStringCommand.ts | 6 +-----
.../commands/QueryIdempotencyTokenAutoFillCommand.ts | 6 +-----
.../aws-restxml/commands/RecursiveShapesCommand.ts | 6 +-----
.../commands/SimpleScalarPropertiesCommand.ts | 6 +-----
.../commands/TimestampFormatHeadersCommand.ts | 6 +-----
.../aws-restxml/commands/XmlAttributesCommand.ts | 6 +-----
.../commands/XmlAttributesOnPayloadCommand.ts | 6 +-----
.../aws-restxml/commands/XmlBlobsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlEmptyBlobsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlEmptyListsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlEmptyMapsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlEmptyStringsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlEnumsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlListsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlMapsCommand.ts | 6 +-----
.../aws-restxml/commands/XmlMapsXmlNameCommand.ts | 6 +-----
.../aws-restxml/commands/XmlNamespacesCommand.ts | 6 +-----
.../aws-restxml/commands/XmlTimestampsCommand.ts | 6 +-----
8945 files changed, 9244 insertions(+), 45024 deletions(-)
diff --git a/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts
index 0e9d573cfaae1..c4cf3ca91536a 100644
--- a/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/commands/CreateAnalyzerCommand.ts
@@ -28,7 +28,6 @@ export class CreateAnalyzerCommand extends $Command<
CreateAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateAnalyzerCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts
index 4880b643e7e18..95c9acc5213fa 100644
--- a/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/commands/CreateArchiveRuleCommand.ts
@@ -29,7 +29,6 @@ export class CreateArchiveRuleCommand extends $Command<
CreateArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateArchiveRuleCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts
index a0e6670228fba..f7962e96f045e 100644
--- a/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/commands/DeleteAnalyzerCommand.ts
@@ -30,7 +30,6 @@ export class DeleteAnalyzerCommand extends $Command<
DeleteAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class DeleteAnalyzerCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts
index 6027599f85a38..c8fb52a0cc755 100644
--- a/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/commands/DeleteArchiveRuleCommand.ts
@@ -28,7 +28,6 @@ export class DeleteArchiveRuleCommand extends $Command<
DeleteArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteArchiveRuleCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts
index 26f5ad3b9bcef..ff5a0206b04d4 100644
--- a/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts
+++ b/clients/client-accessanalyzer/commands/GetAnalyzedResourceCommand.ts
@@ -28,7 +28,6 @@ export class GetAnalyzedResourceCommand extends $Command<
GetAnalyzedResourceCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetAnalyzedResourceCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts
index 7fb7bd5edbf75..6df89f35a0408 100644
--- a/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/commands/GetAnalyzerCommand.ts
@@ -28,7 +28,6 @@ export class GetAnalyzerCommand extends $Command<
GetAnalyzerCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetAnalyzerCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts
index 8ed170f98d542..7f0e2c7b9c88e 100644
--- a/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/commands/GetArchiveRuleCommand.ts
@@ -28,7 +28,6 @@ export class GetArchiveRuleCommand extends $Command<
GetArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetArchiveRuleCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/commands/GetFindingCommand.ts
index 5cf77f21a82f1..137da3b10fb0a 100644
--- a/clients/client-accessanalyzer/commands/GetFindingCommand.ts
+++ b/clients/client-accessanalyzer/commands/GetFindingCommand.ts
@@ -28,7 +28,6 @@ export class GetFindingCommand extends $Command<
GetFindingCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetFindingCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts
index 7399c44792e4b..217c10bf9c4eb 100644
--- a/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts
+++ b/clients/client-accessanalyzer/commands/ListAnalyzedResourcesCommand.ts
@@ -29,7 +29,6 @@ export class ListAnalyzedResourcesCommand extends $Command<
ListAnalyzedResourcesCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class ListAnalyzedResourcesCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts
index 3f3256ac45606..7492aeeb4eb13 100644
--- a/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts
+++ b/clients/client-accessanalyzer/commands/ListAnalyzersCommand.ts
@@ -28,7 +28,6 @@ export class ListAnalyzersCommand extends $Command<
ListAnalyzersCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListAnalyzersCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts
index 111d65a1515b3..8e00f57119269 100644
--- a/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts
+++ b/clients/client-accessanalyzer/commands/ListArchiveRulesCommand.ts
@@ -28,7 +28,6 @@ export class ListArchiveRulesCommand extends $Command<
ListArchiveRulesCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListArchiveRulesCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/commands/ListFindingsCommand.ts
index 601cb2b523b2b..16458a951e1fe 100644
--- a/clients/client-accessanalyzer/commands/ListFindingsCommand.ts
+++ b/clients/client-accessanalyzer/commands/ListFindingsCommand.ts
@@ -28,7 +28,6 @@ export class ListFindingsCommand extends $Command<
ListFindingsCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListFindingsCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts
index e63be2f51e3c2..d2cf319550184 100644
--- a/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-accessanalyzer/commands/ListTagsForResourceCommand.ts
@@ -28,7 +28,6 @@ export class ListTagsForResourceCommand extends $Command<
ListTagsForResourceCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListTagsForResourceCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts
index 330fb86c93feb..3898570a2db5b 100644
--- a/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts
+++ b/clients/client-accessanalyzer/commands/StartResourceScanCommand.ts
@@ -28,7 +28,6 @@ export class StartResourceScanCommand extends $Command<
StartResourceScanCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class StartResourceScanCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/commands/TagResourceCommand.ts
index c13645dd0e36f..2574b24af84c7 100644
--- a/clients/client-accessanalyzer/commands/TagResourceCommand.ts
+++ b/clients/client-accessanalyzer/commands/TagResourceCommand.ts
@@ -28,7 +28,6 @@ export class TagResourceCommand extends $Command<
TagResourceCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class TagResourceCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/commands/UntagResourceCommand.ts
index d37c511892b81..a24b783f606fe 100644
--- a/clients/client-accessanalyzer/commands/UntagResourceCommand.ts
+++ b/clients/client-accessanalyzer/commands/UntagResourceCommand.ts
@@ -28,7 +28,6 @@ export class UntagResourceCommand extends $Command<
UntagResourceCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UntagResourceCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts
index 07f61b753a8e9..b42076113ebd6 100644
--- a/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/commands/UpdateArchiveRuleCommand.ts
@@ -28,7 +28,6 @@ export class UpdateArchiveRuleCommand extends $Command<
UpdateArchiveRuleCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateArchiveRuleCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts
index a1b1d87f36bf1..3622800d8d27b 100644
--- a/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts
+++ b/clients/client-accessanalyzer/commands/UpdateFindingsCommand.ts
@@ -28,7 +28,6 @@ export class UpdateFindingsCommand extends $Command<
UpdateFindingsCommandOutput,
AccessAnalyzerClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateFindingsCommand extends $Command<
configuration: AccessAnalyzerClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts
index 064835a7d231f..0943a720b406e 100644
--- a/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts
+++ b/clients/client-acm-pca/commands/CreateCertificateAuthorityAuditReportCommand.ts
@@ -47,7 +47,6 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command<
CreateCertificateAuthorityAuditReportCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -65,10 +64,7 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts
index b07c08a0ec90a..a894614174849 100644
--- a/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/CreateCertificateAuthorityCommand.ts
@@ -46,7 +46,6 @@ export class CreateCertificateAuthorityCommand extends $Command<
CreateCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -64,10 +63,7 @@ export class CreateCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/commands/CreatePermissionCommand.ts
index 0005319256235..837fcac3b851d 100644
--- a/clients/client-acm-pca/commands/CreatePermissionCommand.ts
+++ b/clients/client-acm-pca/commands/CreatePermissionCommand.ts
@@ -54,7 +54,6 @@ export class CreatePermissionCommand extends $Command<
CreatePermissionCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -72,10 +71,7 @@ export class CreatePermissionCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts
index af410c139f034..2f5a3fb2fdc45 100644
--- a/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/DeleteCertificateAuthorityCommand.ts
@@ -47,7 +47,6 @@ export class DeleteCertificateAuthorityCommand extends $Command<
DeleteCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -65,10 +64,7 @@ export class DeleteCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/commands/DeletePermissionCommand.ts
index 4ce1693fff88b..5e1ca0761ccec 100644
--- a/clients/client-acm-pca/commands/DeletePermissionCommand.ts
+++ b/clients/client-acm-pca/commands/DeletePermissionCommand.ts
@@ -56,7 +56,6 @@ export class DeletePermissionCommand extends $Command<
DeletePermissionCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -74,10 +73,7 @@ export class DeletePermissionCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/commands/DeletePolicyCommand.ts
index e870812973071..acaa1a8961847 100644
--- a/clients/client-acm-pca/commands/DeletePolicyCommand.ts
+++ b/clients/client-acm-pca/commands/DeletePolicyCommand.ts
@@ -62,7 +62,6 @@ export class DeletePolicyCommand extends $Command<
DeletePolicyCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -80,10 +79,7 @@ export class DeletePolicyCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts
index a72eeab10d5cf..d07d2497d37e6 100644
--- a/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts
+++ b/clients/client-acm-pca/commands/DescribeCertificateAuthorityAuditReportCommand.ts
@@ -35,7 +35,6 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command<
DescribeCertificateAuthorityAuditReportCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -56,10 +55,7 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command<
DescribeCertificateAuthorityAuditReportCommandInput,
DescribeCertificateAuthorityAuditReportCommandOutput
> {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts
index 35b9816cf73b2..df2d7bc6f8c74 100644
--- a/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/DescribeCertificateAuthorityCommand.ts
@@ -68,7 +68,6 @@ export class DescribeCertificateAuthorityCommand extends $Command<
DescribeCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -86,10 +85,7 @@ export class DescribeCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts
index 9b3707f2c6709..e2c0c81774438 100644
--- a/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts
+++ b/clients/client-acm-pca/commands/GetCertificateAuthorityCertificateCommand.ts
@@ -35,7 +35,6 @@ export class GetCertificateAuthorityCertificateCommand extends $Command<
GetCertificateAuthorityCertificateCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -53,10 +52,7 @@ export class GetCertificateAuthorityCertificateCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts
index ae860b468d83a..2af37292766b3 100644
--- a/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts
+++ b/clients/client-acm-pca/commands/GetCertificateAuthorityCsrCommand.ts
@@ -32,7 +32,6 @@ export class GetCertificateAuthorityCsrCommand extends $Command<
GetCertificateAuthorityCsrCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -50,10 +49,7 @@ export class GetCertificateAuthorityCsrCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/GetCertificateCommand.ts b/clients/client-acm-pca/commands/GetCertificateCommand.ts
index 7b20c7cf00795..b6a38e1ba1503 100644
--- a/clients/client-acm-pca/commands/GetCertificateCommand.ts
+++ b/clients/client-acm-pca/commands/GetCertificateCommand.ts
@@ -35,7 +35,6 @@ export class GetCertificateCommand extends $Command<
GetCertificateCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -53,10 +52,7 @@ export class GetCertificateCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/GetPolicyCommand.ts b/clients/client-acm-pca/commands/GetPolicyCommand.ts
index b19060ea46de1..2a39d71515471 100644
--- a/clients/client-acm-pca/commands/GetPolicyCommand.ts
+++ b/clients/client-acm-pca/commands/GetPolicyCommand.ts
@@ -55,7 +55,6 @@ export class GetPolicyCommand extends $Command<
GetPolicyCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -73,10 +72,7 @@ export class GetPolicyCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts
index 9605d5a2aa2f1..209607ea65214 100644
--- a/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts
+++ b/clients/client-acm-pca/commands/ImportCertificateAuthorityCertificateCommand.ts
@@ -142,7 +142,6 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command<
ImportCertificateAuthorityCertificateCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -160,10 +159,7 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/commands/IssueCertificateCommand.ts
index 58791e958d3ee..75131c8d05a21 100644
--- a/clients/client-acm-pca/commands/IssueCertificateCommand.ts
+++ b/clients/client-acm-pca/commands/IssueCertificateCommand.ts
@@ -36,7 +36,6 @@ export class IssueCertificateCommand extends $Command<
IssueCertificateCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -54,10 +53,7 @@ export class IssueCertificateCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts
index bbd995cd76532..d62ea457a36b4 100644
--- a/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts
+++ b/clients/client-acm-pca/commands/ListCertificateAuthoritiesCommand.ts
@@ -28,7 +28,6 @@ export class ListCertificateAuthoritiesCommand extends $Command<
ListCertificateAuthoritiesCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListCertificateAuthoritiesCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/commands/ListPermissionsCommand.ts
index 7b463b9ff9eb2..55fb4f6cfce75 100644
--- a/clients/client-acm-pca/commands/ListPermissionsCommand.ts
+++ b/clients/client-acm-pca/commands/ListPermissionsCommand.ts
@@ -55,7 +55,6 @@ export class ListPermissionsCommand extends $Command<
ListPermissionsCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -73,10 +72,7 @@ export class ListPermissionsCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/ListTagsCommand.ts b/clients/client-acm-pca/commands/ListTagsCommand.ts
index bac9599b6c89f..058952c9f8300 100644
--- a/clients/client-acm-pca/commands/ListTagsCommand.ts
+++ b/clients/client-acm-pca/commands/ListTagsCommand.ts
@@ -24,7 +24,6 @@ export type ListTagsCommandOutput = ListTagsResponse & __MetadataBearer;
* action to add one or more tags to your CA. Call the UntagCertificateAuthority action to remove tags.
*/
export class ListTagsCommand extends $Command {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -42,10 +41,7 @@ export class ListTagsCommand extends $Command {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/PutPolicyCommand.ts b/clients/client-acm-pca/commands/PutPolicyCommand.ts
index 3321c6b794933..f66915d0e1161 100644
--- a/clients/client-acm-pca/commands/PutPolicyCommand.ts
+++ b/clients/client-acm-pca/commands/PutPolicyCommand.ts
@@ -56,7 +56,6 @@ export class PutPolicyCommand extends $Command<
PutPolicyCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -74,10 +73,7 @@ export class PutPolicyCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts
index c82d47f645da6..5dfed12faf881 100644
--- a/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/RestoreCertificateAuthorityCommand.ts
@@ -38,7 +38,6 @@ export class RestoreCertificateAuthorityCommand extends $Command<
RestoreCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -56,10 +55,7 @@ export class RestoreCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/commands/RevokeCertificateCommand.ts
index 5bdd5ede7b1c8..7ee626a1ed439 100644
--- a/clients/client-acm-pca/commands/RevokeCertificateCommand.ts
+++ b/clients/client-acm-pca/commands/RevokeCertificateCommand.ts
@@ -47,7 +47,6 @@ export class RevokeCertificateCommand extends $Command<
RevokeCertificateCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -65,10 +64,7 @@ export class RevokeCertificateCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts
index 97281b21d999f..50ab521ef697f 100644
--- a/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/TagCertificateAuthorityCommand.ts
@@ -35,7 +35,6 @@ export class TagCertificateAuthorityCommand extends $Command<
TagCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -53,10 +52,7 @@ export class TagCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts
index 7d6dd1db02e52..f9afb1353c3c9 100644
--- a/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/UntagCertificateAuthorityCommand.ts
@@ -32,7 +32,6 @@ export class UntagCertificateAuthorityCommand extends $Command<
UntagCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -50,10 +49,7 @@ export class UntagCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts
index e07d9e5056067..78e8d9670bfbf 100644
--- a/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/commands/UpdateCertificateAuthorityCommand.ts
@@ -38,7 +38,6 @@ export class UpdateCertificateAuthorityCommand extends $Command<
UpdateCertificateAuthorityCommandOutput,
ACMPCAClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -56,10 +55,7 @@ export class UpdateCertificateAuthorityCommand extends $Command<
configuration: ACMPCAClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/commands/AddTagsToCertificateCommand.ts
index f659394ab89fa..e40ab7316cc8d 100644
--- a/clients/client-acm/commands/AddTagsToCertificateCommand.ts
+++ b/clients/client-acm/commands/AddTagsToCertificateCommand.ts
@@ -43,7 +43,6 @@ export class AddTagsToCertificateCommand extends $Command<
AddTagsToCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -61,10 +60,7 @@ export class AddTagsToCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/DeleteCertificateCommand.ts b/clients/client-acm/commands/DeleteCertificateCommand.ts
index 83be8a3824e47..35c39075d3019 100644
--- a/clients/client-acm/commands/DeleteCertificateCommand.ts
+++ b/clients/client-acm/commands/DeleteCertificateCommand.ts
@@ -35,7 +35,6 @@ export class DeleteCertificateCommand extends $Command<
DeleteCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -53,10 +52,7 @@ export class DeleteCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/DescribeCertificateCommand.ts b/clients/client-acm/commands/DescribeCertificateCommand.ts
index a58d43d6d3470..9209ed603f63b 100644
--- a/clients/client-acm/commands/DescribeCertificateCommand.ts
+++ b/clients/client-acm/commands/DescribeCertificateCommand.ts
@@ -28,7 +28,6 @@ export class DescribeCertificateCommand extends $Command<
DescribeCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DescribeCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/ExportCertificateCommand.ts b/clients/client-acm/commands/ExportCertificateCommand.ts
index d9754314b08ac..905d60e8bd2c3 100644
--- a/clients/client-acm/commands/ExportCertificateCommand.ts
+++ b/clients/client-acm/commands/ExportCertificateCommand.ts
@@ -34,7 +34,6 @@ export class ExportCertificateCommand extends $Command<
ExportCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -52,10 +51,7 @@ export class ExportCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/GetCertificateCommand.ts b/clients/client-acm/commands/GetCertificateCommand.ts
index 06ce4133110dc..78169092af9f6 100644
--- a/clients/client-acm/commands/GetCertificateCommand.ts
+++ b/clients/client-acm/commands/GetCertificateCommand.ts
@@ -31,7 +31,6 @@ export class GetCertificateCommand extends $Command<
GetCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -49,10 +48,7 @@ export class GetCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/ImportCertificateCommand.ts b/clients/client-acm/commands/ImportCertificateCommand.ts
index 31b11962cb325..cd004d535ba16 100644
--- a/clients/client-acm/commands/ImportCertificateCommand.ts
+++ b/clients/client-acm/commands/ImportCertificateCommand.ts
@@ -96,7 +96,6 @@ export class ImportCertificateCommand extends $Command<
ImportCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -114,10 +113,7 @@ export class ImportCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/ListCertificatesCommand.ts b/clients/client-acm/commands/ListCertificatesCommand.ts
index 4ad792ea9b2f2..3c6e5c05d2743 100644
--- a/clients/client-acm/commands/ListCertificatesCommand.ts
+++ b/clients/client-acm/commands/ListCertificatesCommand.ts
@@ -31,7 +31,6 @@ export class ListCertificatesCommand extends $Command<
ListCertificatesCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -49,10 +48,7 @@ export class ListCertificatesCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/commands/ListTagsForCertificateCommand.ts
index 4d4bbd9ed35bc..0736c702ed4eb 100644
--- a/clients/client-acm/commands/ListTagsForCertificateCommand.ts
+++ b/clients/client-acm/commands/ListTagsForCertificateCommand.ts
@@ -30,7 +30,6 @@ export class ListTagsForCertificateCommand extends $Command<
ListTagsForCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class ListTagsForCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts
index 90dceef7e98b5..3d30560437756 100644
--- a/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts
+++ b/clients/client-acm/commands/RemoveTagsFromCertificateCommand.ts
@@ -34,7 +34,6 @@ export class RemoveTagsFromCertificateCommand extends $Command<
RemoveTagsFromCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -52,10 +51,7 @@ export class RemoveTagsFromCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/RenewCertificateCommand.ts b/clients/client-acm/commands/RenewCertificateCommand.ts
index 80fa0cb328173..45c4617c37a0d 100644
--- a/clients/client-acm/commands/RenewCertificateCommand.ts
+++ b/clients/client-acm/commands/RenewCertificateCommand.ts
@@ -32,7 +32,6 @@ export class RenewCertificateCommand extends $Command<
RenewCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -50,10 +49,7 @@ export class RenewCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/RequestCertificateCommand.ts b/clients/client-acm/commands/RequestCertificateCommand.ts
index 4c10ec002ed7e..5dfb1bacbe756 100644
--- a/clients/client-acm/commands/RequestCertificateCommand.ts
+++ b/clients/client-acm/commands/RequestCertificateCommand.ts
@@ -37,7 +37,6 @@ export class RequestCertificateCommand extends $Command<
RequestCertificateCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -55,10 +54,7 @@ export class RequestCertificateCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/ResendValidationEmailCommand.ts b/clients/client-acm/commands/ResendValidationEmailCommand.ts
index f012146e0316d..f9e324c99f1b2 100644
--- a/clients/client-acm/commands/ResendValidationEmailCommand.ts
+++ b/clients/client-acm/commands/ResendValidationEmailCommand.ts
@@ -36,7 +36,6 @@ export class ResendValidationEmailCommand extends $Command<
ResendValidationEmailCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -54,10 +53,7 @@ export class ResendValidationEmailCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts
index 1839a9eefe91a..cd01eda9978ae 100644
--- a/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts
+++ b/clients/client-acm/commands/UpdateCertificateOptionsCommand.ts
@@ -31,7 +31,6 @@ export class UpdateCertificateOptionsCommand extends $Command<
UpdateCertificateOptionsCommandOutput,
ACMClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -49,10 +48,7 @@ export class UpdateCertificateOptionsCommand extends $Command<
configuration: ACMClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts
index 3ea537129add4..a1f785ec88726 100644
--- a/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts
+++ b/clients/client-alexa-for-business/commands/ApproveSkillCommand.ts
@@ -29,7 +29,6 @@ export class ApproveSkillCommand extends $Command<
ApproveSkillCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class ApproveSkillCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts
index 9a7e6bb2474ee..5302dabd5828b 100644
--- a/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateContactWithAddressBookCommand.ts
@@ -28,7 +28,6 @@ export class AssociateContactWithAddressBookCommand extends $Command<
AssociateContactWithAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class AssociateContactWithAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts
index 2f8ef51cf8871..0120c1c77ec05 100644
--- a/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateDeviceWithNetworkProfileCommand.ts
@@ -32,7 +32,6 @@ export class AssociateDeviceWithNetworkProfileCommand extends $Command<
AssociateDeviceWithNetworkProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -50,10 +49,7 @@ export class AssociateDeviceWithNetworkProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts
index feef963a2b791..8ceb0375472da 100644
--- a/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateDeviceWithRoomCommand.ts
@@ -30,7 +30,6 @@ export class AssociateDeviceWithRoomCommand extends $Command<
AssociateDeviceWithRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class AssociateDeviceWithRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts
index ed81465a0e868..301d2d753a216 100644
--- a/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateSkillGroupWithRoomCommand.ts
@@ -29,7 +29,6 @@ export class AssociateSkillGroupWithRoomCommand extends $Command<
AssociateSkillGroupWithRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class AssociateSkillGroupWithRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts
index 313d10c98715d..03aa7c1b94a55 100644
--- a/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateSkillWithSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class AssociateSkillWithSkillGroupCommand extends $Command<
AssociateSkillWithSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class AssociateSkillWithSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts
index 895faa0315836..68fffe4bb91c3 100644
--- a/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts
+++ b/clients/client-alexa-for-business/commands/AssociateSkillWithUsersCommand.ts
@@ -28,7 +28,6 @@ export class AssociateSkillWithUsersCommand extends $Command<
AssociateSkillWithUsersCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class AssociateSkillWithUsersCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts
index 5a4f8594e6098..cca31dfbeb665 100644
--- a/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateAddressBookCommand.ts
@@ -28,7 +28,6 @@ export class CreateAddressBookCommand extends $Command<
CreateAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts
index 51a9d89adee2f..e29369f3c35ae 100644
--- a/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateBusinessReportScheduleCommand.ts
@@ -29,7 +29,6 @@ export class CreateBusinessReportScheduleCommand extends $Command<
CreateBusinessReportScheduleCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateBusinessReportScheduleCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts
index 7c248277c6a00..672abf71e59b5 100644
--- a/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateConferenceProviderCommand.ts
@@ -28,7 +28,6 @@ export class CreateConferenceProviderCommand extends $Command<
CreateConferenceProviderCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateConferenceProviderCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/commands/CreateContactCommand.ts
index efabec2cb5e87..4a3b27fbb4520 100644
--- a/clients/client-alexa-for-business/commands/CreateContactCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateContactCommand.ts
@@ -28,7 +28,6 @@ export class CreateContactCommand extends $Command<
CreateContactCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateContactCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts
index 232ae9bf16d33..f7437c87b03b7 100644
--- a/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateGatewayGroupCommand.ts
@@ -28,7 +28,6 @@ export class CreateGatewayGroupCommand extends $Command<
CreateGatewayGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateGatewayGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts
index b688c013b9a2a..af5d326f2a984 100644
--- a/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateNetworkProfileCommand.ts
@@ -28,7 +28,6 @@ export class CreateNetworkProfileCommand extends $Command<
CreateNetworkProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateNetworkProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/commands/CreateProfileCommand.ts
index 5fa15e809b547..8974d1524e8a3 100644
--- a/clients/client-alexa-for-business/commands/CreateProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateProfileCommand.ts
@@ -28,7 +28,6 @@ export class CreateProfileCommand extends $Command<
CreateProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/commands/CreateRoomCommand.ts
index f25b1accd6732..f8abb8ef16e6b 100644
--- a/clients/client-alexa-for-business/commands/CreateRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateRoomCommand.ts
@@ -28,7 +28,6 @@ export class CreateRoomCommand extends $Command<
CreateRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts
index 4b7a49aff5db2..9fd069429b056 100644
--- a/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class CreateSkillGroupCommand extends $Command<
CreateSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/commands/CreateUserCommand.ts
index 1afadf64890cf..e5af186d23b99 100644
--- a/clients/client-alexa-for-business/commands/CreateUserCommand.ts
+++ b/clients/client-alexa-for-business/commands/CreateUserCommand.ts
@@ -28,7 +28,6 @@ export class CreateUserCommand extends $Command<
CreateUserCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateUserCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts
index d0cdda44f2057..f0d93424f2a91 100644
--- a/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteAddressBookCommand.ts
@@ -28,7 +28,6 @@ export class DeleteAddressBookCommand extends $Command<
DeleteAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts
index 184850e7f99c1..564b87a21bb84 100644
--- a/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteBusinessReportScheduleCommand.ts
@@ -29,7 +29,6 @@ export class DeleteBusinessReportScheduleCommand extends $Command<
DeleteBusinessReportScheduleCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class DeleteBusinessReportScheduleCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts
index 03f5c4f84d78a..080b506221002 100644
--- a/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteConferenceProviderCommand.ts
@@ -28,7 +28,6 @@ export class DeleteConferenceProviderCommand extends $Command<
DeleteConferenceProviderCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteConferenceProviderCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/commands/DeleteContactCommand.ts
index 8a8b26ca2db0b..8ed7d6de95d3c 100644
--- a/clients/client-alexa-for-business/commands/DeleteContactCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteContactCommand.ts
@@ -28,7 +28,6 @@ export class DeleteContactCommand extends $Command<
DeleteContactCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteContactCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts
index d31ecd3a2249f..60f5b13599534 100644
--- a/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteDeviceCommand.ts
@@ -28,7 +28,6 @@ export class DeleteDeviceCommand extends $Command<
DeleteDeviceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteDeviceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts
index 7a6f97942ae62..b33b65d094149 100644
--- a/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteDeviceUsageDataCommand.ts
@@ -30,7 +30,6 @@ export class DeleteDeviceUsageDataCommand extends $Command<
DeleteDeviceUsageDataCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class DeleteDeviceUsageDataCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts
index 64fcaed2005a3..3f8983aeda5f9 100644
--- a/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteGatewayGroupCommand.ts
@@ -28,7 +28,6 @@ export class DeleteGatewayGroupCommand extends $Command<
DeleteGatewayGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteGatewayGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts
index 9216e320811a7..48830d6fa93d6 100644
--- a/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteNetworkProfileCommand.ts
@@ -28,7 +28,6 @@ export class DeleteNetworkProfileCommand extends $Command<
DeleteNetworkProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteNetworkProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts
index 37e1fde0a476b..ccc2287eef0d1 100644
--- a/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteProfileCommand.ts
@@ -28,7 +28,6 @@ export class DeleteProfileCommand extends $Command<
DeleteProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts
index ec89681c3fca7..d7d294e64b94e 100644
--- a/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteRoomCommand.ts
@@ -28,7 +28,6 @@ export class DeleteRoomCommand extends $Command<
DeleteRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts
index 79f6fe45da176..58cf05115ebfb 100644
--- a/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteRoomSkillParameterCommand.ts
@@ -28,7 +28,6 @@ export class DeleteRoomSkillParameterCommand extends $Command<
DeleteRoomSkillParameterCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteRoomSkillParameterCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts
index ea9e9de83cd31..78c7cbeb3b205 100644
--- a/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteSkillAuthorizationCommand.ts
@@ -28,7 +28,6 @@ export class DeleteSkillAuthorizationCommand extends $Command<
DeleteSkillAuthorizationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteSkillAuthorizationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts
index c2e15e5ce8a83..1fda377c7d97d 100644
--- a/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class DeleteSkillGroupCommand extends $Command<
DeleteSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/commands/DeleteUserCommand.ts
index f4f86a5e2bcba..f8cc8235ba883 100644
--- a/clients/client-alexa-for-business/commands/DeleteUserCommand.ts
+++ b/clients/client-alexa-for-business/commands/DeleteUserCommand.ts
@@ -28,7 +28,6 @@ export class DeleteUserCommand extends $Command<
DeleteUserCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteUserCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts
index 2c10da5b3df9f..ea52d1469a7cf 100644
--- a/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/DisassociateContactFromAddressBookCommand.ts
@@ -32,7 +32,6 @@ export class DisassociateContactFromAddressBookCommand extends $Command<
DisassociateContactFromAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -50,10 +49,7 @@ export class DisassociateContactFromAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts
index ded7cbb2a7c51..be4f8bedf4b78 100644
--- a/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/DisassociateDeviceFromRoomCommand.ts
@@ -30,7 +30,6 @@ export class DisassociateDeviceFromRoomCommand extends $Command<
DisassociateDeviceFromRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class DisassociateDeviceFromRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts
index ef91198fbecf7..f04467b5676ee 100644
--- a/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/DisassociateSkillFromSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class DisassociateSkillFromSkillGroupCommand extends $Command<
DisassociateSkillFromSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DisassociateSkillFromSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts
index d19f2c726b5bd..cd5c4904f4c28 100644
--- a/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts
+++ b/clients/client-alexa-for-business/commands/DisassociateSkillFromUsersCommand.ts
@@ -29,7 +29,6 @@ export class DisassociateSkillFromUsersCommand extends $Command<
DisassociateSkillFromUsersCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class DisassociateSkillFromUsersCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts
index 06f4160ecd450..2a2d1d328a5b2 100644
--- a/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/DisassociateSkillGroupFromRoomCommand.ts
@@ -29,7 +29,6 @@ export class DisassociateSkillGroupFromRoomCommand extends $Command<
DisassociateSkillGroupFromRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class DisassociateSkillGroupFromRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts
index 09aac3ed58687..f52344eaa70c5 100644
--- a/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts
+++ b/clients/client-alexa-for-business/commands/ForgetSmartHomeAppliancesCommand.ts
@@ -28,7 +28,6 @@ export class ForgetSmartHomeAppliancesCommand extends $Command<
ForgetSmartHomeAppliancesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ForgetSmartHomeAppliancesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts
index efba86e5870de..a42eb3810e6aa 100644
--- a/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetAddressBookCommand.ts
@@ -28,7 +28,6 @@ export class GetAddressBookCommand extends $Command<
GetAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts
index 2d5cb692d58f3..b9f0b6a405931 100644
--- a/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetConferencePreferenceCommand.ts
@@ -28,7 +28,6 @@ export class GetConferencePreferenceCommand extends $Command<
GetConferencePreferenceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetConferencePreferenceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts
index ff2d40dbd66f4..19fb90211c7ac 100644
--- a/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetConferenceProviderCommand.ts
@@ -28,7 +28,6 @@ export class GetConferenceProviderCommand extends $Command<
GetConferenceProviderCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetConferenceProviderCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetContactCommand.ts b/clients/client-alexa-for-business/commands/GetContactCommand.ts
index ee612277a6357..08144c4e34c5d 100644
--- a/clients/client-alexa-for-business/commands/GetContactCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetContactCommand.ts
@@ -28,7 +28,6 @@ export class GetContactCommand extends $Command<
GetContactCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetContactCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/commands/GetDeviceCommand.ts
index 8241ab85e81ea..9dcd65b2363ef 100644
--- a/clients/client-alexa-for-business/commands/GetDeviceCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetDeviceCommand.ts
@@ -25,7 +25,6 @@ export class GetDeviceCommand extends $Command<
GetDeviceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetDeviceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/commands/GetGatewayCommand.ts
index 9eba600e41d15..0fd3fa0616c3d 100644
--- a/clients/client-alexa-for-business/commands/GetGatewayCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetGatewayCommand.ts
@@ -28,7 +28,6 @@ export class GetGatewayCommand extends $Command<
GetGatewayCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetGatewayCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts
index 1cbbea57ca08e..24972b55c9e5b 100644
--- a/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetGatewayGroupCommand.ts
@@ -28,7 +28,6 @@ export class GetGatewayGroupCommand extends $Command<
GetGatewayGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetGatewayGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts
index 2db7e294333d9..54166ad406e31 100644
--- a/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetInvitationConfigurationCommand.ts
@@ -29,7 +29,6 @@ export class GetInvitationConfigurationCommand extends $Command<
GetInvitationConfigurationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class GetInvitationConfigurationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts
index dbed69814c170..5d407427f8a18 100644
--- a/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetNetworkProfileCommand.ts
@@ -28,7 +28,6 @@ export class GetNetworkProfileCommand extends $Command<
GetNetworkProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetNetworkProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/commands/GetProfileCommand.ts
index 7621ace9b7cb9..42620a3b77fdb 100644
--- a/clients/client-alexa-for-business/commands/GetProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetProfileCommand.ts
@@ -28,7 +28,6 @@ export class GetProfileCommand extends $Command<
GetProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/commands/GetRoomCommand.ts
index bc39fa0728fb7..8c2477c8cd94b 100644
--- a/clients/client-alexa-for-business/commands/GetRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetRoomCommand.ts
@@ -25,7 +25,6 @@ export class GetRoomCommand extends $Command<
GetRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts
index 23dc16b550784..f6a7773db9843 100644
--- a/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetRoomSkillParameterCommand.ts
@@ -28,7 +28,6 @@ export class GetRoomSkillParameterCommand extends $Command<
GetRoomSkillParameterCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetRoomSkillParameterCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts
index d6c5f42adef02..3011a2dcdf6b8 100644
--- a/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/GetSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class GetSkillGroupCommand extends $Command<
GetSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts
index 4bf10bbd50475..8d7920bb4229f 100644
--- a/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListBusinessReportSchedulesCommand.ts
@@ -28,7 +28,6 @@ export class ListBusinessReportSchedulesCommand extends $Command<
ListBusinessReportSchedulesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListBusinessReportSchedulesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts
index f9ded17f121d3..cd3d61e823eea 100644
--- a/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListConferenceProvidersCommand.ts
@@ -28,7 +28,6 @@ export class ListConferenceProvidersCommand extends $Command<
ListConferenceProvidersCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListConferenceProvidersCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts
index 55eb62fbbae70..ab8096d2f37dd 100644
--- a/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListDeviceEventsCommand.ts
@@ -29,7 +29,6 @@ export class ListDeviceEventsCommand extends $Command<
ListDeviceEventsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class ListDeviceEventsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts
index e7e2e453a833a..f8091f8370b44 100644
--- a/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListGatewayGroupsCommand.ts
@@ -29,7 +29,6 @@ export class ListGatewayGroupsCommand extends $Command<
ListGatewayGroupsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class ListGatewayGroupsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts
index bccba820f223c..bab117aa9dea3 100644
--- a/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListGatewaysCommand.ts
@@ -30,7 +30,6 @@ export class ListGatewaysCommand extends $Command<
ListGatewaysCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class ListGatewaysCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsCommand.ts
index add1baeb785fe..60b123a2fc2f4 100644
--- a/clients/client-alexa-for-business/commands/ListSkillsCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListSkillsCommand.ts
@@ -28,7 +28,6 @@ export class ListSkillsCommand extends $Command<
ListSkillsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListSkillsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts
index f3069e621bda9..fa6d729cec37e 100644
--- a/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListSkillsStoreCategoriesCommand.ts
@@ -28,7 +28,6 @@ export class ListSkillsStoreCategoriesCommand extends $Command<
ListSkillsStoreCategoriesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListSkillsStoreCategoriesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts
index b32a90d296709..f45508871f9e1 100644
--- a/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListSkillsStoreSkillsByCategoryCommand.ts
@@ -28,7 +28,6 @@ export class ListSkillsStoreSkillsByCategoryCommand extends $Command<
ListSkillsStoreSkillsByCategoryCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListSkillsStoreSkillsByCategoryCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts
index a28dc3235c462..a19d0bab26b2e 100644
--- a/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListSmartHomeAppliancesCommand.ts
@@ -28,7 +28,6 @@ export class ListSmartHomeAppliancesCommand extends $Command<
ListSmartHomeAppliancesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListSmartHomeAppliancesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/commands/ListTagsCommand.ts
index d364e60bcd925..cec7102aad309 100644
--- a/clients/client-alexa-for-business/commands/ListTagsCommand.ts
+++ b/clients/client-alexa-for-business/commands/ListTagsCommand.ts
@@ -25,7 +25,6 @@ export class ListTagsCommand extends $Command<
ListTagsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class ListTagsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts
index d0e358872d05c..a9171f23e67c1 100644
--- a/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts
+++ b/clients/client-alexa-for-business/commands/PutConferencePreferenceCommand.ts
@@ -29,7 +29,6 @@ export class PutConferencePreferenceCommand extends $Command<
PutConferencePreferenceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class PutConferencePreferenceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts
index 5fa5015e6bbcc..4a36d0f19fbd8 100644
--- a/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts
+++ b/clients/client-alexa-for-business/commands/PutInvitationConfigurationCommand.ts
@@ -29,7 +29,6 @@ export class PutInvitationConfigurationCommand extends $Command<
PutInvitationConfigurationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class PutInvitationConfigurationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts
index db5627a5667df..22ebf91665732 100644
--- a/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts
+++ b/clients/client-alexa-for-business/commands/PutRoomSkillParameterCommand.ts
@@ -29,7 +29,6 @@ export class PutRoomSkillParameterCommand extends $Command<
PutRoomSkillParameterCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class PutRoomSkillParameterCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts
index e5ab9acbfa3ed..a63463af0fc46 100644
--- a/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts
+++ b/clients/client-alexa-for-business/commands/PutSkillAuthorizationCommand.ts
@@ -30,7 +30,6 @@ export class PutSkillAuthorizationCommand extends $Command<
PutSkillAuthorizationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class PutSkillAuthorizationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts
index d61962dd496d4..a6152f9cbbfb7 100644
--- a/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts
+++ b/clients/client-alexa-for-business/commands/RegisterAVSDeviceCommand.ts
@@ -29,7 +29,6 @@ export class RegisterAVSDeviceCommand extends $Command<
RegisterAVSDeviceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class RegisterAVSDeviceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/commands/RejectSkillCommand.ts
index 771535b9939c5..07f35e5a7319a 100644
--- a/clients/client-alexa-for-business/commands/RejectSkillCommand.ts
+++ b/clients/client-alexa-for-business/commands/RejectSkillCommand.ts
@@ -30,7 +30,6 @@ export class RejectSkillCommand extends $Command<
RejectSkillCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -48,10 +47,7 @@ export class RejectSkillCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts
index 6d2b216f8e070..927f7463fd6c6 100644
--- a/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/ResolveRoomCommand.ts
@@ -29,7 +29,6 @@ export class ResolveRoomCommand extends $Command<
ResolveRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class ResolveRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts
index f62771830029d..2b7a9070be3dc 100644
--- a/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts
+++ b/clients/client-alexa-for-business/commands/RevokeInvitationCommand.ts
@@ -28,7 +28,6 @@ export class RevokeInvitationCommand extends $Command<
RevokeInvitationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class RevokeInvitationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts
index 4acee89554539..9baafac259c96 100644
--- a/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchAddressBooksCommand.ts
@@ -29,7 +29,6 @@ export class SearchAddressBooksCommand extends $Command<
SearchAddressBooksCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchAddressBooksCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/commands/SearchContactsCommand.ts
index c705a48f987d8..c42b1d47faf26 100644
--- a/clients/client-alexa-for-business/commands/SearchContactsCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchContactsCommand.ts
@@ -29,7 +29,6 @@ export class SearchContactsCommand extends $Command<
SearchContactsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchContactsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts
index ea60db3879eaf..b62649b25a23a 100644
--- a/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchDevicesCommand.ts
@@ -28,7 +28,6 @@ export class SearchDevicesCommand extends $Command<
SearchDevicesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class SearchDevicesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts
index 911399d97a87a..ac9c75032ff08 100644
--- a/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchNetworkProfilesCommand.ts
@@ -29,7 +29,6 @@ export class SearchNetworkProfilesCommand extends $Command<
SearchNetworkProfilesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchNetworkProfilesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts
index 3de7ed333a0fb..ba80945f6ae48 100644
--- a/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchProfilesCommand.ts
@@ -29,7 +29,6 @@ export class SearchProfilesCommand extends $Command<
SearchProfilesCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchProfilesCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts
index 2141c90e98495..b742ef02d0f91 100644
--- a/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchRoomsCommand.ts
@@ -29,7 +29,6 @@ export class SearchRoomsCommand extends $Command<
SearchRoomsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchRoomsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts
index a65b3ccb8e743..3ce261dcdadbf 100644
--- a/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchSkillGroupsCommand.ts
@@ -29,7 +29,6 @@ export class SearchSkillGroupsCommand extends $Command<
SearchSkillGroupsCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchSkillGroupsCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/commands/SearchUsersCommand.ts
index 0862650b3d2dc..bd9af2cf26c51 100644
--- a/clients/client-alexa-for-business/commands/SearchUsersCommand.ts
+++ b/clients/client-alexa-for-business/commands/SearchUsersCommand.ts
@@ -29,7 +29,6 @@ export class SearchUsersCommand extends $Command<
SearchUsersCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SearchUsersCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts b/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts
index 3f14f13bd4ba9..f44f80fd6425b 100644
--- a/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts
+++ b/clients/client-alexa-for-business/commands/SendAnnouncementCommand.ts
@@ -29,7 +29,6 @@ export class SendAnnouncementCommand extends $Command<
SendAnnouncementCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SendAnnouncementCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/commands/SendInvitationCommand.ts
index 9c89962ae12f6..a35611fa8922a 100644
--- a/clients/client-alexa-for-business/commands/SendInvitationCommand.ts
+++ b/clients/client-alexa-for-business/commands/SendInvitationCommand.ts
@@ -29,7 +29,6 @@ export class SendInvitationCommand extends $Command<
SendInvitationCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class SendInvitationCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts
index 04ad5294dfa5b..fe2040245744b 100644
--- a/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts
+++ b/clients/client-alexa-for-business/commands/StartDeviceSyncCommand.ts
@@ -49,7 +49,6 @@ export class StartDeviceSyncCommand extends $Command<
StartDeviceSyncCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -67,10 +66,7 @@ export class StartDeviceSyncCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts
index e9d8911fcd356..3383faf38d7c2 100644
--- a/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts
+++ b/clients/client-alexa-for-business/commands/StartSmartHomeApplianceDiscoveryCommand.ts
@@ -29,7 +29,6 @@ export class StartSmartHomeApplianceDiscoveryCommand extends $Command<
StartSmartHomeApplianceDiscoveryCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class StartSmartHomeApplianceDiscoveryCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/commands/TagResourceCommand.ts
index 6c33c6f863533..74678ca854f14 100644
--- a/clients/client-alexa-for-business/commands/TagResourceCommand.ts
+++ b/clients/client-alexa-for-business/commands/TagResourceCommand.ts
@@ -28,7 +28,6 @@ export class TagResourceCommand extends $Command<
TagResourceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class TagResourceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/commands/UntagResourceCommand.ts
index 031c8f36ba0b4..fc2ba6916cb11 100644
--- a/clients/client-alexa-for-business/commands/UntagResourceCommand.ts
+++ b/clients/client-alexa-for-business/commands/UntagResourceCommand.ts
@@ -28,7 +28,6 @@ export class UntagResourceCommand extends $Command<
UntagResourceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UntagResourceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts
index 7e458ced5078d..06ad624a7ffa8 100644
--- a/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateAddressBookCommand.ts
@@ -28,7 +28,6 @@ export class UpdateAddressBookCommand extends $Command<
UpdateAddressBookCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateAddressBookCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts
index adbb10b806830..8cf77e1826005 100644
--- a/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateBusinessReportScheduleCommand.ts
@@ -29,7 +29,6 @@ export class UpdateBusinessReportScheduleCommand extends $Command<
UpdateBusinessReportScheduleCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class UpdateBusinessReportScheduleCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts
index e237883c93a6f..683d1a1e927d8 100644
--- a/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateConferenceProviderCommand.ts
@@ -28,7 +28,6 @@ export class UpdateConferenceProviderCommand extends $Command<
UpdateConferenceProviderCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateConferenceProviderCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/commands/UpdateContactCommand.ts
index 7528032c4197c..29566ab28d6c0 100644
--- a/clients/client-alexa-for-business/commands/UpdateContactCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateContactCommand.ts
@@ -28,7 +28,6 @@ export class UpdateContactCommand extends $Command<
UpdateContactCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateContactCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts
index ee280dc7b6c89..9a34cda6c9f68 100644
--- a/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateDeviceCommand.ts
@@ -28,7 +28,6 @@ export class UpdateDeviceCommand extends $Command<
UpdateDeviceCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateDeviceCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts
index 8b14acea43907..8f7148c3ea830 100644
--- a/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateGatewayCommand.ts
@@ -29,7 +29,6 @@ export class UpdateGatewayCommand extends $Command<
UpdateGatewayCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class UpdateGatewayCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts
index 2cc0aae416210..7248355a21eb9 100644
--- a/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateGatewayGroupCommand.ts
@@ -29,7 +29,6 @@ export class UpdateGatewayGroupCommand extends $Command<
UpdateGatewayGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class UpdateGatewayGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts
index 8a0e855b4f63a..c53c8b67fd4b5 100644
--- a/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateNetworkProfileCommand.ts
@@ -28,7 +28,6 @@ export class UpdateNetworkProfileCommand extends $Command<
UpdateNetworkProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateNetworkProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts
index 0e812dad3970e..72eea3152a9cd 100644
--- a/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateProfileCommand.ts
@@ -28,7 +28,6 @@ export class UpdateProfileCommand extends $Command<
UpdateProfileCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateProfileCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts
index 05c6e8ba1ca10..2f038d9e60f37 100644
--- a/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateRoomCommand.ts
@@ -28,7 +28,6 @@ export class UpdateRoomCommand extends $Command<
UpdateRoomCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateRoomCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts
index ac757b52e2ffb..bdb34abbbb73d 100644
--- a/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts
+++ b/clients/client-alexa-for-business/commands/UpdateSkillGroupCommand.ts
@@ -28,7 +28,6 @@ export class UpdateSkillGroupCommand extends $Command<
UpdateSkillGroupCommandOutput,
AlexaForBusinessClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateSkillGroupCommand extends $Command<
configuration: AlexaForBusinessClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateAppCommand.ts b/clients/client-amplify/commands/CreateAppCommand.ts
index 29fea9bc4b465..b0f5d91f42596 100644
--- a/clients/client-amplify/commands/CreateAppCommand.ts
+++ b/clients/client-amplify/commands/CreateAppCommand.ts
@@ -28,7 +28,6 @@ export class CreateAppCommand extends $Command<
CreateAppCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateAppCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts
index 7d55355c13362..ad7664be49fa0 100644
--- a/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/commands/CreateBackendEnvironmentCommand.ts
@@ -28,7 +28,6 @@ export class CreateBackendEnvironmentCommand extends $Command<
CreateBackendEnvironmentCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBackendEnvironmentCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateBranchCommand.ts b/clients/client-amplify/commands/CreateBranchCommand.ts
index 9637a2eb8074f..9678e559560ff 100644
--- a/clients/client-amplify/commands/CreateBranchCommand.ts
+++ b/clients/client-amplify/commands/CreateBranchCommand.ts
@@ -28,7 +28,6 @@ export class CreateBranchCommand extends $Command<
CreateBranchCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBranchCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateDeploymentCommand.ts b/clients/client-amplify/commands/CreateDeploymentCommand.ts
index 733dd21061155..b9c2746399a09 100644
--- a/clients/client-amplify/commands/CreateDeploymentCommand.ts
+++ b/clients/client-amplify/commands/CreateDeploymentCommand.ts
@@ -29,7 +29,6 @@ export class CreateDeploymentCommand extends $Command<
CreateDeploymentCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateDeploymentCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/commands/CreateDomainAssociationCommand.ts
index 2d59aea38a9cb..b8b38c3dff38f 100644
--- a/clients/client-amplify/commands/CreateDomainAssociationCommand.ts
+++ b/clients/client-amplify/commands/CreateDomainAssociationCommand.ts
@@ -29,7 +29,6 @@ export class CreateDomainAssociationCommand extends $Command<
CreateDomainAssociationCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateDomainAssociationCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/CreateWebhookCommand.ts b/clients/client-amplify/commands/CreateWebhookCommand.ts
index 3fbde8099b711..a8221e89d3248 100644
--- a/clients/client-amplify/commands/CreateWebhookCommand.ts
+++ b/clients/client-amplify/commands/CreateWebhookCommand.ts
@@ -28,7 +28,6 @@ export class CreateWebhookCommand extends $Command<
CreateWebhookCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateWebhookCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteAppCommand.ts b/clients/client-amplify/commands/DeleteAppCommand.ts
index 1c3e39c5223c9..e5bd488e5c0bc 100644
--- a/clients/client-amplify/commands/DeleteAppCommand.ts
+++ b/clients/client-amplify/commands/DeleteAppCommand.ts
@@ -28,7 +28,6 @@ export class DeleteAppCommand extends $Command<
DeleteAppCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteAppCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts
index 53649a94346dd..f1e73ee4c6f66 100644
--- a/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/commands/DeleteBackendEnvironmentCommand.ts
@@ -28,7 +28,6 @@ export class DeleteBackendEnvironmentCommand extends $Command<
DeleteBackendEnvironmentCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBackendEnvironmentCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteBranchCommand.ts b/clients/client-amplify/commands/DeleteBranchCommand.ts
index 2c2f26c1b2011..d47dea76688f9 100644
--- a/clients/client-amplify/commands/DeleteBranchCommand.ts
+++ b/clients/client-amplify/commands/DeleteBranchCommand.ts
@@ -28,7 +28,6 @@ export class DeleteBranchCommand extends $Command<
DeleteBranchCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBranchCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts
index 07c60ca580abd..c8866a42a0156 100644
--- a/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts
+++ b/clients/client-amplify/commands/DeleteDomainAssociationCommand.ts
@@ -28,7 +28,6 @@ export class DeleteDomainAssociationCommand extends $Command<
DeleteDomainAssociationCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteDomainAssociationCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteJobCommand.ts b/clients/client-amplify/commands/DeleteJobCommand.ts
index 1d5449ce7d23d..31f9db60ef1e5 100644
--- a/clients/client-amplify/commands/DeleteJobCommand.ts
+++ b/clients/client-amplify/commands/DeleteJobCommand.ts
@@ -28,7 +28,6 @@ export class DeleteJobCommand extends $Command<
DeleteJobCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteJobCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/DeleteWebhookCommand.ts b/clients/client-amplify/commands/DeleteWebhookCommand.ts
index 3848331aae715..a8580f4f965c6 100644
--- a/clients/client-amplify/commands/DeleteWebhookCommand.ts
+++ b/clients/client-amplify/commands/DeleteWebhookCommand.ts
@@ -28,7 +28,6 @@ export class DeleteWebhookCommand extends $Command<
DeleteWebhookCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteWebhookCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/commands/GenerateAccessLogsCommand.ts
index cd8b73ae0f8ad..fb9e993a7f5c4 100644
--- a/clients/client-amplify/commands/GenerateAccessLogsCommand.ts
+++ b/clients/client-amplify/commands/GenerateAccessLogsCommand.ts
@@ -29,7 +29,6 @@ export class GenerateAccessLogsCommand extends $Command<
GenerateAccessLogsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class GenerateAccessLogsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetAppCommand.ts b/clients/client-amplify/commands/GetAppCommand.ts
index 8981eb07fcecd..8b9b84ec923f9 100644
--- a/clients/client-amplify/commands/GetAppCommand.ts
+++ b/clients/client-amplify/commands/GetAppCommand.ts
@@ -21,7 +21,6 @@ export type GetAppCommandOutput = GetAppResult & __MetadataBearer;
* Returns an existing Amplify app by appID.
*/
export class GetAppCommand extends $Command {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -39,10 +38,7 @@ export class GetAppCommand extends $Command {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/commands/GetArtifactUrlCommand.ts
index 8772b101603f4..6f5a7146fa67d 100644
--- a/clients/client-amplify/commands/GetArtifactUrlCommand.ts
+++ b/clients/client-amplify/commands/GetArtifactUrlCommand.ts
@@ -28,7 +28,6 @@ export class GetArtifactUrlCommand extends $Command<
GetArtifactUrlCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetArtifactUrlCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts
index 5fe57ae954e14..0cf9d254be7c8 100644
--- a/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/commands/GetBackendEnvironmentCommand.ts
@@ -28,7 +28,6 @@ export class GetBackendEnvironmentCommand extends $Command<
GetBackendEnvironmentCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendEnvironmentCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetBranchCommand.ts b/clients/client-amplify/commands/GetBranchCommand.ts
index 4139bfa737fa2..e5ebbe746f578 100644
--- a/clients/client-amplify/commands/GetBranchCommand.ts
+++ b/clients/client-amplify/commands/GetBranchCommand.ts
@@ -28,7 +28,6 @@ export class GetBranchCommand extends $Command<
GetBranchCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBranchCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/commands/GetDomainAssociationCommand.ts
index 174bd4f0c7727..092cc79753bea 100644
--- a/clients/client-amplify/commands/GetDomainAssociationCommand.ts
+++ b/clients/client-amplify/commands/GetDomainAssociationCommand.ts
@@ -28,7 +28,6 @@ export class GetDomainAssociationCommand extends $Command<
GetDomainAssociationCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetDomainAssociationCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetJobCommand.ts b/clients/client-amplify/commands/GetJobCommand.ts
index e63ad13ff0dab..1bc2363b7f81e 100644
--- a/clients/client-amplify/commands/GetJobCommand.ts
+++ b/clients/client-amplify/commands/GetJobCommand.ts
@@ -21,7 +21,6 @@ export type GetJobCommandOutput = GetJobResult & __MetadataBearer;
* Returns a job for a branch of an Amplify app.
*/
export class GetJobCommand extends $Command {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -39,10 +38,7 @@ export class GetJobCommand extends $Command {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/GetWebhookCommand.ts b/clients/client-amplify/commands/GetWebhookCommand.ts
index 034d26defd3a6..e32f47ed559a1 100644
--- a/clients/client-amplify/commands/GetWebhookCommand.ts
+++ b/clients/client-amplify/commands/GetWebhookCommand.ts
@@ -28,7 +28,6 @@ export class GetWebhookCommand extends $Command<
GetWebhookCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetWebhookCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListAppsCommand.ts b/clients/client-amplify/commands/ListAppsCommand.ts
index 5cc2a50e05d4c..aea9bb69ac256 100644
--- a/clients/client-amplify/commands/ListAppsCommand.ts
+++ b/clients/client-amplify/commands/ListAppsCommand.ts
@@ -28,7 +28,6 @@ export class ListAppsCommand extends $Command<
ListAppsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListAppsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListArtifactsCommand.ts b/clients/client-amplify/commands/ListArtifactsCommand.ts
index c29932784059b..4d2bfdbbadcf8 100644
--- a/clients/client-amplify/commands/ListArtifactsCommand.ts
+++ b/clients/client-amplify/commands/ListArtifactsCommand.ts
@@ -28,7 +28,6 @@ export class ListArtifactsCommand extends $Command<
ListArtifactsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListArtifactsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts
index 255c373190f7a..fa47e6c225748 100644
--- a/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts
+++ b/clients/client-amplify/commands/ListBackendEnvironmentsCommand.ts
@@ -28,7 +28,6 @@ export class ListBackendEnvironmentsCommand extends $Command<
ListBackendEnvironmentsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListBackendEnvironmentsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListBranchesCommand.ts b/clients/client-amplify/commands/ListBranchesCommand.ts
index e3e2b9e840d47..a977377a7bfed 100644
--- a/clients/client-amplify/commands/ListBranchesCommand.ts
+++ b/clients/client-amplify/commands/ListBranchesCommand.ts
@@ -28,7 +28,6 @@ export class ListBranchesCommand extends $Command<
ListBranchesCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListBranchesCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/commands/ListDomainAssociationsCommand.ts
index 6e869652b5cf9..b24dc8762429b 100644
--- a/clients/client-amplify/commands/ListDomainAssociationsCommand.ts
+++ b/clients/client-amplify/commands/ListDomainAssociationsCommand.ts
@@ -28,7 +28,6 @@ export class ListDomainAssociationsCommand extends $Command<
ListDomainAssociationsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListDomainAssociationsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListJobsCommand.ts b/clients/client-amplify/commands/ListJobsCommand.ts
index eaccd101d40d3..ef1e0ade37b08 100644
--- a/clients/client-amplify/commands/ListJobsCommand.ts
+++ b/clients/client-amplify/commands/ListJobsCommand.ts
@@ -28,7 +28,6 @@ export class ListJobsCommand extends $Command<
ListJobsCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListJobsCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/commands/ListTagsForResourceCommand.ts
index 1ec5764603df4..b2aad33b8ff8a 100644
--- a/clients/client-amplify/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-amplify/commands/ListTagsForResourceCommand.ts
@@ -28,7 +28,6 @@ export class ListTagsForResourceCommand extends $Command<
ListTagsForResourceCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListTagsForResourceCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/ListWebhooksCommand.ts b/clients/client-amplify/commands/ListWebhooksCommand.ts
index d7c6be4765280..ddf311effac9a 100644
--- a/clients/client-amplify/commands/ListWebhooksCommand.ts
+++ b/clients/client-amplify/commands/ListWebhooksCommand.ts
@@ -28,7 +28,6 @@ export class ListWebhooksCommand extends $Command<
ListWebhooksCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListWebhooksCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/StartDeploymentCommand.ts b/clients/client-amplify/commands/StartDeploymentCommand.ts
index 3a486153ce1c4..4036601b1a985 100644
--- a/clients/client-amplify/commands/StartDeploymentCommand.ts
+++ b/clients/client-amplify/commands/StartDeploymentCommand.ts
@@ -29,7 +29,6 @@ export class StartDeploymentCommand extends $Command<
StartDeploymentCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class StartDeploymentCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/StartJobCommand.ts b/clients/client-amplify/commands/StartJobCommand.ts
index d663336de3f70..e9eadb510e365 100644
--- a/clients/client-amplify/commands/StartJobCommand.ts
+++ b/clients/client-amplify/commands/StartJobCommand.ts
@@ -28,7 +28,6 @@ export class StartJobCommand extends $Command<
StartJobCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class StartJobCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/StopJobCommand.ts b/clients/client-amplify/commands/StopJobCommand.ts
index 75b7516a74e23..4f0d69223fcfc 100644
--- a/clients/client-amplify/commands/StopJobCommand.ts
+++ b/clients/client-amplify/commands/StopJobCommand.ts
@@ -24,7 +24,6 @@ export type StopJobCommandOutput = StopJobResult & __MetadataBearer;
* Stops a job that is in progress for a branch of an Amplify app.
*/
export class StopJobCommand extends $Command {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -42,10 +41,7 @@ export class StopJobCommand extends $Command {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/TagResourceCommand.ts b/clients/client-amplify/commands/TagResourceCommand.ts
index c74e3d518e84e..743b2dae29afe 100644
--- a/clients/client-amplify/commands/TagResourceCommand.ts
+++ b/clients/client-amplify/commands/TagResourceCommand.ts
@@ -28,7 +28,6 @@ export class TagResourceCommand extends $Command<
TagResourceCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class TagResourceCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/UntagResourceCommand.ts b/clients/client-amplify/commands/UntagResourceCommand.ts
index f3445e46a30af..8b97393ba790f 100644
--- a/clients/client-amplify/commands/UntagResourceCommand.ts
+++ b/clients/client-amplify/commands/UntagResourceCommand.ts
@@ -28,7 +28,6 @@ export class UntagResourceCommand extends $Command<
UntagResourceCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UntagResourceCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/UpdateAppCommand.ts b/clients/client-amplify/commands/UpdateAppCommand.ts
index 59ebea5e7c8d3..cf97b51057662 100644
--- a/clients/client-amplify/commands/UpdateAppCommand.ts
+++ b/clients/client-amplify/commands/UpdateAppCommand.ts
@@ -28,7 +28,6 @@ export class UpdateAppCommand extends $Command<
UpdateAppCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateAppCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/UpdateBranchCommand.ts b/clients/client-amplify/commands/UpdateBranchCommand.ts
index 783b1bdcf0cd9..a56cae54093d7 100644
--- a/clients/client-amplify/commands/UpdateBranchCommand.ts
+++ b/clients/client-amplify/commands/UpdateBranchCommand.ts
@@ -28,7 +28,6 @@ export class UpdateBranchCommand extends $Command<
UpdateBranchCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateBranchCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts
index dc042a10556e9..8788fd8528c49 100644
--- a/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts
+++ b/clients/client-amplify/commands/UpdateDomainAssociationCommand.ts
@@ -28,7 +28,6 @@ export class UpdateDomainAssociationCommand extends $Command<
UpdateDomainAssociationCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateDomainAssociationCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplify/commands/UpdateWebhookCommand.ts b/clients/client-amplify/commands/UpdateWebhookCommand.ts
index f7c5c71918218..01b4d490ad212 100644
--- a/clients/client-amplify/commands/UpdateWebhookCommand.ts
+++ b/clients/client-amplify/commands/UpdateWebhookCommand.ts
@@ -28,7 +28,6 @@ export class UpdateWebhookCommand extends $Command<
UpdateWebhookCommandOutput,
AmplifyClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateWebhookCommand extends $Command<
configuration: AmplifyClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/commands/CloneBackendCommand.ts
index 9508ba8f2da80..e72dda96e1c80 100644
--- a/clients/client-amplifybackend/commands/CloneBackendCommand.ts
+++ b/clients/client-amplifybackend/commands/CloneBackendCommand.ts
@@ -28,7 +28,6 @@ export class CloneBackendCommand extends $Command<
CloneBackendCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CloneBackendCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts
index c0e839725753d..fa4f5576fd1e5 100644
--- a/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts
+++ b/clients/client-amplifybackend/commands/CreateBackendAPICommand.ts
@@ -28,7 +28,6 @@ export class CreateBackendAPICommand extends $Command<
CreateBackendAPICommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBackendAPICommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts
index ee66b1f262a8d..fe64123da4cd1 100644
--- a/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/commands/CreateBackendAuthCommand.ts
@@ -28,7 +28,6 @@ export class CreateBackendAuthCommand extends $Command<
CreateBackendAuthCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBackendAuthCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/commands/CreateBackendCommand.ts
index 7c4ee7b5efc74..cf3b3aef47026 100644
--- a/clients/client-amplifybackend/commands/CreateBackendCommand.ts
+++ b/clients/client-amplifybackend/commands/CreateBackendCommand.ts
@@ -28,7 +28,6 @@ export class CreateBackendCommand extends $Command<
CreateBackendCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBackendCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts
index 413fe1da22bf2..485eda85ae6f5 100644
--- a/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/commands/CreateBackendConfigCommand.ts
@@ -28,7 +28,6 @@ export class CreateBackendConfigCommand extends $Command<
CreateBackendConfigCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBackendConfigCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/commands/CreateTokenCommand.ts
index cab388b376838..a7df506a701d4 100644
--- a/clients/client-amplifybackend/commands/CreateTokenCommand.ts
+++ b/clients/client-amplifybackend/commands/CreateTokenCommand.ts
@@ -28,7 +28,6 @@ export class CreateTokenCommand extends $Command<
CreateTokenCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateTokenCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts
index 192b0b2001cdb..834aeeedb1233 100644
--- a/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts
+++ b/clients/client-amplifybackend/commands/DeleteBackendAPICommand.ts
@@ -28,7 +28,6 @@ export class DeleteBackendAPICommand extends $Command<
DeleteBackendAPICommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBackendAPICommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts
index d787c13fb45dc..d3dc8c56d9fa8 100644
--- a/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/commands/DeleteBackendAuthCommand.ts
@@ -28,7 +28,6 @@ export class DeleteBackendAuthCommand extends $Command<
DeleteBackendAuthCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBackendAuthCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/commands/DeleteBackendCommand.ts
index c48e8d0eacf44..c56726b59a808 100644
--- a/clients/client-amplifybackend/commands/DeleteBackendCommand.ts
+++ b/clients/client-amplifybackend/commands/DeleteBackendCommand.ts
@@ -28,7 +28,6 @@ export class DeleteBackendCommand extends $Command<
DeleteBackendCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBackendCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/commands/DeleteTokenCommand.ts
index 16c9b5326105d..50381ff5f9ed3 100644
--- a/clients/client-amplifybackend/commands/DeleteTokenCommand.ts
+++ b/clients/client-amplifybackend/commands/DeleteTokenCommand.ts
@@ -28,7 +28,6 @@ export class DeleteTokenCommand extends $Command<
DeleteTokenCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteTokenCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts
index f87d4bbbdf058..38b40362d6222 100644
--- a/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts
+++ b/clients/client-amplifybackend/commands/GenerateBackendAPIModelsCommand.ts
@@ -28,7 +28,6 @@ export class GenerateBackendAPIModelsCommand extends $Command<
GenerateBackendAPIModelsCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GenerateBackendAPIModelsCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/commands/GetBackendAPICommand.ts
index 83992454ab47e..e7343e0671585 100644
--- a/clients/client-amplifybackend/commands/GetBackendAPICommand.ts
+++ b/clients/client-amplifybackend/commands/GetBackendAPICommand.ts
@@ -28,7 +28,6 @@ export class GetBackendAPICommand extends $Command<
GetBackendAPICommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendAPICommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts
index 25c9a5dd59e17..4c82de84ff465 100644
--- a/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts
+++ b/clients/client-amplifybackend/commands/GetBackendAPIModelsCommand.ts
@@ -28,7 +28,6 @@ export class GetBackendAPIModelsCommand extends $Command<
GetBackendAPIModelsCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendAPIModelsCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts
index 11d15e905d1c7..5a4d1a4763154 100644
--- a/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/commands/GetBackendAuthCommand.ts
@@ -28,7 +28,6 @@ export class GetBackendAuthCommand extends $Command<
GetBackendAuthCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendAuthCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetBackendCommand.ts b/clients/client-amplifybackend/commands/GetBackendCommand.ts
index 71c3ad87f3d16..790c49d4ded42 100644
--- a/clients/client-amplifybackend/commands/GetBackendCommand.ts
+++ b/clients/client-amplifybackend/commands/GetBackendCommand.ts
@@ -28,7 +28,6 @@ export class GetBackendCommand extends $Command<
GetBackendCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/commands/GetBackendJobCommand.ts
index d4568d24fb2c3..a19b1ff389153 100644
--- a/clients/client-amplifybackend/commands/GetBackendJobCommand.ts
+++ b/clients/client-amplifybackend/commands/GetBackendJobCommand.ts
@@ -28,7 +28,6 @@ export class GetBackendJobCommand extends $Command<
GetBackendJobCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBackendJobCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/GetTokenCommand.ts b/clients/client-amplifybackend/commands/GetTokenCommand.ts
index 177de60027958..f4d5d4508d477 100644
--- a/clients/client-amplifybackend/commands/GetTokenCommand.ts
+++ b/clients/client-amplifybackend/commands/GetTokenCommand.ts
@@ -28,7 +28,6 @@ export class GetTokenCommand extends $Command<
GetTokenCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetTokenCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts
index 42590104fbff8..6b5b5545ed741 100644
--- a/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts
+++ b/clients/client-amplifybackend/commands/ListBackendJobsCommand.ts
@@ -28,7 +28,6 @@ export class ListBackendJobsCommand extends $Command<
ListBackendJobsCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class ListBackendJobsCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts
index 06069dc19447d..88da4106bf72b 100644
--- a/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts
+++ b/clients/client-amplifybackend/commands/RemoveAllBackendsCommand.ts
@@ -28,7 +28,6 @@ export class RemoveAllBackendsCommand extends $Command<
RemoveAllBackendsCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class RemoveAllBackendsCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts
index 2a8c2e3f54f6d..ee3be6e760f1e 100644
--- a/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/commands/RemoveBackendConfigCommand.ts
@@ -28,7 +28,6 @@ export class RemoveBackendConfigCommand extends $Command<
RemoveBackendConfigCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class RemoveBackendConfigCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts
index fc5ef2e6ff382..7373cb4b5ae08 100644
--- a/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts
+++ b/clients/client-amplifybackend/commands/UpdateBackendAPICommand.ts
@@ -28,7 +28,6 @@ export class UpdateBackendAPICommand extends $Command<
UpdateBackendAPICommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateBackendAPICommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts
index c33d75106e84d..72dda5ca50cfd 100644
--- a/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/commands/UpdateBackendAuthCommand.ts
@@ -28,7 +28,6 @@ export class UpdateBackendAuthCommand extends $Command<
UpdateBackendAuthCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateBackendAuthCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts
index b532ca273f6e4..617e9f8db6d28 100644
--- a/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/commands/UpdateBackendConfigCommand.ts
@@ -28,7 +28,6 @@ export class UpdateBackendConfigCommand extends $Command<
UpdateBackendConfigCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateBackendConfigCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts
index 6ce59fc01dced..9f6b0662da7f8 100644
--- a/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts
+++ b/clients/client-amplifybackend/commands/UpdateBackendJobCommand.ts
@@ -28,7 +28,6 @@ export class UpdateBackendJobCommand extends $Command<
UpdateBackendJobCommandOutput,
AmplifyBackendClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class UpdateBackendJobCommand extends $Command<
configuration: AmplifyBackendClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/commands/CreateApiKeyCommand.ts
index 71800662e953f..19ae4f0e2e441 100644
--- a/clients/client-api-gateway/commands/CreateApiKeyCommand.ts
+++ b/clients/client-api-gateway/commands/CreateApiKeyCommand.ts
@@ -29,7 +29,6 @@ export class CreateApiKeyCommand extends $Command<
CreateApiKeyCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateApiKeyCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts
index 39f2451e581ae..4c6d477c9e15b 100644
--- a/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts
+++ b/clients/client-api-gateway/commands/CreateAuthorizerCommand.ts
@@ -29,7 +29,6 @@ export class CreateAuthorizerCommand extends $Command<
CreateAuthorizerCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateAuthorizerCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts
index eb34f31e9994f..b7a3d403debab 100644
--- a/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/commands/CreateBasePathMappingCommand.ts
@@ -28,7 +28,6 @@ export class CreateBasePathMappingCommand extends $Command<
CreateBasePathMappingCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateBasePathMappingCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/commands/CreateDeploymentCommand.ts
index a1289f79e21df..3e8621103cfef 100644
--- a/clients/client-api-gateway/commands/CreateDeploymentCommand.ts
+++ b/clients/client-api-gateway/commands/CreateDeploymentCommand.ts
@@ -28,7 +28,6 @@ export class CreateDeploymentCommand extends $Command<
CreateDeploymentCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateDeploymentCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/commands/CreateDocumentationPartCommand.ts
index 0de0b544d71cd..7a8c17c9d822a 100644
--- a/clients/client-api-gateway/commands/CreateDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/commands/CreateDocumentationPartCommand.ts
@@ -25,7 +25,6 @@ export class CreateDocumentationPartCommand extends $Command<
CreateDocumentationPartCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class CreateDocumentationPartCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/commands/CreateDocumentationVersionCommand.ts
index 4d2dcdcce5cb8..b1a828cc3144f 100644
--- a/clients/client-api-gateway/commands/CreateDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/commands/CreateDocumentationVersionCommand.ts
@@ -25,7 +25,6 @@ export class CreateDocumentationVersionCommand extends $Command<
CreateDocumentationVersionCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class CreateDocumentationVersionCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/commands/CreateDomainNameCommand.ts
index fe2f0860244fb..fa5db31960823 100644
--- a/clients/client-api-gateway/commands/CreateDomainNameCommand.ts
+++ b/clients/client-api-gateway/commands/CreateDomainNameCommand.ts
@@ -28,7 +28,6 @@ export class CreateDomainNameCommand extends $Command<
CreateDomainNameCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateDomainNameCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateModelCommand.ts b/clients/client-api-gateway/commands/CreateModelCommand.ts
index 7df75b598a0ac..d20a4f58480c3 100644
--- a/clients/client-api-gateway/commands/CreateModelCommand.ts
+++ b/clients/client-api-gateway/commands/CreateModelCommand.ts
@@ -28,7 +28,6 @@ export class CreateModelCommand extends $Command<
CreateModelCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateModelCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts
index f00f40d56c47e..4d9129d841242 100644
--- a/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/commands/CreateRequestValidatorCommand.ts
@@ -28,7 +28,6 @@ export class CreateRequestValidatorCommand extends $Command<
CreateRequestValidatorCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateRequestValidatorCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateResourceCommand.ts b/clients/client-api-gateway/commands/CreateResourceCommand.ts
index 1a1a529a411a4..ab38ab6c59985 100644
--- a/clients/client-api-gateway/commands/CreateResourceCommand.ts
+++ b/clients/client-api-gateway/commands/CreateResourceCommand.ts
@@ -28,7 +28,6 @@ export class CreateResourceCommand extends $Command<
CreateResourceCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateResourceCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/commands/CreateRestApiCommand.ts
index c685c1d7a913f..0a87866da4ae4 100644
--- a/clients/client-api-gateway/commands/CreateRestApiCommand.ts
+++ b/clients/client-api-gateway/commands/CreateRestApiCommand.ts
@@ -28,7 +28,6 @@ export class CreateRestApiCommand extends $Command<
CreateRestApiCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateRestApiCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateStageCommand.ts b/clients/client-api-gateway/commands/CreateStageCommand.ts
index 2be0db2da4432..82aa01658940d 100644
--- a/clients/client-api-gateway/commands/CreateStageCommand.ts
+++ b/clients/client-api-gateway/commands/CreateStageCommand.ts
@@ -29,7 +29,6 @@ export class CreateStageCommand extends $Command<
CreateStageCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class CreateStageCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts
index be20c89ed91e6..cfa4174863743 100644
--- a/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts
+++ b/clients/client-api-gateway/commands/CreateUsagePlanCommand.ts
@@ -28,7 +28,6 @@ export class CreateUsagePlanCommand extends $Command<
CreateUsagePlanCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateUsagePlanCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts
index 5c31fe2c423eb..3533ea08a48a1 100644
--- a/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts
+++ b/clients/client-api-gateway/commands/CreateUsagePlanKeyCommand.ts
@@ -28,7 +28,6 @@ export class CreateUsagePlanKeyCommand extends $Command<
CreateUsagePlanKeyCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateUsagePlanKeyCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts
index 04b0cb5aac1bc..3793c307e6979 100644
--- a/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts
+++ b/clients/client-api-gateway/commands/CreateVpcLinkCommand.ts
@@ -28,7 +28,6 @@ export class CreateVpcLinkCommand extends $Command<
CreateVpcLinkCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class CreateVpcLinkCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts
index c3558474861cc..7ea07afecd830 100644
--- a/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteApiKeyCommand.ts
@@ -28,7 +28,6 @@ export class DeleteApiKeyCommand extends $Command<
DeleteApiKeyCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteApiKeyCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts
index 1594f204280fd..1f3f1098e5af1 100644
--- a/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteAuthorizerCommand.ts
@@ -29,7 +29,6 @@ export class DeleteAuthorizerCommand extends $Command<
DeleteAuthorizerCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class DeleteAuthorizerCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts
index 855c789746b94..ca0aa071ecb08 100644
--- a/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteBasePathMappingCommand.ts
@@ -28,7 +28,6 @@ export class DeleteBasePathMappingCommand extends $Command<
DeleteBasePathMappingCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteBasePathMappingCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts
index cd929f22faf31..326578005b138 100644
--- a/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteClientCertificateCommand.ts
@@ -28,7 +28,6 @@ export class DeleteClientCertificateCommand extends $Command<
DeleteClientCertificateCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteClientCertificateCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts
index 1b1abf5f63707..a62f7278ba3a5 100644
--- a/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteDeploymentCommand.ts
@@ -28,7 +28,6 @@ export class DeleteDeploymentCommand extends $Command<
DeleteDeploymentCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteDeploymentCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/commands/DeleteDocumentationPartCommand.ts
index 37372462274a5..5167dca39ca31 100644
--- a/clients/client-api-gateway/commands/DeleteDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteDocumentationPartCommand.ts
@@ -25,7 +25,6 @@ export class DeleteDocumentationPartCommand extends $Command<
DeleteDocumentationPartCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class DeleteDocumentationPartCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/commands/DeleteDocumentationVersionCommand.ts
index 298db5c8d8dd8..d4128b3b1d709 100644
--- a/clients/client-api-gateway/commands/DeleteDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteDocumentationVersionCommand.ts
@@ -25,7 +25,6 @@ export class DeleteDocumentationVersionCommand extends $Command<
DeleteDocumentationVersionCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class DeleteDocumentationVersionCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts
index e2024e1e8c3a0..1bbc1cdde911b 100644
--- a/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteDomainNameCommand.ts
@@ -28,7 +28,6 @@ export class DeleteDomainNameCommand extends $Command<
DeleteDomainNameCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteDomainNameCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts
index 33f56780975e4..ee201f8167fbb 100644
--- a/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteGatewayResponseCommand.ts
@@ -28,7 +28,6 @@ export class DeleteGatewayResponseCommand extends $Command<
DeleteGatewayResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteGatewayResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts
index fdc0df17f2558..df0f274bbbe1a 100644
--- a/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteIntegrationCommand.ts
@@ -28,7 +28,6 @@ export class DeleteIntegrationCommand extends $Command<
DeleteIntegrationCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteIntegrationCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts
index daa5a1849923a..9b534d09f0533 100644
--- a/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteIntegrationResponseCommand.ts
@@ -28,7 +28,6 @@ export class DeleteIntegrationResponseCommand extends $Command<
DeleteIntegrationResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteIntegrationResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/commands/DeleteMethodCommand.ts
index b89757a562ca9..88270c47f3d0a 100644
--- a/clients/client-api-gateway/commands/DeleteMethodCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteMethodCommand.ts
@@ -28,7 +28,6 @@ export class DeleteMethodCommand extends $Command<
DeleteMethodCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteMethodCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts
index 3bbca491a0020..0ecf9756db297 100644
--- a/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteMethodResponseCommand.ts
@@ -28,7 +28,6 @@ export class DeleteMethodResponseCommand extends $Command<
DeleteMethodResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteMethodResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteModelCommand.ts b/clients/client-api-gateway/commands/DeleteModelCommand.ts
index 3de839c5b990a..e5d7baf176d35 100644
--- a/clients/client-api-gateway/commands/DeleteModelCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteModelCommand.ts
@@ -28,7 +28,6 @@ export class DeleteModelCommand extends $Command<
DeleteModelCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteModelCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts
index 96ca359a8e690..0a886f9fa9f81 100644
--- a/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteRequestValidatorCommand.ts
@@ -28,7 +28,6 @@ export class DeleteRequestValidatorCommand extends $Command<
DeleteRequestValidatorCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteRequestValidatorCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/commands/DeleteResourceCommand.ts
index c4105d919c1e6..cfcc1e0365c4e 100644
--- a/clients/client-api-gateway/commands/DeleteResourceCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteResourceCommand.ts
@@ -28,7 +28,6 @@ export class DeleteResourceCommand extends $Command<
DeleteResourceCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteResourceCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/commands/DeleteRestApiCommand.ts
index bef76ef640ebb..6c18751d7af3b 100644
--- a/clients/client-api-gateway/commands/DeleteRestApiCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteRestApiCommand.ts
@@ -28,7 +28,6 @@ export class DeleteRestApiCommand extends $Command<
DeleteRestApiCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteRestApiCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteStageCommand.ts b/clients/client-api-gateway/commands/DeleteStageCommand.ts
index 2c34e421154cd..de9788eaaa946 100644
--- a/clients/client-api-gateway/commands/DeleteStageCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteStageCommand.ts
@@ -28,7 +28,6 @@ export class DeleteStageCommand extends $Command<
DeleteStageCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteStageCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts
index 7a9bf424771bd..a2d9c2336bae0 100644
--- a/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteUsagePlanCommand.ts
@@ -28,7 +28,6 @@ export class DeleteUsagePlanCommand extends $Command<
DeleteUsagePlanCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteUsagePlanCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts
index 6daee3ed42099..80c7abcb3d76d 100644
--- a/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteUsagePlanKeyCommand.ts
@@ -28,7 +28,6 @@ export class DeleteUsagePlanKeyCommand extends $Command<
DeleteUsagePlanKeyCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteUsagePlanKeyCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts
index 96218d201ad11..9de4b235cd234 100644
--- a/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts
+++ b/clients/client-api-gateway/commands/DeleteVpcLinkCommand.ts
@@ -28,7 +28,6 @@ export class DeleteVpcLinkCommand extends $Command<
DeleteVpcLinkCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class DeleteVpcLinkCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts
index 0a9e845ed04d5..8553898d74f8a 100644
--- a/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts
+++ b/clients/client-api-gateway/commands/FlushStageAuthorizersCacheCommand.ts
@@ -28,7 +28,6 @@ export class FlushStageAuthorizersCacheCommand extends $Command<
FlushStageAuthorizersCacheCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class FlushStageAuthorizersCacheCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/commands/FlushStageCacheCommand.ts
index 2d155c1f367b9..93206e621da4f 100644
--- a/clients/client-api-gateway/commands/FlushStageCacheCommand.ts
+++ b/clients/client-api-gateway/commands/FlushStageCacheCommand.ts
@@ -28,7 +28,6 @@ export class FlushStageCacheCommand extends $Command<
FlushStageCacheCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class FlushStageCacheCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts
index c4fac3e1f7c85..acc5a0c0854e7 100644
--- a/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts
+++ b/clients/client-api-gateway/commands/GenerateClientCertificateCommand.ts
@@ -28,7 +28,6 @@ export class GenerateClientCertificateCommand extends $Command<
GenerateClientCertificateCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GenerateClientCertificateCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetAccountCommand.ts b/clients/client-api-gateway/commands/GetAccountCommand.ts
index 7b7646a1c6c8a..30ca8e36a66f0 100644
--- a/clients/client-api-gateway/commands/GetAccountCommand.ts
+++ b/clients/client-api-gateway/commands/GetAccountCommand.ts
@@ -28,7 +28,6 @@ export class GetAccountCommand extends $Command<
GetAccountCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetAccountCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/commands/GetApiKeyCommand.ts
index 22239f1a5944b..0ea49e19b276e 100644
--- a/clients/client-api-gateway/commands/GetApiKeyCommand.ts
+++ b/clients/client-api-gateway/commands/GetApiKeyCommand.ts
@@ -28,7 +28,6 @@ export class GetApiKeyCommand extends $Command<
GetApiKeyCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetApiKeyCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/commands/GetApiKeysCommand.ts
index 101961255f759..05b95f7e057b4 100644
--- a/clients/client-api-gateway/commands/GetApiKeysCommand.ts
+++ b/clients/client-api-gateway/commands/GetApiKeysCommand.ts
@@ -28,7 +28,6 @@ export class GetApiKeysCommand extends $Command<
GetApiKeysCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetApiKeysCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/commands/GetAuthorizerCommand.ts
index 479da5aa6bbdf..98a5be09b8ad0 100644
--- a/clients/client-api-gateway/commands/GetAuthorizerCommand.ts
+++ b/clients/client-api-gateway/commands/GetAuthorizerCommand.ts
@@ -29,7 +29,6 @@ export class GetAuthorizerCommand extends $Command<
GetAuthorizerCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class GetAuthorizerCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/commands/GetAuthorizersCommand.ts
index 5ee2af6eb7487..b345720be0cc7 100644
--- a/clients/client-api-gateway/commands/GetAuthorizersCommand.ts
+++ b/clients/client-api-gateway/commands/GetAuthorizersCommand.ts
@@ -29,7 +29,6 @@ export class GetAuthorizersCommand extends $Command<
GetAuthorizersCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -47,10 +46,7 @@ export class GetAuthorizersCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts
index e258ccb504d32..20204a1cb4cd8 100644
--- a/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/commands/GetBasePathMappingCommand.ts
@@ -28,7 +28,6 @@ export class GetBasePathMappingCommand extends $Command<
GetBasePathMappingCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBasePathMappingCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts
index 5d0c2f20eb80a..2e7fc12cee719 100644
--- a/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts
+++ b/clients/client-api-gateway/commands/GetBasePathMappingsCommand.ts
@@ -28,7 +28,6 @@ export class GetBasePathMappingsCommand extends $Command<
GetBasePathMappingsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetBasePathMappingsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/commands/GetClientCertificateCommand.ts
index f53789ff48bb2..301e98e726a7a 100644
--- a/clients/client-api-gateway/commands/GetClientCertificateCommand.ts
+++ b/clients/client-api-gateway/commands/GetClientCertificateCommand.ts
@@ -28,7 +28,6 @@ export class GetClientCertificateCommand extends $Command<
GetClientCertificateCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetClientCertificateCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts
index f5662dd71b730..9dc389d6868aa 100644
--- a/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts
+++ b/clients/client-api-gateway/commands/GetClientCertificatesCommand.ts
@@ -28,7 +28,6 @@ export class GetClientCertificatesCommand extends $Command<
GetClientCertificatesCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetClientCertificatesCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/commands/GetDeploymentCommand.ts
index 7f47fbcc46e67..9ed35c4607903 100644
--- a/clients/client-api-gateway/commands/GetDeploymentCommand.ts
+++ b/clients/client-api-gateway/commands/GetDeploymentCommand.ts
@@ -28,7 +28,6 @@ export class GetDeploymentCommand extends $Command<
GetDeploymentCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetDeploymentCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/commands/GetDeploymentsCommand.ts
index 7180e1d82809f..b2f18d63113cf 100644
--- a/clients/client-api-gateway/commands/GetDeploymentsCommand.ts
+++ b/clients/client-api-gateway/commands/GetDeploymentsCommand.ts
@@ -28,7 +28,6 @@ export class GetDeploymentsCommand extends $Command<
GetDeploymentsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetDeploymentsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/commands/GetDocumentationPartCommand.ts
index 2f68d30247cc6..24a3e0b0f9835 100644
--- a/clients/client-api-gateway/commands/GetDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/commands/GetDocumentationPartCommand.ts
@@ -25,7 +25,6 @@ export class GetDocumentationPartCommand extends $Command<
GetDocumentationPartCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetDocumentationPartCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/commands/GetDocumentationPartsCommand.ts
index 37e19e77e02e3..d38f9722be964 100644
--- a/clients/client-api-gateway/commands/GetDocumentationPartsCommand.ts
+++ b/clients/client-api-gateway/commands/GetDocumentationPartsCommand.ts
@@ -25,7 +25,6 @@ export class GetDocumentationPartsCommand extends $Command<
GetDocumentationPartsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetDocumentationPartsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/commands/GetDocumentationVersionCommand.ts
index c21fd7ebb8c94..5924b4feb4167 100644
--- a/clients/client-api-gateway/commands/GetDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/commands/GetDocumentationVersionCommand.ts
@@ -25,7 +25,6 @@ export class GetDocumentationVersionCommand extends $Command<
GetDocumentationVersionCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetDocumentationVersionCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/commands/GetDocumentationVersionsCommand.ts
index ee207f95a941e..151915b4ac047 100644
--- a/clients/client-api-gateway/commands/GetDocumentationVersionsCommand.ts
+++ b/clients/client-api-gateway/commands/GetDocumentationVersionsCommand.ts
@@ -25,7 +25,6 @@ export class GetDocumentationVersionsCommand extends $Command<
GetDocumentationVersionsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetDocumentationVersionsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/commands/GetDomainNameCommand.ts
index 37131d7b3aa7b..ffed84646ea3f 100644
--- a/clients/client-api-gateway/commands/GetDomainNameCommand.ts
+++ b/clients/client-api-gateway/commands/GetDomainNameCommand.ts
@@ -28,7 +28,6 @@ export class GetDomainNameCommand extends $Command<
GetDomainNameCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetDomainNameCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/commands/GetDomainNamesCommand.ts
index b48ecf81c995f..35da003283e35 100644
--- a/clients/client-api-gateway/commands/GetDomainNamesCommand.ts
+++ b/clients/client-api-gateway/commands/GetDomainNamesCommand.ts
@@ -28,7 +28,6 @@ export class GetDomainNamesCommand extends $Command<
GetDomainNamesCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetDomainNamesCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetExportCommand.ts b/clients/client-api-gateway/commands/GetExportCommand.ts
index 966d641d131fd..2e0f88cc16aca 100644
--- a/clients/client-api-gateway/commands/GetExportCommand.ts
+++ b/clients/client-api-gateway/commands/GetExportCommand.ts
@@ -28,7 +28,6 @@ export class GetExportCommand extends $Command<
GetExportCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetExportCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts
index 52249bac457a1..39c4c4f34686a 100644
--- a/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/commands/GetGatewayResponseCommand.ts
@@ -28,7 +28,6 @@ export class GetGatewayResponseCommand extends $Command<
GetGatewayResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetGatewayResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts
index cc1961302d8dd..7f90ff4a66fa3 100644
--- a/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts
+++ b/clients/client-api-gateway/commands/GetGatewayResponsesCommand.ts
@@ -28,7 +28,6 @@ export class GetGatewayResponsesCommand extends $Command<
GetGatewayResponsesCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetGatewayResponsesCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/commands/GetIntegrationCommand.ts
index e359cbf3e6e30..3dc35f0a001ae 100644
--- a/clients/client-api-gateway/commands/GetIntegrationCommand.ts
+++ b/clients/client-api-gateway/commands/GetIntegrationCommand.ts
@@ -28,7 +28,6 @@ export class GetIntegrationCommand extends $Command<
GetIntegrationCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetIntegrationCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts
index 0f1bff466a97f..3a3c45b156526 100644
--- a/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/commands/GetIntegrationResponseCommand.ts
@@ -28,7 +28,6 @@ export class GetIntegrationResponseCommand extends $Command<
GetIntegrationResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetIntegrationResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetMethodCommand.ts b/clients/client-api-gateway/commands/GetMethodCommand.ts
index abe61a925f489..d0d7d4acc6dbf 100644
--- a/clients/client-api-gateway/commands/GetMethodCommand.ts
+++ b/clients/client-api-gateway/commands/GetMethodCommand.ts
@@ -28,7 +28,6 @@ export class GetMethodCommand extends $Command<
GetMethodCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetMethodCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/commands/GetMethodResponseCommand.ts
index 57b99b6b5b817..f35a227ede505 100644
--- a/clients/client-api-gateway/commands/GetMethodResponseCommand.ts
+++ b/clients/client-api-gateway/commands/GetMethodResponseCommand.ts
@@ -28,7 +28,6 @@ export class GetMethodResponseCommand extends $Command<
GetMethodResponseCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetMethodResponseCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetModelCommand.ts b/clients/client-api-gateway/commands/GetModelCommand.ts
index b6393840d1182..c5172236846b0 100644
--- a/clients/client-api-gateway/commands/GetModelCommand.ts
+++ b/clients/client-api-gateway/commands/GetModelCommand.ts
@@ -28,7 +28,6 @@ export class GetModelCommand extends $Command<
GetModelCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetModelCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/commands/GetModelTemplateCommand.ts
index 47f0cd2c795f5..1faa1baf966ab 100644
--- a/clients/client-api-gateway/commands/GetModelTemplateCommand.ts
+++ b/clients/client-api-gateway/commands/GetModelTemplateCommand.ts
@@ -28,7 +28,6 @@ export class GetModelTemplateCommand extends $Command<
GetModelTemplateCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetModelTemplateCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetModelsCommand.ts b/clients/client-api-gateway/commands/GetModelsCommand.ts
index 4fe9b0c8dddb7..af1c4e5d4cad5 100644
--- a/clients/client-api-gateway/commands/GetModelsCommand.ts
+++ b/clients/client-api-gateway/commands/GetModelsCommand.ts
@@ -28,7 +28,6 @@ export class GetModelsCommand extends $Command<
GetModelsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetModelsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts
index 895afcc06e745..ebd9221be7a96 100644
--- a/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/commands/GetRequestValidatorCommand.ts
@@ -28,7 +28,6 @@ export class GetRequestValidatorCommand extends $Command<
GetRequestValidatorCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetRequestValidatorCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts
index 73fa685387f31..414244af05b40 100644
--- a/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts
+++ b/clients/client-api-gateway/commands/GetRequestValidatorsCommand.ts
@@ -28,7 +28,6 @@ export class GetRequestValidatorsCommand extends $Command<
GetRequestValidatorsCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetRequestValidatorsCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetResourceCommand.ts b/clients/client-api-gateway/commands/GetResourceCommand.ts
index 2ecc963ff6000..81e114ddf20a7 100644
--- a/clients/client-api-gateway/commands/GetResourceCommand.ts
+++ b/clients/client-api-gateway/commands/GetResourceCommand.ts
@@ -28,7 +28,6 @@ export class GetResourceCommand extends $Command<
GetResourceCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetResourceCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetResourcesCommand.ts b/clients/client-api-gateway/commands/GetResourcesCommand.ts
index 1e06ee479857f..07aeb3cd8d22e 100644
--- a/clients/client-api-gateway/commands/GetResourcesCommand.ts
+++ b/clients/client-api-gateway/commands/GetResourcesCommand.ts
@@ -28,7 +28,6 @@ export class GetResourcesCommand extends $Command<
GetResourcesCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetResourcesCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetRestApiCommand.ts b/clients/client-api-gateway/commands/GetRestApiCommand.ts
index 3423bfc906d70..51d4957dbb72f 100644
--- a/clients/client-api-gateway/commands/GetRestApiCommand.ts
+++ b/clients/client-api-gateway/commands/GetRestApiCommand.ts
@@ -28,7 +28,6 @@ export class GetRestApiCommand extends $Command<
GetRestApiCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetRestApiCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetRestApisCommand.ts b/clients/client-api-gateway/commands/GetRestApisCommand.ts
index c77714ceeeaaa..6f694ba942a3c 100644
--- a/clients/client-api-gateway/commands/GetRestApisCommand.ts
+++ b/clients/client-api-gateway/commands/GetRestApisCommand.ts
@@ -28,7 +28,6 @@ export class GetRestApisCommand extends $Command<
GetRestApisCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -46,10 +45,7 @@ export class GetRestApisCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetSdkCommand.ts b/clients/client-api-gateway/commands/GetSdkCommand.ts
index 01e7b658cdf30..ff4aba94fdc1d 100644
--- a/clients/client-api-gateway/commands/GetSdkCommand.ts
+++ b/clients/client-api-gateway/commands/GetSdkCommand.ts
@@ -21,7 +21,6 @@ export type GetSdkCommandOutput = SdkResponse & __MetadataBearer;
* Generates a client SDK for a RestApi and Stage.
*/
export class GetSdkCommand extends $Command {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -39,10 +38,7 @@ export class GetSdkCommand extends $Command {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/commands/GetSdkTypeCommand.ts
index 7711c34c6e0ad..3950283a847ec 100644
--- a/clients/client-api-gateway/commands/GetSdkTypeCommand.ts
+++ b/clients/client-api-gateway/commands/GetSdkTypeCommand.ts
@@ -25,7 +25,6 @@ export class GetSdkTypeCommand extends $Command<
GetSdkTypeCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetSdkTypeCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler {
- if (!this.resolved) {
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
- this.resolved = true;
- }
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
const stack = clientStack.concat(this.middlewareStack);
diff --git a/clients/client-api-gateway/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/commands/GetSdkTypesCommand.ts
index 99f93f3906eaa..3090379cd58c8 100644
--- a/clients/client-api-gateway/commands/GetSdkTypesCommand.ts
+++ b/clients/client-api-gateway/commands/GetSdkTypesCommand.ts
@@ -25,7 +25,6 @@ export class GetSdkTypesCommand extends $Command<
GetSdkTypesCommandOutput,
APIGatewayClientResolvedConfig
> {
- private resolved = false;
// Start section: command_properties
// End section: command_properties
@@ -43,10 +42,7 @@ export class GetSdkTypesCommand extends $Command<
configuration: APIGatewayClientResolvedConfig,
options?: __HttpHandlerOptions
): Handler